@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: #5D5D5D;
	background-color: #6DE3B5;
	background-image: url("image/bg_pattern.gif");
	background-repeat: repeat;
}

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

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

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

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

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

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

#block_header {
	width: 100%;
	/*色設定*/
	color: #000;
}

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

#block_headerLeft {
	width: 630px;
}

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

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

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

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

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

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

#block_mess {
	text-align: center;
	font-weight: bold;
	border-style: dashed;
	border-width: 2px 0 2px 0;
	padding: 5px 10px 5px 10px;
	/*色設定*/
	color: #FFFFCC;
	background-color: #725044;
	border-color: #FFFFCC;
}

#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: #FFFFCC;
	border-color: #FFFFCC;
	background-color: #725044;
}
