@charset "UTF-8";


html{height:100%;}
body{
	margin:0;
	background-color:#FFF;
	color:#FFF;
	background-image:url(/musoublast/images/master-bg.gif);
	height:100%;
	font-size:14px;
	line-height:1.5;
}

a{
	color:#FF0;
	text-decoration:none;
}

#wrapper{
	width:100%;
	max-width:640px;
	min-height:100%;
	margin:0 auto;
	background-color:#000;
	border:1px #723113 solid;
	border-width:0 1px;
	position:relative;
}

#contents{
	width:543px;
	margin:0 auto;
}

#attention{
	width:545px;
	font-size:13px;
	margin:0 auto;
	margin-top:60px;
	color:#bbb;
}
#attention p{
	margin:0;
	padding:0;
	margin-top:5px;
	margin-left:1em;
	text-indent:-1em;
}


#bnn-official{
	display:block;
	margin:30px auto;
}


#footer{
	text-align:center;
	font-size:80%;
	position:absolute;
	width:100%;
	height:20px;
	bottom:0;
	left:0;
}


#start #contents img{
	border:0;
	display:block;
	margin:0 auto;
}


#start #contents img#bt-member,
#start #contents img#bt-gc,
#start #contents img#bt-mail{
}

#start #contents img#bt-member{
	margin-top:3px;
}

#start #contents img#bt-gc{
	margin-top:8px;
}

#start #contents img#bt-mail{
	margin-top:30px;
}



