@charset "utf-8";
/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

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

#wrapper header #header_box {
	width: 980px;
	margin: 0px auto;
	position: relative;
	height: 155px;
	padding: 0px;
}

header #site_title {
	left: 0px;
	position: absolute;
	top: 0px;
}

header h1 {
	position: absolute;
	color: #2BAD97;
	font-size: 0.8em;
	font-weight: normal;
	right: 0px;
	line-height: 1.5em;
	top: 8px;
}
#wrapper header #header_box #hed_tel {
	position: absolute;
	top: 50px;
	right: 0px;
}
#wrapper header #header_box #hed_open {
	position: absolute;
	top: 40px;
	left: 390px;
}
#header_box #hed_open2 {
	position: absolute;
	top: 17px;
	left: 390px;
}
#header_box #hed_open3 {
	position: absolute;
	top: 40px;
	right: 270px;
}


/*----------------------------------------------------
	footer
----------------------------------------------------*/

footer {
	clear: both;
	padding: 6px 0px 20px;
	background: url(../images/share/footer_back.png) repeat-x left top;
	text-align: center;
	color: #FFFFFF;
}

footer #banner img {
	vertical-align:bottom;
}

footer #footer_info {
	text-align: left;
	margin: 0px auto;
	width: 980px;
	padding: 45px 0px 60px;
}

footer #footer_info #time {
	float: left;
	width: 279px;
}

footer #footer_info #time img {
	margin-bottom:20px;
}

footer #footer_info #time #time {
	margin-bottom: 35px;
}

footer #footer_info #map {
	width: 488px;
	float: right;
}




/*----------------------------------------------------
	 banner(ロールオーバー)
----------------------------------------------------*/
a img.on{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background:#fff;
}
a:hover img.on{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	background:#fff;
}
