﻿@charset "UTF-8";

html,body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/parts/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

img {
	margin: 0px;
	border: none;
}

/* <---------------------------------------------------------- container ------------- */
#container {
	background-color: #FFFFFF;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
}

/* <----------------------------------------------------------- header --------------- */
#header {
	height: 70px;
	width: 900px;
	margin-bottom: 20px;
}

#header h1 {
	background-image: url(../images/parts/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 291px;
	display: block;
	text-indent: -999px;
}

#header ul { /* ----------------------------------------- ヘッダーメニュー設定 ---------*/
	display: block;
	padding-top: 45px;
	height: 25px;
}

#header li {
	display: inline-block;
	background-image: url(../images/parts/tsuru.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	float: left;
	height: 20px;
	vertical-align: middle;
	padding-top: 5px;
	width: 85px;
}

#header li a {
	text-decoration: none;
	color: #333333;
}

#header li a:hover {
	color: #914452;
}

#container #header #head_navi_now a {
	color: #914452;
	text-decoration: underline;
}



/* <--------------------------------------------------------------------- メインメニュー設定 ----------- */
#navi {
	background-image: url(../images/navi/navi_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	width: 900px;
	clear: both;
}

#navi ul {
	display: block;
	height: 40px;
	width: 900px;
}

#navi li {
	display: block;
	float: left;
	height: 40px;
	width: 100px;
}

#navi li a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	height: 28px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	padding-top: 12px;
}

#navi li a:hover {
	background-image: url(../images/navi/navi_back_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	display: block;
	padding-top: 12px;
}

#navi .now a { /* <--------------------------------------------------- 現在場所表示設定 --------------- */
	background-image: url(../images/navi/navi_back_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	display: block;
	padding-top: 12px;
}

/* <------------------------------------------------------------------ Topメインイメージ設定 ---------- */
#main_image {
	height: auto;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#main_image h2 {
	font-size: 0px; /* <--------------- IE対策 ---------- */
	margin: 0px;
	padding: 0px;
}

/* <------------------------------------------------------------------ wrapper設定 -------------------- */
#wrapper {
	height: auto;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-bottom: 20px;
}

/* <------------------------------------------------------------------ 左側表示エリア・RSS設定 -------- */
#wrapper #rss {
	width: 595px;
	float: left;
}

#wrapper #rss h2 {
	margin-bottom: 10px;
}

#rss_box {
	height: 400px;
	width: 595px;
	background-image: url(../images/top/rss_box_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#rss_box #rss_box_top {
	font-size: 0px; /* <--------------- IE対策 ---------- */
	background-image: url(../images/top/rss_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 595px;
}

#rss_box #rss_box_middle {
	background-image: url(../images/top/rss_box_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 390px;
	width: 575px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.7;
}

#rss_box #rss_box_bottom {
	font-size: 0px; /* <--------------- IE対策 ---------- */
	background-image: url(../images/top/rss_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 595px;
}

.rss_text_area {
	clear: both;
	float: left;
	width: 555px;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}

.rss_date {
	float: left;
	margin-right: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #95A600;
	width: 80px;
}

.rss_text {
	float: left;
	width: 465px;
}

.rss_text h3 {
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
}

.rss_text p {
	margin-top: 0px;
	font-size: 12px;
	color: #333333;
}

.rss_text .title a {
	font-size: 12px;
	color: #95A600;
	text-decoration: underline;
}

.rss_text .link a {
	font-size: 10px;
	color: #914452;
	text-decoration: underline;
}
 /* <----------------------------------------------------- 右側表示エリア設定・リンクプレート設定 ----------*/
#wrapper #link_plate {
	height: auto;
	width: 276px;
	float: right;
}

#wrapper #link_plate h3 {
	margin-bottom: 10px;
}

/* <---------------------------------------------------------- 個人情報の取り扱いリンク表示設定 ------------ */
#privacy_policy {
	clear: both;
	width: 890px;
	padding-right: 10px;
	margin-bottom: 10px;
	text-align: right;
}

#privacy_policy ul {
	display: block;
}

#privacy_policy li a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}

#privacy_policy li a:hover {
	text-decoration: underline;
}

/* <---------------------------------------------------------------------- footer設定 -------------------- */
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#footer p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
}
