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


/*----------------------------------------------------- rayout */
div#content {
	width:1200px;
	min-height: 1000px;  
	height: auto !important;	/* ie6 */
	height: 1000px;				/* ie6 */
	margin:0 auto;
	position:relative;
}

div#content object {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width: 1200px;
	height: 400px;
}


div#content div#main {
	position:absolute;
	width:900px;
	top:180px;
	left: 150px;
	margin:0 auto;
	z-index:5;
}


/*----------------------------------------------------- common */

div#content div#main h1 {
	position:absolute;
	top: -9999px;
	left: -9999px;
}

/*----------------------------------------------------- main three */

div#content div#main div div div {
	margin: 0 auto;
	min-height: 166px;  
	height: auto !important;	/* ie6 */
	height: 166px;				/* ie6 */
	clear: both;
}

div#content div#main div div h2 {
	position:absolute;
	top:40px;
	z-index:6;
}

div#content div#main div div h3 {
	width: 106px;
	height: 106px;
	position:absolute;
	top:0;
	z-index:6;
}

div#content div#main div div#kohoku {
	float: left;
	background: url("../images/index/main_bk11.gif") 0px 10px no-repeat;
	width: 300px;
}

div#content div#main div div#kohoku h2 {
	left: 110px;
}

div#content div#main div div#kohoku h3 {
	left: -10px;
}


div#content div#main div div#kohoku div {
	background: url("../images/index/main_bk12.png") bottom left no-repeat;
}

div#content div#main div div#chuoh {
	float: left;
	background: url("../images/index/main_bk21.gif") 0px 10px no-repeat;
	width: 300px;
}

div#content div#main div div#chuoh h2 {
	left: 410px;
}

div#content div#main div div#chuoh h3 {
	left: 290px;
}

div#content div#main div div#chuoh div {
	background: url("../images/index/main_bk22.png") bottom left no-repeat;
}

div#content div#main div div#kashiwa {
	float: right;
	background: url("../images/index/main_bk31.gif") 0px 10px no-repeat;
	width: 300px;
}

div#content div#main div div#kashiwa h2 {
	left: 720px;
}

div#content div#main div div#kashiwa h3 {
	left: 590px;
}

div#content div#main div div#kashiwa div {
	background: url("../images/index/main_bk32.png") bottom left no-repeat;
}

div#content div#main div ul {
	width: 240px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 110px;
}

div#content div#main div ul li {
	float:left;
	width: 120px;
}

div#content div#main div p{
	margin: 0 auto;
	padding: 20px 30px 0 30px;
	font-size: 75%;
	line-height: 1.8em;
}

/*----------------------------------------------------- g_nav */

div#content div#main div#g_nav ul {
	clear: both;
	padding: 20px 0;
	width: 900px;
	height: 78px;
}

div#content div#main div#g_nav ul li {
	width: 180px;
	height: 78px;
	overflow: hidden;
	float: left;
}

div#content div#main div#g_nav ul li a {
	width: 180px;
	height: 78px;
	display: block;
	text-decoration: none;
}


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

div#content div div#blog {
	float: left;
	width: 600px;
	margin-top: 21px;
	background: url("../images/index/main_bk41.gif") bottom left no-repeat;
}

div#content div div#blog table {
	width: 550px;
	margin: 20px 20px 30px 20px;
	font-size: 70%;
}

div#content div div#blog table tr th, 
div#content div div#blog table tr td {
	padding: 10px;
	background: url("../images/common/bar_green.gif") bottom left repeat-x;
}

div#content div div#blog table tr th {
	padding-left: 30px;
} 

/*----------------------------------------------------- banner */

div#content div div#banner{
	float: right;
	width: 300px;
}

div#content div div#banner a{
	float: right;
	padding: 5px 0;
}

