@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: 13px;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
}

	body.index {
		background:url(../img/common/bodyBg.jpg) left top repeat-x;
	}

	body.contents {
		background:url(../img/common/contentsBg.jpg) left top repeat-x;
	}

a {
	color: #42665B;
	text-decoration: underline;
}

a:hover {
	color: #785BA5;
	text-decoration: underline;
}

a img {
	border-style: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	clear:both;
	color: #333;
	font-size: 100%;
	margin: 1.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;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:0;
}

/*
-----------------------------------------------------------
構造と共通フレーム
-----------------------------------------------------------
*/

/* メインコンテンツエリアを囲む */
#mainWrap {
	width: 986px;
	margin:0 auto;
	padding:0 0 0 6px;
	height: auto;
	text-align: left;
	overflow: hidden;
	display: table;
}

/*
-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------
*/
#head {
	overflow: hidden;
}

/* タイトルロゴ トップオブトップのとき */
#head  h1.site_title {
	width:286px;
	height:115px;
	float: left;
	margin: 0;
	overflow: hidden;
	position: relative;
}

/* タイトルロゴ カテゴリトップ以下のとき */
#head div.site_title {
	width:286px;
	height:115px;
	float: left;
	margin: 0;
	overflow: hidden;
	position: relative;
	padding:0 0 10px 0;
}

#head .site_title a {
	display: block;
	width: 286px;
	height:115px;
}

#head .site_title img {
	position: absolute;
}

/* お問い合わせボタンエリア */
#head p {
	width:690px;
	float: right;
	padding:15px 0 0 0;
}

	#head p strong {
		width:580px;
		float:left;
		text-align:right;
		color:#60481C;
		font-size:11px;
		line-height:18px;
		font-weight:normal;
		margin:2px 10px 0 0;
	}

	#head p img {
		width:100px;
		float: right;
	}

	#head p a {
		width: 100px;
		height:18px;
		overflow:hidden;
		display: block;
		position:relative;
	}

	#head p a:hover {
		border:none; /*IE6 ":hover img"用 ie9.jsがあれば不要 */
	}

	#head p a img {
		position:absolute;
		top:0;
	}

	#head p a:hover img {
		top:-18px;
	}

/*
-----------------------------------------------------------
グローバルナビ
-----------------------------------------------------------
*/
#gNavi {
	text-align: center;
	margin:0;
	padding:0 0 0 10px;
	height:56px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:12px;
	line-height:16px;
}

/* グローバルナビを囲む */
#naviWrap {
	width: 980px;
	margin:0 auto;
	padding:0;
	height: auto;
	text-align: left;
	display: table;
}

#gNavi > ul {
	width:980px;
	margin: 0;
	list-style: none;
	position:relative;
}

#gNavi ul li {
	float: left;
	margin: 0;
}

#gNavi li > a {
	width:245px;
	height:56px;
	overflow:hidden;
	display: block;
	position:relative;
}

/* For IE6 */
#gNavi li a {
	_width:245px;
	_height:56px;
	_overflow:hidden;
	_display: block;
	_position:relative;
}


#gNavi li a:hover {
	border:none; /*IE6 ":hover img"用 ie9.jsがあれば不要 */
}

#gNavi li a img {
	position:absolute;
	top:0;
}

#gNavi li a:hover img {
	top:-56px;
}

#gNavi li a img.current {
	top:-112px;
}

#naviWrap {
	width:980px;
	clear:both;
	position:relative;
	z-index:10;
	margin:0 auto;
}

#naviWrap ul,
#naviWrap li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#naviWrap a {
	display: block;
	position:relative;
	overflow: hidden;
}

#naviWrap a img {
	position: absolute;
	top: 0;
	left: 0;
}


#gNavi ul li strong {
	padding: 0 5px 0 6px;
	margin: 0 0 13px 0;
	font-weight: normal;
	border-left: 4px solid #B6D2D0;
	float:left;
	width:84px;
}

#gNavi ul li strong a {
	min-height:50px;
}



#naviWrap .childMenuWrap {
	display:none;
	background:#fff;
	max-width:960px;
	padding:9px 9px 0 9px;
	margin:0 0 10px 0;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	position:absolute;
	top:57px;
	left:0;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	overflow:hidden;
}

