@charset "shift_jis";


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2;
	color: #471500;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #d9d0ce;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


a {
	color: #471500;
}

a:hover {
	color: #2A7616;
	text-decoration: none;
}



/*
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}



/*
---------------------------------------------------------------------------*/
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 199px;
	width: 100%;
	position: relative;
	background-color: #6C1C03;
}
#header h1 {
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	right: 10px;
	bottom: 40px;
	width: 900px;
	text-align: right;
}

#header #logo {
	position: absolute;
	left: 120px;
	top: 0px;
}



/*
---------------------------------------------------------------------------*/
ul#menu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
ul#menu li {
	float: left;
	width: 140px;
	line-height: 34px;
	height: 34px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #235d12;
}
ul#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 140px;
}
ul#menu li a:hover {
	color: #2C7816;
	background-color: #FFFFFF;
}



/*
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 940px;
	padding: 20px;
	background-image: url(../images/contents_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}



/*
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 680px;
}
#main h2 {
	font-size: 100%;
	line-height: 36px;
	color: #FFFFFF;
	background-image: url(../images/title_bg1.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	height: 36px;
	width: 665px;
	clear: both;
}
#main h3 {
	font-size: 100%;
	color: #2A7616;
	padding-left: 10px;
	background-color: #e9f1e7;
	border-top: 1px solid #2A7616;
	border-right: 1px solid #2A7616;
	border-bottom: 4px solid #2A7616;
	border-left: 1px solid #2A7616;
}

#main p {
	padding: 0.5em 10px 1em;
}
#main p.img {
	padding-right: 0px;
	padding-left: 0px;
}



/*
---------------------------------------------------------------------------*/
#mainimg {
	padding-bottom: 1em;
}



/*
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 240px;
}
#sub h4 {
	font-size: 100%;
	color: #FFFFFF;
	background-color: #87a77f;
	text-align: center;
}



/*
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}



/*
---------------------------------------------------------------------------*/
#searchbox {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid #D9D1CE;
	border-bottom: 1px solid #D9D1CE;
	border-left: 1px solid #D9D1CE;
	margin-bottom: 1em;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


/*
---------------------------------------------------------------------------*/
ul.submenu li a {
	display: block;
	width: 218px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #D9D1CE;
	border-right: 1px solid #D9D1CE;
	border-left: 1px solid #D9D1CE;
}
ul.submenu li a:hover {
	color: #FFFFFF;
	background-color: #491000;
}

ul.submenu li {
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*#main .new {
	overflow: auto;
	height: 100px;
	width: 660px;
	padding-left: 10px;
	margin-bottom: 1em;
}

#main .new dl {
	clear: left;
	width: 640px;
	border-bottom: 1px solid #D9D1CE;
	overflow: hidden;
}

#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}

#main .new dd {
	float: left;
	width: 540px;
}
*/
#main .new dl {
	height: 150px;			/*ボックスの高さ*/
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#main .new dt {
	font-weight: bold;	/*日付を太字にする設定*/
	float: left;
}

#main .new dd {
	border-bottom: 1px solid #D9D1CE;	/*日付ごとの下線*/
	padding-left: 8em;
}
#main .new.log dl {
	height: auto;
}

/*
---------------------------------------------------------------------------*/
.pbox {
	background-image: url(../images/photo_bg1.gif);
	background-repeat: no-repeat;
	float: left;
	height: 160px;
	width: 130px;
	margin-left: 7px;
	margin-bottom: 10px;
	padding: 15px;
	text-align: center;
	font-size: 10px;
	line-height: 1.6;
	position: relative;
}
.pbox .icon {
	position: absolute;
	height: 14px;
	width: 50px;
	right: 10px;
	bottom: 10px;
	text-align: right;
}



/*FAQページ
-------------------------------------------------------------------------------*/
.faq dt {
	background: url(../images/faq_q.gif) no-repeat left top;
	padding-left: 25px;
	color: #2A7616;
	font-weight: bold;
}
.faq dd {
	background: url(../images/faq_a.gif) no-repeat left top;
	padding-left: 25px;
}
.faq {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #dcdcdc;
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	line-height: 2;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #b9b5b3;
	line-height: 3;
}

.ta1 td{
	width: 457px;
	padding: 10px;
	text-align: left;
}

.ta1 th{
	width: 150px;
	padding: 10px;
	text-align: center;
	background-color: #F9F5F4;
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #006EDA;
	color: #FFFFFF;
}

.ta1 table {
	width: auto;
}
.ta1 table td{
	width: auto;
	padding: 10px;
	text-align: center;
}

.ta1 table th{
	width: auto;
	padding: 10px;
	text-align: center;
	background-color: #e8e3e2;
}


/*
---------------------------------------------------------------------------*/
#main ul.disc {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}
#main table ul.disc {
	padding: 0em 0px 0em 15px;
	list-style: disc;
}
#main table ul.disc li {

}


/*左コンテンツリンクコーナー
---------------------------------------------------------------------------*/
#linkbox {
	border-bottom: 1px solid #D9D1CE;
	border-right: 1px solid #D9D1CE;
	border-left: 1px solid #D9D1CE;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
}


/*
---------------------------------------------------------------------------*/
.mb1 {
	margin-bottom: 1px;
}
.mb1em {
	margin-bottom: 1em;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.color1 {
	color: #FD0858;
}
.color1 a {
	color: #FD0858;
}
.bgcolor1 {
	background: #d5e7cd !important;
}
.bgcolor2 {
	background: #cde7e6 !important;
}
.bgcolor3 {
	background: #e7cdcd !important;
}
.uline1 {
	border-bottom: 1px solid #b9b5b3;
}
.b1 {
	border: 1px solid #CCCCCC;
}
.mini1 {
	font-size: 10px;
}
.vam {
	vertical-align: middle;
}
.page {
	font-size: 120%;
	text-align: center;
	background-color: #471500;
	clear: left;
	color: #FFFFFF;
}
.page a {
	color: #FFFFFF;
}
.point {
	font-size: 11px;
	line-height: 1.6;
	background-color: #faf5b1;
	border: 1px solid #999999;
	padding: 5px !important;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
