@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	font-size: 10pt;
	color: #666;
}

a:link {
	color: #497C1E;
	text-decoration: none;
}

a:visited {
	color: #497C1E;
	text-decoration: none;
}


a:hover {
	color: #372302;
	text-decoration: none;
}


/* ----------------------------------------------------------------- フォントスタイル フォントサイズ */
body {
	font-size: 10pt;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
}


/* ----------------------------------------------------------------- レイアウトに関する指定 */
/* --------------------------　全体の枠 */
#wrapper {
	text-align: left;
	width: 920px;
	background-color: #DCDCD6;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* --------------------------　ヘッダーの枠 */
#header {
	height: 80px;
	background-image: url(images/header_copy.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* --------------------------　トップメニューの枠 */
#top_menu {
	width: 920;
	height: 42px;
}

/* --------------------------　メイン写真の枠 */
#main_photo {
	height: 268px;
}

/* --------------------------　サブ写真の枠 */
#sub_photo {
	height: 106px;
}


/* --------------------------　内容の枠（外） */
#container {
	width: 100%;
}


/* --------------------------　内容の枠（中） */
#contents {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}


/* --------------------------　アンダーメニューの枠 */
#under_navi {
	width: 907px;
	height: 25px;
	padding-left: 13px;
}


/* --------------------------　フッターの枠 */
#footer {
	padding-top: 15px;
	clear: both;
	border-top-style: solid;
	border-top-color: #9C9E0B;
	border-top-width: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C9E0B;
}


/* --------------------------　コピーライトーの枠 */
#copy_right {
	clear: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 8pt;
	text-align: center;
}

/* ----------------------------------------------------------------- #header内の指定 */

.catch_copy {
	width: 905px;
	font-size: 8pt;
	padding-top: 10px;
	padding-bottom: 3px;
	text-align: right;
	padding-right: 15px;
}

/* --------------------------　ロゴ */
.logo {
	width: 250px;
	float: left;
	margin-top: 10px;
}


/* ----------------------------------------------------------------- #contents内の指定 */
/* --------------------------　コンテンツtdの指定 */
.right_line{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9C9E0B;
}

.left_line{
	border-leftt-width: 1px;
	border-left-style: solid;
	border-left-color: #9C9E0B;
	border-left-width: 1px;
}

/* --------------------------　コンテンツ内のボックス */

.banner_box2 {
	width: 890px;
	height: 162px;
	margin-top: 15px;
}

/* --------------------------　タイトルの指定ー*/
h2,h3,h4,h5,h6 {
	font-size: 12pt;
}

/* --------------------------　コンテンツ内の<p>タグ指定ー*/
#contents p {
	line-height: 135%;
	margin-bottom: 8px;
	font-size: 10pt;
	color: #666;
	padding-top: 5px;
	padding-bottom: 10px;
}


/* ----------------------------------------------------------------- #footer内の指定 */
/* --------------------------　フッター内の<p>タグ指定ー*/
#footer p {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 130%;
}

/* --------------------------　フッター内のボックスー*/
.footer_box {
	background-image: url(images/footer_logo.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 180px;
	color: #000;
	width: 710px;
	margin-left: 15px;
	padding-top: 15px;
	margin-top: 5px;
	padding-bottom: 3px;
	}

.footer_title {
	font-size:11pt;
	font-weight: bold;
	color: #000;
	}


/* ----------------------------------------------------------------- #copy_right内の指定 */
/* --------------------------　コピーライト内の<p>タグ指定ー*/
#copy_right p {
	font-size:8.5pt;
}


/* --------------------------　アンダーメニューの枠 */
.toppage {
	text-align:right;
	margin-bottom: 10px;
	padding-right: 15px;
	font-size: 10pt;
}



#pagenav ul.pageNav01 {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
	background-color: #DCDCD6;
}

#pagenav ul.pageNav01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

#pagenav ul.pageNav01 li span,
#pagenav ul.pageNav01 li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}

#pagenav ul.pageNav01 li a:hover {
	background: #eeeff7;
	border-color: #00f;
}


