@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: #69A818;
	background-color: #C3EC8D;
}

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

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

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

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

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

/* 各ブロック設定+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#block_whole {
	width: 100%;
	/*色設定*/
}

#block_header {
	width: 100%;
	/*色設定*/
	color: #447800;
	background-color: #89D12B;
	background-image: url("image/bg_pattern.gif");
	background-repeat: repeat-x;
}

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

#block_headerLeft {
	width: 630px;
}

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

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

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

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

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

#block_mess {
	text-align: center;
	font-weight: bold;
	border-style: solid;
	border-width: 3px 0 0 0;
	padding: 5px 10px 5px 10px;
	/*色設定*/
	color: #FFFF66;
	background-color: #69A818;
	border-color: #FFFFFF;
}

#block_main {
	width: 820px;
	border-style: solid;
	border-width: 0 0 0 0;
	margin: 15px 0 0 0;
	/*色設定*/
}

#block_left,#block_right {
	width: 180px;
	text-align: left;
	padding: 10px 0 10px 0;
	/*色設定*/
}

#block_middle {
	text-align: left;
	border-style: dashed;
	border-width: 0 0 0 0;
	padding: 10px 0 10px 10px;
	/*色設定*/
}

#block_footer {
	text-align: center;
	font-size: 77%;
	border-style: dashed;
	border-width: 2px 0 0 0;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	/*色設定*/
	color: #447800;
	border-color: #FFFFFF;
	background-color: #89D12B;
}
