@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: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url("image/body_back.gif");
	background-repeat: repeat;
}

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

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

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

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

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

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

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

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

#block_headerLeft {
	width: 630px;
	/*色設定*/
	background-image: url("image/title_back.gif");
	background-repeat: no-repeat;
}

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

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

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

#block_left {
	width: 180px;
	text-align: left;
	padding: 20px 0 10px 0;
	border-width: 0 0 0 2px;
	/*色設定*/
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

#block_right {
	width: 180px;
	text-align: left;
	padding: 20px 0 10px 0;
	border-width: 0 2px 0 0;
	/*色設定*/
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

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

#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: #FFFFFF;
	border-color: #0066CC;
	background-color: #0099CC;
}
