body {
	background-image: url(../images/bg_base.jpg);
	margin: 0px;
	background-repeat: repeat-y;
	background-color: #FAF9F4;
	background-position: center;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
}
#bl_container {
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat-x;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}

/* header */
#bl_header {
	height: 100px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E5E1C5;
}
#logo {
	float: left;
	width: 400px;
	height: 100px;
}

/* contents */
#bl_contents {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F9F6E3;
	color: #333333;
}

/* footer */
#bl_footer {
	background-color: #000000;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	padding: 10px;
}

#bl_footer #copyright {
	font-size: 0.6em;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 30px;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	clear: both;
}
