﻿@charset "UTF-8";
ol, ul {
	list-style: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* コンテナ */
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9B7347;
	border-right-color: #9B7347;
	border-left-color: #9B7347;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	_zoom: 1;
}

/* ヘッダー */
#header {
	width: 940px;
	margin: 10px auto;
	padding: 0;
}

/* 中央と右のカラムをまとめるコンテナ */
#wrapper {
	float: right;
	width: 720px;
	display: inline;
}

/* コンテンツページ用 */
#wrapper_conts {
	display: block;
	float: right;
	width: 700px;
	margin: 13px 0 0;
	padding: 0 20px 0 10px;
}

#wrapper_conts .content {
	margin: 0;
	padding: 0 5px 10px;
	font-size: 14px;
	line-height: 22px;
	color: #777;
}

/* 左カラム用 */
#box_left {
	float: left;
	width: 212px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	display: inline;
}

/* 中央のカラム用 */
#box_center {
	width: 470px;
	float: left;
	padding: 13px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9B7347;
	border-left-color: #9B7347;
	display: inline;
}

/* 右カラム用 */
#box_right {
	float: right;
	width: 188px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 17px;
	display: inline;
}

/* jQueryプラグイン用 */
#flexslider-container {
	height: 500px;
	width: 472px;
	margin-bottom: 30px;
}

/* 中央カラムの内容 */
#wrapper #box_center .box_news {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
}
#wrapper #box_center .box_news h4 {
	margin-bottom: 10px;
}
#wrapper #box_center .box_news th {
	width: 100px;
	vertical-align: top;
}
#wrapper #box_center .box_news th p {
	font-size: 70%;
	color: #666;
}
#wrapper #box_center .box_news td {
	vertical-align: top;
	padding-bottom: 5px;
}
#wrapper #box_center .box_news td p {
	font-size: 70%;
	color: #32CCFC;
}
/* ここまで */

/* 右カラムの内容 */
#wrapper #box_right img {
	margin-bottom: 10px;
}

/* コンテンツページのトピックパス */
#wrapper_conts #topicpath p {
	font-size: 70%;
	color: #999;
	background-color: #FFF;
	margin-top: 30px;
}
#wrapper_conts #topicpath p a {
	color: #666;
	text-decoration: underline;
}
/* ここまで */

/* コンテンツページ用 */
#wrapper_conts h1 {
	display: block;
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 16px;
	color: #FFF;
	background: #9B7347;
}
#wrapper_conts .gakka {
	width: 320px;
	margin-bottom: 50px;
}
#wrapper_conts .gakka p img {
	float: left;
	display: inline;
	margin-right: 20px;
}
#wrapper_conts .gakka .gakka_menu ul li  {
	list-style-image: url(images/brt_allow_brown.jpg);
	list-style-position: inside;
	font-size: 80%;
	line-height: 150%;
}
#wrapper_conts .gakka .gakka_menu ul li a  {
	color: #666;
}
#wrapper_conts #conts_left {
	float: left;
	width: 320px;
	display: inline;
}
#wrapper_conts #conts_right {
	float: right;
	width: 320px;
	display: inline;
	margin-right: 20px;
}

#box_left #navi_small {
	width: 211px;
	margin: 0;
	padding: 0;
	color: #333;
}

#box_left #navi_small ul {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 19px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#box_left #navi_small ul li {
	margin: 0;
	padding: 12px 10px 10px;
	border-bottom: 1px dotted #784D1D;
	overflow:hidden;
	_zoom: 1;
}

#box_left #navi_small ul li a {
	color: #652D00;
	text-decoration: none;
}

#box_left #navi_small ul li a:visited {
	color: #DFA373;
}

#box_left #navi_small ul li a:hover {
	color: #784D1D;
	text-decoration: underline;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #FFF;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	background: #9B7347;
	border-left: 1px solid #9B7347;
	border-right: 1px solid #9B7347;
}
#box_left #footer copyright p {
	color: #666;
	font-size: 70%;
}