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

body{
	font:14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#404040;
	background:url(../images/header_line.gif) repeat-x;
}

/* ===== ヘッダここから ====== */

#header{
	padding-top:20px;
	background:url(../images/leaf.gif) no-repeat 97% 33%;
}

#header_inner{
	width:960px;
	margin:0 auto 10px;
}

#header h1{
	float:left;
	font-size:80%;
	padding:10px 0 20px 0;
}

#header h1 img{
	padding-top:5px;
}

#header_inner ul{
	float:right;
	padding-top:5px;
}

#header .tel{
	font-size:190%;
	font-weight:bold;
	color:#9e9e9e;
	background:url(../../common/images/tel_icon.gif) no-repeat 8%;
	line-height:26px;
	text-align:right;
}

#header .open{
	font-size:90%;
	text-align:right;
	margin-bottom:5px;
}

#header .contact{
	text-align:right;
	background:url(../../common/images/contact_on.png) no-repeat right;
}

.contact a{
		display:block;
}

.contact a:hover img{
	visibility:hidden;
}

/* ===== ヘッダのグロナビここから ====== */

#gnavi_wrap{
	background:url(../images/gnav_line.gif) repeat-x;
	height:64px;
	padding-bottom:10px;
}

/*#gnavi{
	width:960px;
	margin:0 auto;	
}

#gnavi li{
	float:left;
}

#gnavi .gnav1{
	background:url(../images/gnav01_on.gif) no-repeat;	
}

#gnavi .gnav2{
	background:url(../images/gnav02_on.gif) no-repeat;	
}

#gnavi .gnav3{
	background:url(../images/gnav03_on.gif) no-repeat;	
}

#gnavi .gnav4{
	background:url(../images/gnav04_on.gif) no-repeat;	
}

#gnavi li a{
	display:block;
}

#gnavi li a:hover img{
	visibility:hidden;
}
*/
#wrap{
	width:960px;
	margin:0 auto;
}



/* ===== フッタここから ====== */


#footer_wrap{
	background:url(../images/footer.gif) no-repeat top center;
	clear:both;
	padding-top:165px;
}

.contact1{
	background:url(../images/contact_on.png) no-repeat;
}

.contact1 a{
	display:block;
}

.contact1 a:hover img{
	visibility:hidden;
}

#footer_wrap ul{
	text-align:right;
}

#footer_wrap li{
	display:inline;
	border-right:1px solid #404040;
	padding-right:10px;
	margin-right:5px;
	font-size:80%;
}

#footer_wrap li.btn6{
	border-right:none;
	padding-right:0px;
	margin-right:0px;	
}

#footer_wrap li a{
	color:#404040;
	text-decoration:none;	
}

#footer_wrap li a:hover{
	text-decoration:underline;
	color:#666;	
}

#footer{
	background:url(../images/footer_line.gif);
}

#footer_inner{
	width:960px;
	margin:0 auto;
	padding-top:30px;
}

#footer_img{
	float:left;
}

#footer_link{
	float:right;
	width:600px;
	margin-bottom:100px;
}

#footer address{
	text-align:center;
	font-size:80%;
	clear:both;
	padding-bottom:15px;
}















