@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      style.css
 Style Info:     トップページ用
----------------------------------------------------------- */


/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	text-align: left;
	background: url(../img/bg_cont.gif) repeat-x top center;
}

#page_top {
	text-align: left;
	background: url(../img/bg_top.gif) repeat-x top center;
}



.area {
	width: 904px;
	margin: 0 auto;
	clear:both;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	margin:0 auto;
	height:142px;
	padding-right:2px;
}

h1 {
	padding: 0;
	float:left;
}

#hdr_box {
	float: right;
	height: 95px;
	width: 680px;
}

h2 {
	padding: 0;
	margin:16px 0 0 0;
	float:right;
	font-weight:normal;
	font-size:10px;
	color:#000;
	line-height:1.0;
}

#hdr_navi {
	margin-top:33px;
	float:right;
}

#hdr_navi li {
	float:right;
	padding-left:12px;
}

.hdr_tel {
	float:right;
	margin-top:16px;
	margin-left:24px;
}

.hdr_inq {
	margin-top:16px;
	float:right;
	margin-left:18px;
}
	
/*----------------------------------------------------
	#navi
----------------------------------------------------*/

#navi {
	margin:0 2px;
	padding-top:11px;
	width:900px;
	height:35px;
	position:relative;
	z-index:20;
}

#navi li {
	float:left;
}

.navi01 {
	margin-right:27px;
}

h3 {
	z-index:1;
}

/*----------------------------------------------------
	#submenu
----------------------------------------------------*/

#sbm {
	margin-top:-11px;
	margin-left:2px;
	display:inline;
	background:url(../img/bg_sbm.png) repeat-y;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	z-index:10;
	width:180px;
	position:relative;
	float:left;
}

#sbm ul {
	margin-bottom:7px;
}

#sbm .sbm01 {
	background:url(../img/sbm_bg01.png) no-repeat left bottom;
	padding:8px 0px 8px 15px;
	line-height:1.2
}

#sbm .sbm02 {
	background:url(../img/sbm_bg02.png) no-repeat left bottom;
	padding:8px 0px 8px 15px;
	line-height:1.2
}


#sbm a {
	color:#333333;
	text-decoration:none;
}

#sbm a#current {
	color: #F59D0A;
	text-decoration:none;
}

#sbm li a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#sbm .sbm_tel {
	padding-top:15px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	margin-top:-13px;
	float:right;
	position:relative;
	z-index:0;
	width:694px;
}

#contents h4 {
	padding:19px 12px 0px;
	background:url(../img/main_bg_top.png) top no-repeat;
	width:670px;
}

#main {
	padding:25px 12px 0;
	background:url(../img/main_bg.gif) repeat-y;
	width:670px;
}



/* ページトップ */
.pagetop {
	text-align:right;
	margin-top:10px;
}

/* キャプション */
.cap {
	float:left;
	font-size:10px;
	color:#8A856E;
	}
	
/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	padding-top:10px;
	padding-bottom:10px;
	background: url(../img/bg_ft.gif) repeat-x;
}

#footer .ft_text {
	float:left;
	margin-right:140px;
	margin-top:18px;
	line-height:1.4;
	color:#9F8428;
}

/*テキストリンク */
.minitabs {
	font-size:10px;
	float:left;
	margin-right:20px;
	margin-top:9px;
}

.minitabs li{ list-style:disc;}
.minitabs a{text-decoration: none; padding: 1px 2px; color: #000000}
.minitabs a:hover{
	color: #F59D0A;
	text-decoration:underline;
} 


#footer address {
	font-size:10px;
	text-align:center;
	margin-top:10px;
	letter-spacing:0.1em;
}

