body	{
	background: #D7CCAF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #444444;
	font: 0.8em/1.3em "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

/* ƒŠƒ“ƒN */
a {
	color: #003366;
	text-decoration: underline;
}

a:visited{
	color: #003366;
	text-decoration: underline;
	}

a:hover{
	color: #ff6600;
	text-decoration: underline;
	}

a:active{
	color: #ff6600;
	text-decoration: underline;
	}

p {
	margin: 0px;
	padding: 0px;
}
.tb {
	padding: 5px;
	border-bottom: 1px dotted #999999;
}
#wrapper {
	margin: 0px auto;
	width: 800px;
	background: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
}

.font-red {
	color: #FF0000;
}
