@charset "utf-8";





/* ---------- reset ---------- */

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,caption,form {
	margin:0;
	padding:0;
}

ul,ol {
	list-style:none;
}

img { 
	vertical-align:top;
	border:0;
}





/* ---------- templates ---------- */

body {
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#wrap {
	width:878px;
	background:url(../img/common/bg_mid.gif) left top repeat-y;
	margin:20px auto 0;
	text-align:left;
}

h1 {
	width:878px;
	float:left;
	background:url(../img/common/bg_top.gif) left top no-repeat;
	padding:25px 0 12px;
	text-align:center;
}





/* ---------- main navi ---------- */

#mn {
	width:828px;
	\width:878px;
	w\idth:828px;
	float:left;
	background:url(../img/common/bg_mn.gif) left top no-repeat;
	padding:13px 0 2px 50px;
	margin:0 0 25px;
	display:inline;
}

#mn li {
	float:left;
}

#mn li a {
	display:block;
	float:left;
}

#mn li a:hover {
	background-color:#FFFFFF;
}

#mn li a:hover img {
	 visibility:hidden;
}

#mn li .mn01 {
	background:url(../img/common/mn01on.gif) left top no-repeat;
	width:79px;
}

#mn li .mn02 {
	background:url(../img/common/mn02on.gif) left top no-repeat;
	width:140px;
}

#mn li .mn03 {
	background:url(../img/common/mn03on.gif) left top no-repeat;
	width:100px;
}

#mn li .mn04 {
	background:url(../img/common/mn04on.gif) left top no-repeat;
	width:169px;
}

#mn li .mn05 {
	background:url(../img/common/mn05on.gif) left top no-repeat;
	width:77px;
}

#mn li .mn06 {
	background:url(../img/common/mn06on.gif) left top no-repeat;
	width:125px;
}

#mn li .mn07 {
	background:url(../img/common/mn07on.gif) left top no-repeat;
	width:89px;
}
	



/* ---------- contents ---------- */

#contents {
	width:780px;
	float:left;
	margin:0 49px 10px;
	display:inline;
}

#contents h2 {
	width:780px;
	padding:0 0 30px;
	float:left;
}

#contents h3 {
	width:780px;
	padding:0 0 10px;
	float:left;
	font-size:8px;
}





/* ---------- inquiry ---------- */	

#inquiry {
	width:740px;
	\width:780px;
	w\idth:740px;
	border:#6A8FC8 5px solid;
	float:left;
	padding:10px 15px;
	margin:0 49px 20px;
	display:inline;
}

#inquiry .inqLeft {
	width:399px;
	float:left;
	border-right:#CCCCCC 1px dotted;
	padding:10px 0 0;
}

#inquiry .inqLeft h2 {
	font-size:10px;
	margin:0 0 5px;
}

#inquiry .inqRight {
	width:325px;
	float:right;
	padding:10px 0 0;
}


#inquiry .inqRight h3 {
	font-size:95%;
	margin:0 0 15px;
}





/* ---------- foot ---------- */

#foot {
	background:#FFFFFF url(../img/common/bg_bot.gif) left top no-repeat;
	width:878px;
	float:left;
	padding:16px 0 10px;
	text-align:center;
}

address {
	font-size:65%;
	line-height:1.3em;
	letter-spacing:0.05em;
	font-style:normal;
}	





/* ---------- font ---------- */

p {
	font-size:75%;
	line-height:1.5em;
	padding:0 0 10px;
}

.idt {
	padding:0 0 10px 9px;
}

