@charset "utf-8";

/* ---------------------------------
index.css
indexページのCSS読み込み
------------------------------------ */
html,
body{
	height:100%;
}
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#ba0104;
	font-size:12px;
	line-height:18px;
	background:#731C1C;
}
#wrapper{
	background:#ffffff;
	height:100%;
}
h1{
	width:930px;
	margin:0 auto;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}
#header{
	width:930px;
	margin:0 auto;
	padding:20px 0 0 0;
	height:420px;
	text-align:right;
}
#header img{
	padding:0 0 6px 0;
}
#contents{
	width:930px;
	margin:0 auto;
	height:120px;
	padding:40px 0 0 0;
	background:url(../img/index_enterbg.gif) top no-repeat;	
}
#contents .enter{
	float:left;
	width:465px;
	padding:30px 0 0 0;
	text-align:center;
}
#contents .exit{
	float:left;
	width:440px;
	padding:0 0 0 20px;
}
#contents .exit p{
	float:left;
}
#contents .exit a img{
	padding:7px 0 0 70px;
}
#footer{
	width:930px;
	margin:0 auto;
	height:100px;
	padding:60px 0 0 0;
	text-align:center;
	background:url(../img/index_enterbg.gif) top no-repeat;	
}