@charset "utf-8";
/* CSS Document */

body{
	background:#970506;
	font-size:12px;
	font-family:"ＭＳ ゴシック", "MS Gothic",  "メイリオ", Meiryo, "Osaka－等幅", Osaka-mono, monospace;
	color:#fff;
	line-height:1.3
}
a{
	color:#fff;
}

#wrapper{
	background:#970506;
	min-width:980px;
	margin:0 auto;
}
h1{
	text-align:center;
	padding:20px 0;
}
h2{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
	margin-bottom:5px;
}
h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
h4{
	font-weight:bold;
}
ul.indent{
	padding-left:1em;
}
ul.indent li{
	text-indent:-1em;
}
p{
	margin-bottom:20px;
}
p strong{
	font-weight:bold;
}
p a, ul.indent li a{
	font-weight:bold;
}

#container{
	background:#000000;
	width:740px;
	padding:20px;
	overflow:hidden;
	margin:0 auto;
	line-height:1.5;
	position:relative;
}

.box{
	background-color:#333333;
	padding:10px;
	border:1px solid #626262;
	margin:5px 0 50px;
	text-align:center;
}
.box *{
	text-align:left;
}
.box.form{
	width:400px;
}
.box.form form{
	float:left;
	width:180px;
	margin-left:17px;
}
.box.form form input[type=password]{
	width:120px;
	height:16px;
	margin-top:10px;
	margin-right:5px;
}

p.go-top{
	text-align:center;
	margin-bottom:0
}

#footer{
	text-align:center;
	height:50px;
}
#footer p{
	padding-top:9px;
}


