@charset "UTF-8";
/* CSS Document */

/* リセットスタイル */
*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
/* ここまで */

/* clearfix */
.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

/* ボディ */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #EDEDE8;
}

/* コンテナ */
#container {
	width: 953px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
}

/* 左のコンテナ */
#side_left {
	width: 196px;
	float: left;
	display: inline;
	margin-right: 8px;
}

/* 左のコンテナのナビゲーション */
#side_left #navigation {
	border: 1px solid #EABEBA;
	margin-top: 10px;
	margin-bottom: 10px;
}
#side_left #navigation ul li a {
	background-image: url(images/bk_btn.jpg);
	height: 35px;
	width: 194px;
	display: block;
	text-indent: 30px;
	line-height: 37px;
	color: #FFF;
}
#side_left #navigation ul li a:hover {
	color: #9A857D;
	background-image: url(images/bk_btn_over.jpg);
}
#side_left #bnr_blog a {
	height: 132px;
	width: 196px;
	display: block;
	background-image: url(images/bnr_syoukou_logo.jpg);
	font-size: 0px;
	text-indent: -9999px;
}
#side_left #bnr_blog {
	margin-bottom: 10px;
}
#side_left #bnr_blog a:hover {
	background-image: url(images/bnr_syoukou_logo.jpg);
}
/* ここまで */

/* 中央のコンテナ */

/* 中央のメインビジュアル */
#photo_main {
	height: 250px;
	width: 745px;
}


#main {
	float: left;
	width: 740px;
	display: inline;
}
#main .topic {
	width: 737px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #EABEBA;
	padding: 3px;
}
#main .topic table {
	margin: 10px;
}
#main .topic table th {
	font-size: 85%;
	text-align: left;
	color: #009966;
	vertical-align: top;
	padding-right: 7px;
	padding-bottom: 5px;
}
#main .topic table td {
	font-size: 85%;
	text-align: left;
	color: #666;
	vertical-align: top;
	padding-right: 7px;
	padding-bottom: 5px;
}
/* ここまで */

/* 右側のコンテナ */
#side_right {
	width: 202px;
	float: right;
	display: inline;
}
#side_right .conts {
	background-color: #FFF;
	width: 188px;
	margin-bottom: 10px;
	padding: 6px;
	border: 1px solid #EABEBA;
}
#side_right .conts ul {
	margin-top: 10px;
	margin-left: 10px;
}
#side_right .conts ul li a {
	font-size: 85%;
	line-height: 16px;
	color: #666;
	background-image: url(images/brt_blue.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: 10px;
	background-position: 0px 4.5px;
	letter-spacing: 3px;
}
#container #side_right .conts table td {
	font-size: 85%;
	color: #333;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F6EBF9;
}
#side_right .conts #map {
	margin-top: 10px;
	margin-bottom: 10px;
}
#side_right .conts p {
	font-size: 85%;
	color: #666;
	line-height: 120%;
}
#side_right #bnr_area img {
	margin-bottom: 5px;
}
/* ここまで */

/* フッター */
#footer {
	clear: both;
	height: 28px;
	width: 953px;
	background-image: url(images/footer.jpg);
}
#footer address {
	color: #FFF;
	line-height: 28px;
	font-size: 85%;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
}
/* ここまで */

/* コンテンツページの中央コンテナ */
#main_contents {
	float: right;
	width: 662px;
}
#main_contents .topic {
	height: 290px;
	width: 190px;
	float: left;
	display: inline;
	border: 1px solid #EABEBA;
	padding: 10px;
	background-color: #FFF;
	margin-right: 13px;
}
#main_contents .topic_right {
	height: 290px;
	width: 190px;
	float: right;
	display: inline;
	border: 1px solid #EABEBA;
	padding: 10px;
	background-color: #FFF;
}
#main_contents .topic h4 {
	margin-bottom: 10px;
}
#main_contents .topic_right h4 {
	margin-bottom: 10px;
}
#main_contents .topic p {
	font-size: 80%;
	color: #666;
	margin-bottom: 10px;
}
#main_contents .topic_right p {
	font-size: 80%;
	color: #666;
	margin-bottom: 10px;
}
#main_contents #topic_up {
	margin-top: 10px;
	height: 310px;
}
#main_contents #topic_btm {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 310px;
}
/* ここまで */

/* スマートフォンサイトへ */
#gotosmart {
	height: 70px;
	width: 100%;
	background-color: #638258;
	margin-top: 10px;
	border: 2px solid #FFF;
	display: none;
}
#gotosmart p {
	text-align: center;
	font-size: 200%;
}
#gotosmart p a {
	color: #FFFFFF;
	height: 50px;
	width: 100%;
	display: block;
	padding-top: 20px;
}
