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




body {
	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;
}

	#Lv1_contents_z {
		width:980px;
		margin: 0 auto;
	}
		
		#Lv2_contents_right {
			width: 750px;
			text-align: center;
			background: url(../image/core/header_bg.jpg) no-repeat top left;
			float: right;
			overflow: hidden;
		}
			#Lv3_headermenu {
				margin: 0 auto;
				width: 650px;
				text-align: right;
				overflow: hidden;
			}
			
			#Lv3_contents_main {
				margin: 0 auto;
				width: 650px;
				overflow: hidden;
			}
		
		#Lv2_contents_left {
			width: 200px;
			float: left;
			overflow: hidden;
		}
		
	#Lv1_footer_z {
		margin: 0 auto;
		background: url(../image/core/footer_bg.jpg) repeat-x top left;
		height: 188px;
		clear: both; 
		overflow: hidden;
	}
	
		#Lv2_footer_contents {
			margin: 0 auto;
			width: 980px;
			overflow: hidden;
		}
		
		
/*下層ページ基本定義----------------------------------------------------------*/

/*グローバルメニュー*/
ul#globalmenu {
	float: right;
	height: 166px;
}

ul#globalmenu li {
	float: right;
	display: inline;
	margin-left: 5px;
	height: 166px;
}

ul#globalmenu li img {
	display: block;
	margin:0;
	border: 0px;
	padding: 0px; 
}




/*レフトコンテンツ*/
.left_box {
	border-bottom: dotted 1px #9D9D9D;
}

#Lv2_contents_left .left_box p.address {
	text-align: left;
	font-size: 80%;
	color: #5D5D5D;
	line-height: 110%;
	font-family: 'ＭＳ Ｐ明朝','MS PMincho','serif';
}

#Lv2_contents_left ul li {
	padding: 0 0 6px 23px;
	background: url(../image/core/left_menu_bg.gif) no-repeat top left;
	text-align: left;
	font-family: 'Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho','serif';
}

#Lv2_contents_left ul li.li_end {
	padding: 0 0 0px 23px;
}




/*フッター*/
p#footer_logo {
	float: left;
}

p#page_top {
	float: right;
}




/* スペース */
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;
}


















