
* {
	margin: 0;
	padding: 0;
}

/* リンク色 */

a { text-decoration: none; }
a:link { color: #336633; }
a:visited { color: #808000; }
a:hover { color: #C14006; text-decoration: underline; }

/* 基本 */

.f_right { float: right; }
.f_left { float: left; }
.clear { clear: both; }

.t-center { text-align: center; }

.t-space { padding: 10px 0px 0px 0px; }

img { border: 0px; }

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	padding: 0px;
	margin: 0px 0px 0px 11px;
}

table {
	border: 1px solid #777777;
	margin: 10px 0px;
	}
td, th {
	border: 1px solid #777777;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 83.333%;
	}
th { background: #ECECEC; }

h2 { margin: 23px 0px 15px 0px; }

/* 全体的な囲み */

.container {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px;
	clear: both;
}

/* パンくずリスト */

.topicpath {
	display: inline;
	float: right;
}

.topicpath img { margin: 0px 5px; }

/* コンテンツ */

.contents {
	width: 540px;
	color: #333333;
	margin: 10px 23px 55px 0px;
	display: inline;
	float: right;
}

.contents h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.contents h4 {
	font-size: 100%;
	border-bottom: 1px solid #D2B177;
	border-left: 6px solid #D2B177;
	padding: 0px 0px 0px 3px;
	margin: 15px 0px 15px 0px;
}

.contents h4 span {
	display: block;
	border-left: 3px solid #DCCFB8;
	padding: 2px 0px 0px 10px;
}

.contents h5 {
	font-size: 95%;
	color: #006633;
	margin: 0px;
	padding: 0px;
}

.contents p {
	padding: 5px 0px;
	line-height: 19px;
}

.main { margin: 0px 10px; }
.main img { margin: 5px; }

/* ナビゲーション */

.navistyle {
	width: 207px;
	margin: 15px 0px 55px 18px;
	display: inline;
	float: left;
}

.navi_middle ul img { margin: 0px 0px 5px 0px; }

.navi_middle ul li.ya {
	background: url(images/ya.gif) no-repeat;
	padding: 0px 0px 20px 20px;
}

.navi_top {
	background: url(images/navi_top.gif) no-repeat;
	margin: 0px;	
	width: 207px;
	height: 11px;
}

.navi_middle {
	background: url(images/navi_middle.gif) repeat-y;
	margin: 0px;
	width: 207px;
}

.navi_bottom {
	background: url(images/navi_bottom.gif) no-repeat;
	margin: 0px;
	width: 207px;
	height: 11px;
}

.space img { margin: 2px 0px 6px 0px; }

/* お問い合わせフォーム */

.button { text-align:center; }
	
/* カスタマイズ */

span.red { color : #ce0000; }

/* サイトマップ */

.sitemap {
	float: left;
	width: 250px;
}

.sitemap p {
	font-size: 100%;
	font-weight: bold;
	background: url(images/si_t.gif) no-repeat;
	padding: 2px 0px 0px 35px;
	margin: 15px 0px 15px 0px;
}

/* 新着情報 */

body#newstop {
	font-size: 75%;
	text-align: left;
	background: #A7CF53;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
}
body#newstop p {
	border-bottom: 1px #5E9C47 solid;
	padding: 8px 0px 8px 7px;
	margin: 0px;
	color: #3F7D47;
}

body#newstop a { text-decoration: none; }
body#newstop a:link { color: #234923; }
body#newstop a:visited { color: #234923; }
body#newstop a:hover { color: #C14006; text-decoration: underline; }


.news-list {
	clear: both;
	width: 510px;
	border-bottom: 1px #5E9C47 solid;
	height: 1em;
	padding: 3px 5px;
	margin: 0px 0px 10px 10px;
	position: relative;
}
.news-list .date {
	float: left;
	background: url(images/list.gif) no-repeat 0px 1px;
	padding: 0px 5px 0px 15px;
}
.news-list .detail {
	float: left;
	width: 415px;
}

.news-list a { text-decoration: none; }
.news-list a:link { color: #333333; }
.news-list a:visited { color: #333333; }
.news-list a:hover { color: #C14006; text-decoration: underline; }

.news-next {
	text-align: center;
	padding-top: 10px;
	margin: 0px 0px 20px 0px;
}
	
.news-next a { text-decoration: none; }
.news-next a:link { color: #808000; }
.news-next a:visited { color: #808000; }
.news-next a:hover { color: #C14006; text-decoration: underline; }



