@charset "shift_jis";
/* CSS Document */

/*===============■■■リセット■■■===============*/
/*リセット*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.62;
	color:#555;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
/*CLEARFIX*/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	position:relative;
}
/* Hides from IE-mac ＼*/
*html.clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

/*END CLEARFIX*/


/*ベース*/
body {
	background:#666;
}
	body p {
		font-size:12px;
		color:#555;
	}
#BASE {
	width:800px;
	margin:0 auto;
	background:#FFF;
}


/*ヘッダ*/
#HEAD {
	width:100%;
	height:152px;
	background:url(../img/bg_head.gif) no-repeat;
}
	#HEAD h1 {
		margin:0 0 0 20px;
		/*padding-top:20px;*/
	}
	#HEAD p.logo {
		width:206px;
		height:66px;
		background:url(../img/logo.gif) no-repeat;
		margin:12px 0 0 15px;
		text-indent:-9999px;
	}
	#HEAD #MENU {
		width:800px;
		height:47px;
		margin-top:8px;
		background:url(../img/bg_menu.gif) no-repeat;
	}
		#HEAD #MENU ul {
			display: flex;
			justify-content: center;
			width:586px;
			margin:0 auto;
			padding:13px 0;
		}
		#HEAD #MENU li {
			display:block;
			float:left;
			margin-right:10px;
			border-right:1px solid #aaa;
		}
		#HEAD #MENU .menu01 {
			width:3.6em;
		}
		#HEAD #MENU .menu02 {
			width:5.6em;
		}
		#HEAD #MENU .menu03 {
			width:9em;
		}
		#HEAD #MENU .menu04 {
			width:7em;
		}
		#HEAD #MENU .menu05 {
			width:7em;
		}
		#HEAD #MENU .menu06 {
			width:5.6em;
		}
		#HEAD #MENU .menu07 {
			width:5em;
			margin-right:0;
			border-right:none;
		}
			#HEAD #MENU li a {
				font-size:14px;
				color:#000;
				text-decoration:none;
			}
			#HEAD #MENU li a:hover {
				color:#F60;
				text-decoration:underline;
			}

/*ボディ*/
#BODY {
	width:620px;
	margin:20px 0 20px 80px;
	padding-top:20px;
	text-align:left;
}
#BODY2 {
	width:640px;
	margin:20px 0 20px 80px;
	padding-top:20px;
	text-align:left;
}
#BODY-INDX {
	float:left;
/*	width:740px;
*/	margin:20px 0 20px 80px;
	padding-bottom:40px;
	text-align:left;
}
* html #BODY-INDX {
	margin:20px 0 20px 20px;
	}
/*フッタ*/
#FOOT {
	clear:both;
	margin-top:3em;
	font-size:12px;
	color:#555;
	text-align:center;
}
#FOOT .btn_contact p {
	margin:40px auto0 auto;
}
#FOOT .btn_contact a {
	display:block;
	width:422px;
	height:58px;
	margin:20px auto;
	background:url(../img/btn_contact.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
#FOOT .btn_contact a:hover {
	background:url(../img/btn_contact.gif) no-repeat 0 -58px;
}
#FOOT .bottom {
	height:35px;
	background:#FD0;
	text-align:center;
	padding-top:15px;
	color:#666;
}

/*common*/
.mgn-btm20 {
	margin-bottom:20px;
	}