@charset "EUC-JP";

/* 基本ページ設定+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	text-align: center;
	font-size: 93%;
	line-height: 1.3;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*色設定*/
	color: #51774E;
	background-color: #98C295;
	background-image: url("image/body_back.gif");
}

td {
	font-size: 93%;
	line-height: 1.3;
}

body a:link {
	color: #E14804;
	text-decoration: none;
}

body a:visited {
	color: #E14804;
	text-decoration: none;
}

body a:active {
	color: #B31500;
	text-decoration: none;
}

body a:hover {
	color: #B31500;
	text-decoration: underline;
}

/* 各ブロック設定+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#block_whole {
	width: 820px;
	border-style: solid;
	border-width: 0;
	/*色設定*/
}

#block_header { /*色設定*/
	background-color: #D6EFD4;
	background-image: url("image/title_back.gif");
	background-repeat: no-repeat;
}

#block_title { /*色設定*/
	background-image: url("../common/title.gif");
	background-repeat: no-repeat;
}

#block_headerLeft {
	width: 630px;
}

#block_update,#block_counter {
	text-align: right;
	font-size: 77%;
	line-height: 1.2;
	padding: 8px;
	/*色設定*/
	color: #000000;
}

#block_counter a:link {
	color: #631F00;
	text-decoration: none;
}

#block_counter a:visited {
	color: #631F00;
	text-decoration: none;
}

#block_counter a:active {
	color: #001B57;
	text-decoration: none;
}

#block_counter a:hover {
	color: #001B57;
	text-decoration: underline;
}

#block_mess {
	width: 820px;
	border-style: solid;
	text-align: center;
	font-weight: bold;
	border-style: dashed;
	border-width: 0 0 0 0;
	padding: 10px 10px 5px 10px;
	/*色設定*/
	color: #517B4D;
}

#block_main {
	margin: 5px 0 0 0;
	padding: 20px 0 0 0;
	/*色設定*/
	background-image: url("image/main_top_back.gif");
	background-repeat: no-repeat;
}

#block_left {
	width: 185px;
	text-align: left;
	padding: 0px 0px 10px 5px;
	/*色設定*/
	background-color: #73A070;
}

#block_right {
	width: 185px;
	text-align: left;
	padding: 0 5px 10px 0;
	/*色設定*/
	background-color: #73A070;
}

#block_middle {
	text-align: left;
	border-style: solid;
	border-width: 0 0 0 0;
	padding: 0 5px 10px 5px;
	/*色設定*/
	background-color: #73A070;
}

#block_footer {
	text-align: center;
	font-size: 77%;
	border-style: solid;
	border-width: 0 0 0 0;
	margin: 0 0 0 0;
	padding: 25px 0 5px 0;
	/*色設定*/
	color: #325C2D;
	background-image: url("image/main_bottom_back.gif");
	background-repeat: no-repeat;
}
