@charset "utf-8";

/* ===================================================================
CSS information
 style info :共通（ヘッダー、ラップ、フッター）
=================================================================== */
* {
	margin:0;
}
html,body {
	width: 100%;
	height: 100%;
}


/* -----------------------------------------------------------
	footerfix
----------------------------------------------------------- */
/*
* {
	margin:0;
}

html,body {
	height: 100%;
}

#wrap {
	min-height: 100%;
}

body > #wrap {
	height: auto;
}

#container {
	overflow: auto;
	padding-bottom: 220px;
}

body > #container {
	overflow: scroll;
	height: auto;
	position: relative;
}

footer {
	position: relative;
	margin-top: -220px;
	height: 220px;
	clear: both;
}

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
*/



/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
header {
	width: 100%;
	height: 160px;
}
#headerWrap {
	position: relative;
}
#headerWrap h1 {
	font-weight: normal;
	padding-top: 15px;
}
#headerWrap .mainLogo {
	position: absolute;
	display: block;
	left: 0;
	top: 43px;
}
#headerWrap .mainLogo a {
	display: block;
}
#headerWrap .head_tel {
	position: absolute;
	display: block;
	right: 0;
	top: 43px;
}
#headerWrap nav {
	position: absolute;
	width: 463px;
	elevation: 23px;
	right: 0;
	top: 113px;
}
#headerWrap nav ul {
	margin: 0;
	padding: 0;
}
#headerWrap nav ul li {
	float: left;
	margin-right: 30px;
}
#headerWrap nav ul li:last-child {
	margin-right: 0px;
}
#headerWrap nav ul li a {
	display: block;
	height: 23px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(../img/common/gNavi.png);
}
#headerWrap nav ul li.nav01 a {
	width: 75px;
	background-position: left top;
}
#headerWrap nav ul li.nav01 a:hover {
	background-position: left -23px;
}
#headerWrap nav ul li.nav02 a {
	width: 198px;
	background-position: -105px top;
}
#headerWrap nav ul li.nav02 a:hover {
	background-position: -105px -23px;
}
#headerWrap nav ul li.nav03 a {
	width: 130px;
	background-position: -333px top;
}
#headerWrap nav ul li.nav03 a:hover {
	background-position: -333px -23px;
}



/* -----------------------------------------------------------
	.panNavi
----------------------------------------------------------- */
.panNavi {
	width: 100%;
	height: 57px;
	background: url(../img/common/bg_panNavi.png) repeat-x left top;
	margin-bottom: 60px;
}
.panNavi ul {
}
.panNavi ul li {
	float: left;
	line-height: 57px;
	margin-right: 7px;
}
.panNavi ul li a {
	color: #f39800;
	text-decoration: underline;
}
.panNavi ul li a:hover {
	text-decoration: none;
}

/* -----------------------------------------------------------
	#main
----------------------------------------------------------- */
#container {
	width: 100%;
}


/* -----------------------------------------------------------
	共通バナー
----------------------------------------------------------- */
#fBanArea {
	margin-top: 80px;
	margin-bottom: 120px;
}
#fBanArea .span1 {
	text-align: center;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
footer {
	width: 100%;
	height: 220px;
	background: url(../img/common/bg_footer.png) repeat-x left top;
}
#footerWrap {
	height: 192px;
	position: relative;
}
#footInfo {
	float: left;
	width: 33.33333%
	height: 192px;
	padding-top: 46px;
}
#footInfo .footerLogo {
	margin-bottom: 15px;
}
#footInfo p {
	line-height: 20px;
}
footer nav {
	float: right;
	width: 65.625%;
	margin-top: 65px;
}
footer nav ul {
	margin: 0;
	padding: 0;
}
footer nav ul li {
	float: right;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #42210b;
	line-height: 18px;
}
footer nav ul li:last-child {
	margin-left: 0px;
	padding-left: 0px;
	border-left: 0px;
}
footer nav ul li a {
	font-size: 14px;
}
#copyWrap {
	height: 28px;
}
#copyWrap p {
	display: block;
	font-size: 11px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
}

/* -----------------　#pageTop　-----------------*/
#pageTop {
	display: block !important;
	width: 88px;
	height: 81px;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -44px;
}
#pageTop a {
	width: 88px;
	height: 81px;
	display: block;
	z-index: 1;
}




