/* 顔倍ページ澄2・+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	text-align: center;
	font-size: 13px;
	line-height: 140%;
	font-family: ＭＳ Ｐゴシック,MS Pゴシック, ヒラギノ Pro W3, Osaka;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
		/*色澄2・------------------------------------*/
	color: #0DB03B;
	background-color: #FFFFFF;
	background-image: url("image/body_back.gif");
	background-repeat: repeat;
}

td {	font-size: 13px;
	line-height: 140%;
}

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

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

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

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

/* 各ブロック澄2・+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#block_whole {	
	width: 100%;
		/*色澄2・------------------------------------*/
}

#block_header {	
	width: 820px;
	text-align: center;
	/*色澄2・------------------------------------*/
	background-image: url("image/title_back.gif");
	background-repeat: no-repeat;
}

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

#block_headerLeft {	
	width: 640px;
}

#block_update, #block_counter {
	text-align: right;
	font-size: 10px;
	line-height: 120%;
	font-weight: bold;
	padding: 8px;
		/*色澄2・------------------------------------*/
	color: #007744;
}

#block_mess {
	text-align: center;
	border-style: solid;
	font-weight: bold;
	border-width: 2px 0 2px 0;
	padding: 5px 10px 5px 10px;
		/*色澄2・------------------------------------*/
	color: #007744;
	background-color: #ABFFA0;
	border-color: #81E38D;
}

#block_main {	
	width: 822px;
	border-style: solid;
	border-width: 0 0 0 0;
		/*色澄2・------------------------------------*/
	background-color: #FFFFFF;
}

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

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

#block_footer {
	text-align: center;
	font-size: 10px;
	border-style: solid;
	border-width: 2px 0 2px 0;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
		/*色澄2・------------------------------------*/
	color: #008D4F;
	background-color: #ABFFA0;
	border-color: #81E38D;
}


