/* CSS Document */

@charset "shift_jis";

/* ------------------
 BODY
 ------------------*/

html {
	overflow-y:scroll;
}

body { 
    margin:0px;
    padding:0px;
    border:0px;
	background-color:#bf0000;
}

#main{
	width:100%;
	height:auto;
	margin-top:20px;
}

#logo{
	width:350px;
	height:auto;
	margin:auto;
}

#enter_box{
	width:350px;
	height:30px;
	margin-top:30px;
}

#enter{
	width:85px;
	height:30px;
	margin:auto;
}

img{
	border:0px;
}

/* ------------------
 フッター文字
 ------------------*/
 
 #footer_box{
 	width:350px;
	height:auto;
	margin-top:40px;
}


#footer{
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}
