@charset "utf-8";
body {
	margin: 20px;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(image/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* CSS Document */

#main {
	width: 800px;
	border: 1px solid #000;
	background-color: #FFF;
	height: 600px;
}
#main #header {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #999999;
	height: 230px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
}
#main #header h1 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
#main #header .title {
	float: left;
}

#main #header .top_img {
	margin: 0px;
}
#main #header .top_menu {
	font-size: 12px;
	padding-top: 16px;
	margin: 0px;
}
.top_menu a:link {
	color: #999999;
	text-decoration: none;
}
.top_menu a:visited {
	text-decoration: none;
	color: #999999;
}
.top_menu a:hover {
	text-decoration: underline;
	color: #CCC;
}
.top_menu a:active {
	text-decoration: none;
	color: #FFC;
}
#main #middle {
	height: 334px;
}

#main #footer {
	background-color: #FFFFFF;
	height: 19px;
	color: #999999;
	font-size: 12px;
	padding-top: 7px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: italic;
}
#main #middle #left {
	width: 188px;
	float: left;
}
#main #middle #right {
	height: 314px;
	width: 592px;
	float: right;
	font-size: 12px;
	line-height: 130%;
	overflow-y: scroll;
	padding: 10px;
}
#main #middle #right .st {
	margin-top: 10px;
	width: 562px;
}
#main #middle #right .st2 {
	width: 562px;
}
#main #middle #right .w562 {
	width: 562px;
}

#main #middle #right #news {
	margin-top: 10px;
	width: 540px;
	height: 160px;
	border: 1px solid #3D5653;
	overflow-y: scroll;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main #middle #right #news .date {
	font-weight: bold;
	color: #600;
	font-size: 12px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #3D5653;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main #middle #right #contents .contact_st {
	color: #3D5653;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3D5653;
	padding-bottom: 3px;
	margin: 0px;
}
#main #middle #right #contents .contact_tx {
	color: #333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main #middle #right #contents .contact_tx_er {
	color: #F00;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#main #middle #right #news .date .news_title {
	padding-left: 10px;
	color: #C00;
}
#main #middle #right #news .news_text {
	line-height: 150%;
	color: #333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
#main #middle #right #contents {
	margin-top: 10px;
	width: 540px;
	height: 200px;
	border: 1px solid #3D5653;
	overflow-y: scroll;
	padding: 10px;
}
#main #middle #right #sitemap {
	margin-top: 10px;
	width: 540px;
	height: 260px;
	border: 1px solid #3D5653;
	overflow-y: scroll;
	padding: 10px;
	font-size: 16px;
	line-height: 150%;
}
#main #middle #right #contents table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3D5653;
}
#main #middle #right #contents .contact_table table tr .contact_g {
	color: #3D5653;
}