#naviWrap li:hover .childMenuWrap {
	display:block;
}

#naviWrap ul.childMenu {
	max-width:960px;
	margin:0 0 9px 0;
	overflow:hidden;
	background: url(../img/common/childMenuBg.gif) repeat-y left top;
}


#naviWrap ul.childMenu > li {
	float: left;
	margin:0 0 15px 0;
	width:100px;
	float: left;
	padding: 0 10px 5px 10px;
	margin: 0 0 5px 0;
	list-style: none;
	_display:inline;
}
#naviWrap ul.childMenu > li:last-child {
	border:none;
}
#naviWrap ul.childMenu > li > a {
	font-weight: normal;
	padding-bottom:2px;
	margin:0 0 8px 0;
}
#naviWrap ul.childMenu li li {
	margin:0 0 5px 0;
	padding:0 0 4px 0;
	clear:both;
}

#naviWrap ul.childMenu a {
	text-decoration:none;
	width:86px;
	height:auto;
}
#naviWrap ul.childMenu a:hover {
	text-decoration: underline;
}

#naviWrap ul.childMenu ul {
	width:99px;
}

#naviWrap ul.childMenu ul a {
	width:89px;
	height:auto;
	border-bottom:1px dashed #ccc;
	text-decoration:none;
	background:url(../img/common/linkIcon_off.gif) left 2px no-repeat;
	padding:0 0 3px 10px;
	margin:0 0 6px 0;
}
#naviWrap ul.childMenu ul a:hover {
	background:url(../img/common/linkIcon_on.gif) left 2px no-repeat;
}



/*
-----------------------------------------------------------
コンテンツエリア
-----------------------------------------------------------
*/
#contents {
	text-align: center;
	margin:0;
	padding:0 0 0 10px;
}

/* コンテンツエリアを囲む */
#conWrap {
	width:980px;
	margin:0 auto;
	padding:0;
	height:auto;
	text-align:left;
	overflow:hidden;
	display:table;
}

/* ▲ コンテンツエリア内の共通スタイルは「contents.css」に記述 ▲ */
/* ▲ トップページのコンテンツエリアスタイルは「index.css」に記述 ▲ */

/*
-----------------------------------------------------------
フッター
-----------------------------------------------------------
*/
#foot {
	text-align: center;
	margin:-9px 0 30px 0;
	padding:0;
	background:url(../img/common/footerBg.jpg) left top repeat-x;
	min-height:132px;
}

#foot a {
	color:#666666;
	text-decoration:none;
}

#foot a:hover {
	color:#785BA5;
	text-decoration: underline;
}

/* フッターを囲む */
#footWrap {
	width:980px;
	margin:0 auto;
	padding:0 10px;
	text-align:left;
	font-size:12px;
}

	#footWrap ul {
		width:670px;
		float:left;
		clear:both;
		overflow:hidden;
		margin:5px 0 0 0;
		padding:0 0 0 310px;
		list-style:none;
	}

		#footWrap li {
			height:20px;
			float:left;
			padding:0 8px;
			border-left:1px solid #CCCCCC;
		}

		#footWrap li:last-child {
			height:20px;
			float:left;
			padding:0 8px;
			border-left:1px solid #CCCCCC;
			border-right:1px solid #CCCCCC;
		}

	#footWrap .logo {
		width:270px;
		float:left;
		margin:20px 0 0 0;
	}

		#footWrap .logo img {
			width:80px;
			height:80px;
			float:left;
			margin:0 15px 0 0;
		}

		#footWrap .logo p {
			width:175px;
			float:right;
			margin:12px 0 0 0;
		}

	#footWrap .address {
		width:650px;
		float:right;
		margin:20px 0 0 0;
		text-align:right;
		font-size:12px;
		line-height:20px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-style:normal;
	}

	#footWrap small {
		width:650px;
		float:right;
		text-align:right;
		font-size:10px;
		line-height:20px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

/* クリアフィックス */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-device-width: 1024px) {
body { width:600px; padding:0; margin:0;}
#wrap { padding:0;; margin:0;}
#foot_wrap { padding:0;; margin:0;}
}