* {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", MS PGothic, Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	background-color: #C9CCD8;
	background-image: url(../common/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#wall {
	background-image: url(../common/bg_wall.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 760px;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(../common/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 760px;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 40px;
}
#footer a, #footer p {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#policy {
	position: absolute;
	left: 4px;
	top: 12px;
	text-align: right;
	width: 760px;
}
p {
	font-size: small;
	color: #333333;
	line-height: 1.3em;
}
a:link {
	font-size: small;
	color: #0066FF;
}
a:visited {
	color:#432286;
}
a:hover {
	text-decoration: underline;
}




#copy {
	position: absolute;
	left: 4px;
	top: 12px;
	width: 760px;
}

#footer a:hover {
	text-decoration:underline;
}
