@charset "utf-8";
/* CSS Document */

/* +++++++++++++++
	global
+++++++++++++++ */
body {
	font-size:12px;
	line-height:1.6;
	color:#333333;
	background:#F0ECE0 url(../img/common/head_back.jpg) repeat-x center top;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a {
	color:#9B4035;
	text-decoration:underline;
}
	a:hover {
		text-decoration:none;
	}
	*.mr a, a.mr {
		text-decoration:none;
	}
		*.mr a:hover, a.mr:hover {
			text-decoration:underline;
		}

/* +++++++++++++++
	#head
+++++++++++++++ */
#head {
	background:url(../img/common/head.jpg) no-repeat center top;
}
	#head .inner {
		width:885px;
		margin:0 auto;
		height:100px;
		position:relative;
	}
	
	/* ++ #h_text ++ */
	#h_text {
		text-align:right;
		color:#fff;
		height:37px;
	}

	/* ++ #hLBox ++ */
	#hLBox {
		float:left;
		width:370px;
	}

	/* ++ #hRBox ++ */
	#hRBox {
		float:right;
		width:315px;
	}

		/* ++ #hTel ++ */
		#hTel {
			padding-top:18px;
			margin-right:20px;
			float:left;
		}

		/* ++ #hCont ++ */
		#hCont {
			margin-top:23px;
			float:left;
		}
		
/* +++++++++++++++
	#menu
+++++++++++++++ */
#menu {
	width:885px;
	margin:0 auto;
}
	#menu li {
		background:#fff;
		float:left;
	}
		#menu li img {
			vertical-align:top;
		}

	/* ++ #mSearch ++ */
	#mSearch {
		display:inline-block;
		/display:inline;
		/zoom:1;
		width:367px;
		height:53px;
	}

	/* ++ #sSearch ++ */
	#sSearch {
		margin:-47px 0 0 372px;
		padding-bottom:6px;
	}
		html>/**/body #sSearch {
			margin /*\**/:-57px 0 0 372px\9;
		}
		#sSearch .searchBox {
			background:url(../img/common/s_sch_back.jpg) no-repeat;
			width:254px;
			height:41px;
		}
			#sSearch .searchBox .searchInner {
				padding:8px 0 0 10px;
			}
				#sText {
					width:145px;
				}

/* +++++++++++++++
	#topicPath
+++++++++++++++ */
#topicPath {
	text-align:right;
	width:885px;
	margin:0 auto;
	line-height:35px;
	height:35px;
	position:relative;
	z-index:10;
}
	#topicPath li {
		display:inline;
	}

/* +++++++++++++++
	#wrap
+++++++++++++++ */
#wrap {
	width:885px;
	margin:0 auto;
}

/* +++++++++++++++
	#foot
+++++++++++++++ */
#foot {
	width:885px;
	margin:0 auto;
}
	.topPageNavi {
		text-align:right;
		margin:15px 0 10px;
	}

	/* ++ #f_cont ++ */
	#f_cont {
		margin:0 0 20px;
		position:relative;
	}
		#f_cont a {
			position:absolute;
			right:25px; top:38px;
		}
	#foot ul {
		text-align:right;
	}
		#foot ul li {
			margin-left:10px;
			display:inline;
		}
	#foot ul li a {
		color:#737373;
	}
	#foot address {
		margin-top:5px;
		padding-top:5px;
		color:#737373;
		display:block;
		text-align:center;
		border-top:1px solid #737373;
	}


/* clearfix
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

