@charset "shift_jis";

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}

html {
	background: #000 !important;
}
body {
	background: #000 !important;
	color: #fff !important;
}
a:link, a:visited { color: #fff !important; text-decoration: underline; }
a:hover { color: #c41230 !important; text-decoration: none; }

#wrap {
	width: 980px;
	margin: 0 auto;
	background: url(../images/bgimg.jpg) no-repeat right top #000;
	text-align: left;
}
#logo {
	text-align: left;
	padding: 10px 0 60px 15px;
}
#content {
}
#block1 {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
	border-bottom: 1px dashed #fff;
}
#btnarea {
	text-align:center;
	width: 600px;
	margin: 50px auto 0;
	font-size: 12px ;
	line-height: 160%;
}
#btnarea p{
	width: 260px;
	margin: 0 auto;
}


#btnarea ul.notes {
	margin-top: 20px;
}
#btnarea ul.notes li {
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
#block2 {
	width: 900px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	line-height: 160%;
}
#block2 h2 {
	font-weight: bold;
}
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb55 { margin-bottom: 55px; }
.mb65 { margin-bottom: 65px; }
.mb70 { margin-bottom: 70px; }
.mb85 { margin-bottom: 85px; }
.txt_center { text-align: center; }
#copyright {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 1px solid #fff;
	text-align: center;
}
