@charset "UTF-8";
/*
-----------------------------------------------------------
リセット＆デフォルトスタイル
-----------------------------------------------------------
*/
body, header, hgroup, nav, aside, footer, article, section, blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
header, hgroup, nav, aside, footer, article, section {
	display: block;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	background: url(../img/common/bodyBg.png) center top no-repeat #F2E7DA;
}
a {
	color: #563649;
	text-decoration: underline;
}
a:hover {
	color: #505B02;
	text-decoration: underline;
}
a img {
	border-style: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	clear:both;
	color: #666;
	font-size: 100%;
	margin:0.6em 0 0.4em 0;
	font-weight: bold;
}
P, ul, ol, dl {
	margin-bottom: 0.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}
ul li, ol li {
	margin-bottom: 0.2em;
}
dl {
	margin: 0 0 0.8em 0;
}
dl dt {
	margin: 0 0 0.2em 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0.4em 0;
	padding: 0;
}
ul {
	list-style-position: outside;
	margin-left: 1.8em;
}
ol {
	list-style: decimal outside;
	margin-left: 1.8em;
}
table {
	margin-bottom: 1.5em;
}
/* 
-----------------------------------------------------------
構造と共通フレーム
-----------------------------------------------------------
/*
-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------
*/
#head {
	width:100%;
	margin:0;
	padding:0;
}
/* ヘッダーを囲む */
#headWrap {
	width: 1080px;
	margin: 0 auto;
	padding:0;
	height: auto;
	text-align: left;
	overflow: hidden;
	display: table;
}
/* タイトルロゴ */
#headWrap #siteTitle {
	width: 470px;
	height: 145px;
	float: left;
	margin:0;
	padding:0;
	overflow: hidden;
	position: relative;
}
	#headWrap #siteTitle a {
		display: block;
		width: 470px;
		height: 145px;
	}
	#headWrap #siteTitle img {
		position: absolute;
	}
/* グローバルナビ */
#headWrap #gnavi {
	width: 610px;
	height: 125px;
	float: left;
	margin:0;
	padding:20px 0 0 0;
	list-style:none;
	background:url(../img/common/gnaviBg.png) left top no-repeat;
}
	#headWrap #gnavi li {
		float:left;
	}
	#headWrap #gnavi li a {
		width:110px;
		height:114px;
		position: relative;
		overflow: hidden;
		display: block;
	}
	#headWrap #gnavi li a:hover {
		border: none; /*IE6 ":hover img"用 ie9.jsがあれば不要 */
	}
	#headWrap #gnavi li a img {
		position: absolute;
	}
	#headWrap #gnavi li a:hover img {
		top: -114px;
	}
	#headWrap #gnavi li a.current img {
		top: -228px;
	}
/*
-----------------------------------------------------------
メイン
-----------------------------------------------------------
*/
#main {
	width:100%;
	margin:0;
	padding:0;
}
/* メインを囲む */
#mainWrap {
	width: 980px;
	margin: 0 auto;
	padding:0 50px;
	height: auto;
	text-align: left;
	overflow: hidden;
	display: table;
}
/*
-----------------------------------------------------------
フッター
-----------------------------------------------------------
*/
#foot {
	width:100%;
	background:url(../img/common/footBg.png) left top repeat-x;
	margin:0 0 50px 0;
	padding:0;
}
/* フッターを囲む */
#footWrap {
	width: 980px;
	margin: 0 auto;
	padding:0;
	height: auto;
	text-align: left;
	overflow: hidden;
	display: table;
	font-size:11px;
	line-height:18px;
}
/* フッターナビ */
#footWrap .footNavi {
	width: 980px;
	height: 18px;
	margin: 7px 0;
	padding: 0;
	float:left;
	clear:both;
	list-style:none;
	border-left:1px solid #D3C0B6;
}
	#footWrap .footNavi li {
		float:left;
		border-right:1px solid #D3C0B6;
		padding:0 12px;
	}

/* コピーライト */
#footWrap .copyright {
	width: 980px;
	float:left;
	clear:both;
	margin: 0;
	padding: 15px 0 0 0;
	text-align:right;
	font-size:13px;
	line-height:20px;
}
	#footWrap .copyright strong {
		color:#663300;
		font-weight:normal;
	}

#footWrap .copyright span {
	font-size:11px;
	line-height:30px;
}
