@charset "UTF-8";
@import url("reset.css");




body {
	width:100%;
	font-size: 90%;
	text-align: center;
	color: #202020;
	line-height: 160%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  _font-family: 'ＭＳ Ｐ明朝','MS PMincho',serif;
}

#Lv0_z {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
/* ie6のハック */
* html #Lv0_z {
/* 	width: 1300px; */
}
/* ie7のハック */
*:first-child+html  {
/* 	width: 1300px; */
}
	#Lv1_header_z {
		height: 770px;
		margin: 0 auto;
		_text-align: center;
		overflow: hidden;
		/*background: url(../image/index/main01.jpg) no-repeat top center;*/
		background: url(../image/index/main01.jpg) no-repeat top center;
		position: relative;
	}
		#Lv2_header_menu {
			margin: 0 auto;
			/* width: 500px; */
			width: 1000px;
			height: 770px;
			position:relative;
		}

	#Lv1_contents_z {
		margin: 0 auto;
		background: url(../image/index/contents_bg.jpg) no-repeat top center;
		clear: both;
		overflow: hidden;
	}
			
		#Lv2_contents_main {
			width: 910px;
			margin: 0 auto;
			overflow: hidden;
		}
			#Lv3_contents_left {
				width: 210px;
				margin-top: 56px;
				float: left;
			}
			#Lv3_contents_right {
				width: 650px;
				margin-top: 56px;
				float: right;
			} 	
	#Lv1_footer_z {
		margin: 0 auto;
		height: 93px;
		background: url(../image/index/footer_bg.jpg) repeat-x top left;
		clear: both;
	}
	
	

/* グローバルメニュー */
ul#globalmenu {
	position: absolute;
	/*top: 562px;*/
	top: 550px;
	/*left: 0px;*/
	left: 250px;
	width: 500px;
}

#globalmenu li {
	float: right;
	display: inline;
	width: 50px;
}

#scrollButton {
	position: absolute;
	border: 0;
	margin: 0;
	padding: 0;
	top: 65px;
	left: 30px;
	display: none;
}



h1 {
	height: 30px;
	_height: 38px;
	padding-top: 8px;
	margin-bottom: 15px;
	background: url(../image/index/h1_bg.jpg) repeat-x top left;
	color: #fff;
	font-size: 120%;
}

#plan h2 {
	margin-bottom: 10px;
}

#plan h2 img {
	display: block;
	margin:0;
	border: 0px;
	padding: 0px; 
}

#plan {
	width: 600px;
	_width: 650px;
	height: 490px;
	_height: 505px;
	padding: 15px 25px 0 25px;
	overflow: hidden;
	background: url(../image/index/bg_plan.jpg) repeat-x top left;
}

#plan p.plan_left {
	float: left;
	margin-bottom: 17px;
}

#plan p.plan_right {
	float: right;
	margin-bottom: 17px;
}

#plan p img {
	display: block;
	margin:0;
	border: 0px;
	padding: 0px; 
}
	
	
/* スペース */
hr.space,hr.space20,hr.space30 {
	clear: both;
	visibility: hidden;
	height: 10px;
}

hr.space20 {
	height: 20px;
}

hr.space30 {
	height: 30px;
}

hr.space2 {
	clear: both;
	visibility: hidden;
	height: 2px;
}

hr.space0 {
	clear: both;
	visibility: hidden;
	height: 0px;
}

hr.space_no-clear {
	visibility: hidden;
	height: 0px;
}
.img_bottom {
	vertical-align: bottom;
}





/* 文字リンク */
a{
	color: #5D5D5D;
	text-decoration: none;	
}

a:hover{	
	color: #4C7933;
	text-decoration: underline;
}

a.line{
	color: #5D5D5D;
	text-decoration: underline;	
}

a.line:hover{	
	color: #4C7933;
	text-decoration: underline;
}	




#form {
	width :190px;
	_width: 210px;
	padding:5px 10px 10px 10px;
	font-size: 80%;
	color: #444;
	text-align: left;
	background: url(../image/index/form_bg.gif) no-repeat top left;
}

#form form {
	margin-left: 20px;
}

	
	
	
	
	
