@charset "utf-8";

/*-------------------------------------*/
/* ヘッダー */
/*-------------------------------------*/

h1{
	font-size: 36px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-weight: bold;
}

/*-------------------------------------*/
/* メインイメージ */
/*-------------------------------------*/

div#mainImgBox{
	margin: 0 auto;
	text-align: left;
	width: 960px;
	background: url(../../index/img/mainimg.jpg) no-repeat top right;
	min-height:334px;
	height: auto !important;
	height: 334px;
	border-top-width: 40px;
	border-top-style: solid;
	border-top-color: #474747;

}

div#mainImgBox div#mainMessageBox{
	width: 310px;
	background: #fff;
	border-left: 0px solid #dedede;
	padding-left: 15px;
}

	div#mainImgBox div#mainMessageBox strong{
	font-weight: bold;
	font-size: 17px;
	display: block;
	padding: 90px 20px 10px;
	color: #000;
	}
	div#mainImgBox div#mainMessageBox span{
		padding: 0 20px;
		display: block;
		line-height: 1.9;
		color: #666;
	}

/*-------------------------------------*/
/* グローバルナビゲーション */
/*-------------------------------------*/

ul#gNavi{
	width: 936px;
	padding-left: 24px;
	background-color: #474747;
}

ul#gNavi li{
	display: block;
	float: left;
	padding: 8px 0;
	margin-right: 16px;
	font-size: 12px;
	letter-spacing: 0.08em;
}

ul#gNavi li a{
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #aaa;
	display: block;
	padding-right: 16px;
}

ul#gNavi li a:hover{
	color: #a69e7b;
}

ul#gNavi li.firstItem a{
	padding-left: 16px;
	border-left: 1px solid #fff;
}



/*-------------------------------------*/

/*-------------------------------------*/

div#mainContents{
	width: 928px;
	text-align: left;
	background: url(../../share/img/bg_contents.gif) repeat-y 0 0;
	border: 1px solid #DDD;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

	div#leftContents{
	width: 188px;
	float: left;
	}

		div#leftContents ul#sNavi{
			display: block;
			margin-top: 20px;
			border-bottom: 1px solid #fff;
		}

		div#leftContents ul#sNavi li{
	display: block;
	padding-top: 18px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #dedede;
		}

		div#leftContents ul#sNavi li.firstItem{
			border-top: none;
		}

	div#centerContents{
	width: 450px;
	margin-left: 10px;
	float: left;
	display: inline;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #474747;
	border-left-color: #474747;
	padding-left: 15px;
	padding-right: 15px;
	}

		div#centerContents h2{
			background: url(../../share/img/bg_ch.gif) repeat-x 0 0;
			font-size: 14px;
			letter-spacing: 0.08em;
			margin: 30px 0 15px;
		}

		div#centerContents h2 span{
			background: url(../../share/img/bg_ch_top.gif) no-repeat top left;
			padding: 6px 0 6px 22px;
			display: block;
			font-weight: bold;
			line-height: 2.0;
			-moz-box-shadow:0 0 0.5px #ccc;
			-webkit-box-shadow:0 0 0.5px #ccc;

			text-shadow:1px 0 0.5px #fff;

		}

		div#centerContents strong{
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
		}

		div#centerContents span.readTxt{
	line-height: 1.9;
		}

	div#rightContents{
	width: 200px;
	margin-left: 15px;
	float: left;
	display: inline;
	}

	div#rightContents h2{
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	}

	div#rightContents dt{
		font-size: 10px;
		margin-top: 12px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}

	div#rightContents dd{
		color: #666;
	}

	div#topicsBox dt{ color: #900;}

	div#topicsBox strong{
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 8px;
		display: block;
		font-size: 14px;
	}
