/*--------------------------------------------------
	body
--------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background: url(images/background.png) repeat;
}
/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
#wrapper {
	letter-spacing: 0.2em;
	font-size: 86%;
	padding-bottom: 60px;
}
/*--------------------------------------------------
	header
--------------------------------------------------*/
#header {
	background: url(images/bg_white.png) repeat;
	height: 24px;
}
#header h1 {
	text-align: right;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}
/*--------------------------------------------------
	main_contents
--------------------------------------------------*/
#main_contents {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
/*--------------------------------------------------
	head_image
--------------------------------------------------*/
#head_image {
}

/*--------------------------------------------------
	top_image
--------------------------------------------------*/
#top_image {
	background: url(images/bg_white.png) repeat;
	padding: 6px;
}
/*--------------------------------------------------
	navigation
--------------------------------------------------*/
#navigation {
	width: 360px;
	margin-left: auto;
	margin-top: 40px;
}
#navigation .enter a {
	background: url(images/enter.png) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 190px;
	float: left;
}
#navigation .enter a:hover {
	background: url(images/enter.png) no-repeat 0px -42px;
}
#navigation .leave a {
	background: url(images/leave.png) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 160px;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
}
/*--------------------------------------------------
	footer
--------------------------------------------------*/
#footer {
	margin-top: 30px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#footer address {
	color: #333333;
	text-align: right;
	font-size: 90%;
	letter-spacing: normal;
}
#footer a {
	color: #F51285;
}
#wrapper .bnr_area {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
}

#wrapper .bnr_area .bnr_review {
	width:370px;
	display:inline-block;
}

#wrapper .bnr_area .bnr_review a {
	color: #F51285;
}

#wrapper .bnr_area img {
	margin-right: 3px;
}

ul#bnr_list{
	text-align:center;
	list-style:none;
	width:500px;
	margin:20px auto 0;
}

ul#bnr_list li{
	display:inline;
	padding:0 2px;
}

