@charset "Shift_JIS";
/*‹¤’ÊÝ’è*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	font-weight: normal;
}
body{
	width: 100%;
	background-image: url(base/back_side_l.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-color: #000;
	color: #000;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
/*MacOSX Safari Only*/
html:\66irst-child body{
	width: 100%;
	background-image:url(../img/common/background.gif);
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-color: #000;
	color: #000;
	font-size: 80%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}



/*contents bodyÝ’è*/
#cbody{
	width: 800px;
	margin: 0 auto;
	background-color: #000;
}
#centerbackground{
	margin: 0px;
	padding: 0px;
	background-image: url(back_bs.jpg);
	width: 800px;
	height: 440px;
}
#textbox{
	color: #fff;
	text-align: center;
	padding-bottom: 50px;
}
#footer{
	color: #aaa;
	text-align: center;
}