@charset "utf-8";
/* css for 08 page */

@import "subpages.css";


/*----------------------------------------------------- layout */

div#main {
	width: 840px;
	margin: 20px auto;
}

h2 {
	margin-top: 100px;
	clear: both;
	text-indent: -9999px;
	width: 839px;
	height: 60px;
	background: url("../images/08/h2.gif") left bottom no-repeat;
}

/*----------------------------------------------------- boss */

div#boss {
	margin-top: 40px;
	clear: both;
}

div#boss h3 {
	text-indent: -9999px;
	width: 840px;
	height: 53px;
	background: url("../images/08/h3_01.gif") left top no-repeat;
}

div#boss div {
	width: 840px;
	min-height: 300px;  
	height: auto !important;	/* ie6 */
	height: 300px;				/* ie6 */
	background: url("../images/08/boss_bk.gif") left bottom no-repeat;
}

div#boss div p {
	width: 450px;
	float: right;
	padding : 30px;
	font-size: 80%;
	line-height: 1.5em;
}

/*----------------------------------------------------- other_boss */
div#other_boss {
	clear: both;
	overflow: hidden;
	margin: 0;
}

div#other_boss h3 {
	margin: 40px 0 0 0;
	text-indent: -9999px;
	width: 840px;
	height: 40px;
	background: url("../images/08/h3_02.gif") left bottom no-repeat;
}


div#other_boss div#kohoku,
div#other_boss div#kashiwa,
div#other_boss div#chuoh {
	width:270px;
	margin: 20px 3px 0 3px;
	float:left;
}

div#other_boss div#kohoku p,
div#other_boss div#kashiwa p,
div#other_boss div#chuoh p {
	margin: 10px;
	padding: 10px;
	font-size: 80%;
	text-align:center;
	background-color: #E7F7DD;
	border: #C3F5C4 3px solid;
}

div#other_boss div#kohoku a,
div#other_boss div#kashiwa a,
div#other_boss div#chuoh a {
	margin: 5px 10px;
	font-size: 80%;	
	float:right;
}



/*----------------------------------------------------- blog */


div#blog {
	clear: both;
	overflow: hidden;
	margin: 0 0 40px 0;
}

div#blog h3 {
	margin: 40px 0 0 0;
	text-indent: -9999px;
	width: 840px;
	height: 40px;
	background: url("../images/08/h3_03.gif") left bottom no-repeat;
}

div#blog p {
	margin: 20px 10px;
	padding: 10px;
	font-size: 80%;
	width: 450px;
	float:left;
	line-height: 1.5em;
}

div#blog ul{
	margin-top:30px;
	width:320px;
	float: right;
}

div#blog ul li {
	width:320px;
	height:50px;
	margin-bottom: 10px;
	background: url("../images/08/btn_bk.gif") left top no-repeat;
	text-align:center;
	font-size:80%;
}

div#blog ul li a {
	width:320px;
	height:50px;
	display:block;
	text-decoration:none;
	line-height: 50px;
}

div#blog ul li a:hover {
	text-decoration:underline;
}


