@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #CCCCCC;
	background: #000000 repeat-y center;
	height: 100%;
	vertical-align: middle;
}
#wrapper {
	background-color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 530px;
	width: 950px;
	margin: 40px auto 0px;
}
#top_contents {
	height: 430px;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #FFFFFF;
	padding: 15px;
	background-image: url(../img/kamon.gif);
	background-repeat: no-repeat;
	background-position: -100px center;
}
#footer {
	height: 80px;
	background-image: url(../img/navi_bg.jpg);
	background-repeat: repeat-x;
	padding: 15px;
	text-align: center;
}
#top_contents #logo {
	padding-top: 200px;
	width: 590px;
	float: left;
	text-align: right;
}
#top_contents #rightBox {
	float: right;
	width: 300px;
	padding-top: 230px;
}
#rightBox ul {
	margin: 0px;
	padding: 0px 0px 10px;
	list-style-type: none;
	color: #333333;
}
#rightBox li {
	margin: 0px;
	padding: 0px;
}
