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

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

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

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

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

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

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

#block_header { /*色設定*/
	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: #067DC1;
}

#block_mess {
	width: 820px;
	text-align: center;
	border-style: dashed;
	border-width: 0 0 0 0;
	padding: 10px 10px 5px 10px;
	/*色設定*/
	color: #164C9D;
}

#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: #15BBDB;
}

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

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

#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: #164C9D;
	background-image: url("image/main_bottom_back.gif");
	background-repeat: no-repeat;
}
