@charset "Shift_JIS"; 

/*
このファイルはヘッダとフッタを定義しています。
*/

/* ヘッダー
-------------------------------------------------*/

#header {
	height: 62px;
	width:100%;
	border-top: 3px solid #5e195b;
	text-align:center;
}

#header #headerInner{
	height: 62px;
	width:985px;
	margin:0 auto;
	position:relative;
	background:#ffffff;
}

#header #headerInner #logo {
	position: absolute;
	top: 20px;
	left: 3px;
	width: 100px;
	height: 24px;
}

#header #headerInner #title {
	position: absolute;
	top: 18px;
	left: 119px;
	width: 188px;
	height: 24px;
}


#header #headerInner #titlePre {
	position: absolute;
	top: 13px;
	left: 119px;
	width: 250px;
	height: 24px;
}



#header #headerInner #mypage {
	position: absolute;                                          
	top: 0px;
	right: 0px; 
	width: 125px;
	height: 27px;
}

#header #headerInner #inquiry {
	position: absolute;
	top: 0px;
	right: 145px;
	width: 125px;
	height: 27px;
}

#header ul li {
	list-style-type: none;
}



/* ========== フッタ ==========*/

#footer{
	text-align:center;
	clear: both;
}

#footer .fInner{
	background:url("../img/bg_footNavi.png") repeat-x;
	width:985px;
	padding-bottom:20px;
	margin:0 auto 20px;



}


#footer ul#footNav {
	margin-top:12px;
	padding: 15px 0 10px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}

#footer ul#footNav li.first{
	width:240px;
	display:block;
	font-size: 12px;
	float:left;
	padding-top:5px;
	padding-left:10px;
	padding-right:0px;
	margin-bottom:13px;
	height:220px;
}

#footer ul#footNav li.first strong{
	color:#000033 !important;
}

#footer ul#footNav li.first address{
	margin-top:15px;
	font-style:normal!important;
	font-size:13px;
	line-height:1.5;
}




#footer ul#footNav li.fNavLi{
	width:130px;
	display:block;
	float:left;
	border-left: 1px solid #cccccc;
	font-size: 75%;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
	height:220px;
}

#footer ul#footNav .fNavInner{
	margin-top:15px;
}


#footer ul#footNav .fNavInner li a{
	display:block;
	font-size:12px;
	padding:0px 3px 5px 15px;
	background:url("../img/bg_link.png") no-repeat left top;
	margin-bottom:12px;
	
}

/* no link 2014.12.17 */
#footer ul#footNav .fNavInner li span{
	display:block;
	font-size:12px;
	padding:0px 3px 5px 15px;
	background:url("../img/bg_link.png") no-repeat left top;
	margin-bottom:12px;
	color: #999;
	
}

#footer ul#footNav .nWin li a{
	background:url("../img/bg_link_nw.png") no-repeat left top;
}

#footer ul#footNav .nWin li.sankou a{
	background:url("../img/../img/bg_link.png") no-repeat left top;
}




#footer p {
	background:url("../img/bg_foot.png") #3b2367 repeat-x;
	text-align: center;
	margin-bottom:40px;
}

#footer #subF {
	background:url("../img/bg_body.png");
}
