@charset "UTF-8";
/* for SET */
@import url("reset/core.css");
@import url("reset/font.css");
@import url("reset/tools.css");


/*
################################################################################################################

Common Layout
- 全ページ共通

################################################################################################################
*/
body {
	color:#3d3b3a;
	-webkit-text-size-adjust: none;
	min-width: 1020px;
	min-height:600px;
}
html, body { height:100%; }
p {
	word-break: break-all;
}
a:link, a:visited, a:hover, a:active {
	color: #c61517;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
    box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
}



/*
################################################################################################################

Head
- 共通ヘッダー

################################################################################################################
*/
header {
	height: 158px;
	position: relative;
	z-index: 100;
	background-color: #fff;
	background-image: url(../img/common/headBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.headInner {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height:70px;
	background:#fff;
}
/** mainLogo **/
.headInner h1{
	float:left;
}
.headInner h1 a{
	display:block;
	padding:12px 12px 13px 0px;
}
/** copy **/
.headInner .copy {
	float:right;
	display:block;
	padding:28px 0 26px;
}
/** grobal Navigation **/
.gNav {
	border-top: 4px solid #c61517;
	background-image: url(../img/common/gnavBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height:84px;
}
.gNav ul{
	width: 980px;
	margin: 0 auto;
	height:71px;
	position: relative;
	padding-bottom:13px;
	background:url(../img/common/gnavShadow.png) no-repeat center bottom;
}
.gNav ul li {
	width:196px;
	float: left;
	height:71px;
	text-align: center;
	background:url(../img/common/gnavLine.jpg) no-repeat left bottom;
}
.gNav ul li:first-child {
	background:none;
}
.gNav ul li a {
	text-align:center;
	display: block;
}
.gNav ul li a img{
}


/*
################################################################################################################

Foot
- 共通フッター


################################################################################################################
*/
footer {
	clear:both;
	position: relative;
	background:#fff;
}

/* フッターリンク
-------------------------*/
.footLinks {
	background: url(../img/common/footLinkBg.jpg) repeat;
	padding:18px 0 18px;
	margin-top:36px;
}
.footLinks ul{
	width:988px;
	margin:0 auto;
}
.footLinks ul li{
	float:left;
	margin-left:10px;
}
.footLinks ul li:first-child{
	margin-left:0px;
}
footer .copyright{
	font-size:84%;
	font-family:Arial, Helvetica, sans-serif;
	color:#656565;
	padding:25px;
	text-align:center;
	display:block;
	letter-spacing:0.1em;
}

/*
################################################################################################################

その他共通

################################################################################################################
/* 
