@charset "Shift_JIS";
body {
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0;
}
#logo {
	height: 50px;
	width: 500px;
	background: url(../images/logo.gif) no-repeat;
	left: 35px;
	top: 35px;
	position: relative;
}
#entersite {
	height: 12px;
	width: 74px;
	left: 480px;
	top: 45px;
	position: relative;
}
#content {
	width: 940px;
	height: 660px;
	margin: 10px auto 0 auto;
	background: #252500;
}
#index_center{
	text-align:center;
}
#header
{
	width: 940px;
	height: 20px;
	background: #252500;
}
#footer
{
	width: 940px;
	height: 20px;
	background: #252500;
}
#left
{
	float: left;
	width: 490px;
	height: 620px;
	margin: 0 0 auto 20px;
}
#right
{
	
	width: 400px;
	height: 620px;
	margin: 0 auto auto 520px;
}
#top_info {
	position: absolute;
	width: 450px;
	height: 350px;
	left: 50%;
	margin-left: -462px;
	top: 150px;
	background: url(../images/top_infobg.gif) no-repeat;
	z-index: 5;
	background-image: url(../images/top_infobg.gif);
}

#banner {
	width: 940px;
	height: 60px;
	margin: 10px auto 0 auto;
}

