@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentsbox {
	width: 600px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.contentsbox_main {
	background-image: url(images/rightblock_main.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 550px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	word-break:break-all;
}
.contentsbox_top {
	background-image: url(images/rightblock_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	content:".";
	padding: 0px;
	margin: 0px;
	width: 600px;
	height: 20px;
}
.contentsbox_bottom {
	background-image: url(images/rightblock_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	content:".";
	padding: 0px;
	margin: 0px;
	width: 600px;
	height: 65px;
}

p, p.under{
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

p.under{
	text-decoration: underline;	
	
}

a.orange{
	color: #FF6600;
	font-weight: bold;	
}

a.green{
	color: #339900;
	font-weight: bold;
}

p.headline{
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-indent: -25px;
}

p.fright{
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	float: right;
}

p.clear{
	clear: both;
}

p.left{
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
}

strong{
	font-size: large;
	color: #003300;
}

strong.white{
	font-size: medium;
	color: #FFFFFF;
	font-weight: normal;
}

strong.tel{
	font-size: large;
	color: #FF6600;
}

#container {
	width: 870px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	display: inline-block;
}

.topicbox {
	width: 548px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4BAC43;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #4BAC43;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topic_title {
	font-size: large;
	font-weight: bold;
	color: #3C8A36;
	width: 500px;
	float: right;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.topic_date {
	color: #FFFFFF;
	background-color: #4BAC43;
	padding: 5px;
	width: 538px;
	text-align:left;
}

.topic_body {
	color: #666666;
	background-color: #FFFFFF;
	padding: 5px;
	width: 538px;
	clear: both;
	text-align:left;
}

.topic_contents {
	color: #FFFFFF;
	background-color: #4BAC43;
	padding: 5px;
	width: 528px;
	text-align:left;
}

#header {
	background: #DDDDDD;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	height: 400px;
	width: 870px;
}
#header h1 {
	font-size: medium;
	color: #003300;
}
#main {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	width: 870px;
}
#header_up {
	background-image: url(images/header_up.jpg);
	height: 40px;
	width: 850px;
	padding-top: 5px;
	padding-left: 20px;
}
#title {
	height: 35px;
	width: 550px;
	float: left;
	padding-bottom: 0px;
	vertical-align: middle;
}
#search {
	height: 35px;
	width: 300px;
	float: right;
}

#header_bottom {
	background-image: url(images/stage01.jpg);
	height: 355px;
	width: 870px;
	background-repeat: no-repeat;
	clear: both;
}

#main_left {
	width: 220px;
	float: left;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#main_left_up {
	background-image: url(images/leftnavi_base.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 180px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

h1.activep {
	color: #FF9900;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
}

#main_left_up p{
	color: #FFFFFF;
	font-size: large;
	font-weight: normal;
}

#main_left_up a, #main_left_up a:link, #main_left_up a:visited, #main_left_up a:active {
	color: #FFFFFF;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration: none;
}

/*#main_left_up a:active {
	color: #FFFFFF;
	font-size: large;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration:none;
	}

#main_left_up a:visited {
	color: #FFFFFF;
	font-size: large;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration:none;
}

#main_left_up a:link {
	color: #FFFFFF;
	font-size: large;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration:none;
}


#main_left_up a {
	color: #FFFFFF;
	font-size: large;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration:none;
}*/

#main_left_up a:hover{
	color: #FF9900;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration: underline;
}

a:active.pan {
	color: #009900;
	margin: 0;
	text-decoration:none;
	}

a:visited.pan {
	color: #C0C0C0;
	font-size: large;
	margin: 0;
	text-decoration:none;
}

a:link.pan {
	color: #009900;
	font-size: large;
	margin: 0;
	text-decoration:underline;
}


a:hover.pan{
	color: #FF9900;
	font-size: large;
	margin: 0;
	text-decoration: underline;
}

a:active.white, a:visited.white,a:link.white {
	color: #ffffff;
	margin: 0;
}


a:hover.white{
	color: #ffffff;
	text-decoration: underline;
}

#main_left_bottom {
	background-image: url(images/leftnavi_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 220px;
	height: 19px;
	display: inline-block;
}

#main_right {
	width: 650px;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-top:20px;
	padding-bottom:30px;
	float: right;
	max-height: 5000px;
}
#main_right td {
	padding-left:10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_right:after,img.right:after,#main_left:after,#main:after,.topic_title:after,.banner_m:after,.contentsbox_main:after{
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;	
	content: ".";
	zoom: 1;
	}

img.right {
	margin: 10px;
	float: right;
}

#map {
	margin-left: 25px;
}

#footer {
	background-color: #DDDDDD;
	background-image: url(images/footerbg.jpg);
	height: 90px;
	width: 870px;
}
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
}
.bio_right {
	padding: 10px;
	float: right;
	width: 300px;
}
.banner_m {
	float: left;
	width: 250px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
}
.banner_m_clear {
	clear:both;
	width: 250px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
}
.description {
	color: #FFFFFF;
	width: 600px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin: 0px;
}

