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

/**
 * ////////////////////////////////////////////////////////////////////////////////////
 * Reset
 * ////////////////////////////////////////////////////////////////////////////////////
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**
 * ////////////////////////////////////////////////////////////////////////////////////
 * base
 * ////////////////////////////////////////////////////////////////////////////////////
 */
* {
	box-sizing: border-box;
}
html {
	font-size: 81.25%;
	overflow-y: scroll;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif", メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",;
	color: #2a313d;
	font-size: 14px;
	letter-spacing: 0.15em;
	line-height: 1.3;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
/*a {
	text-decoration: none;
	color: #495859;
}*/

/**
 * ////////////////////////////////////////////////////////////////////////////////////
 * header
 * ////////////////////////////////////////////////////////////////////////////////////
 */
.headWrap {
	background: url(../images/common/head-bg.jpg) repeat-x top;
}
header{
	width: 1000px;
	padding: 10px;
	margin: 0 auto;
}
h1{
	font-size: 13px;
	color: #FFF;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.headP{
	overflow: hidden;
}
.headLogo{
	float: left;
}
.headTel{
	float: right;
}

/**
 * ////////////////////////////////////////////////////////////////////////////////////
 * gNav
 * ////////////////////////////////////////////////////////////////////////////////////
 */
header nav{
	clear: both;
	margin-top: 25px;
	width: 980px;
	height: 40px;
}

ul.gNav{
	clear: both;
	height: 40px;
}
ul.gNav li{
	float: left;
	height: 40px;
	text-indent: -9999px;

}
ul.gNav li a{
	height: 40px;
	display: block;
}
li.gNavLi01{
	width: 163px;
}
li.gNavLi02{
	width: 244px;
}
li.gNavLi03{
	width: 133px;
}
li.gNavLi04{
	width: 133px;
}
li.gNavLi05{
	width: 153px;
}
li.gNavLi06{
	width: 154px;
}

li.gNavLi01 a{
	background: url(../images/common/g-nav.jpg) no-repeat 0 0;
} 
li.gNavLi02 a{
	background: url(../images/common/g-nav.jpg) no-repeat -163px 0;
} 
li.gNavLi03 a{
	background: url(../images/common/g-nav.jpg) no-repeat -407px 0;
} 
li.gNavLi04 a{
	background: url(../images/common/g-nav.jpg) no-repeat -540px 0;
} 
li.gNavLi05 a{
	background: url(../images/common/g-nav.jpg) no-repeat -673px 0;
} 
li.gNavLi06 a{
	background: url(../images/common/g-nav.jpg) no-repeat -826px 0;
} 
/* =========================================
 * 現在地
 * =========================================*/ 
li.gNavLi01 a:hover{
	background: url(../images/common/g-nav.jpg) no-repeat 0 -40px;
} 
li.gNavLi02 a:hover{
	background: url(../images/common/g-nav.jpg) no-repeat -163px -40px;
} 
li.gNavLi03 a:hover{
	background: url(../images/common/g-nav.jpg) no-repeat -407px -40px;
} 
li.gNavLi04 a:hover{
	background: url(../images/common/g-nav.jpg) no-repeat -540px -40px;
} 
li.gNavLi05 a:hover{
	background: url(../images/common/g-nav.jpg) no-repeat -673px -40px;
} 
li.gNavLi06 a:hover{
	background: url(../images/common/g-nav.jpg) no-repeat -826px -40px;
} 



/**
 * ////////////////////////////////////////////////////////////////////////////////////
 * footer
 * ////////////////////////////////////////////////////////////////////////////////////
 */
.footerWrap{
	background-color: #3874cd;
	padding: 25px 0;
}
footer{
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
footer a{
color: #FFF;
text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
ul.footNav{
	font-size: 13px;
	overflow: hidden;
	margin-left: 45px;
	margin-bottom: 40px;
	height: 16px;
	border-left: solid 1px #FFF;
}
ul.footNav li{
	float: left;
	margin-left: 30px;
	padding-right: 30px;
	border-right: solid 1px #FFF;
}
.footCopy{
color: #FFF;
	text-align: center;
}
.pageTop{
	position: absolute;
	right: 0;
	bottom: 130px;
}
/**
 * ////////////////////////////////////////////////////////////////////////////////////
 * Other
 * ////////////////////////////////////////////////////////////////////////////////////
 */
/* =========================================
 * clearfix
 * =========================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-Mac */
