@charset "utf-8";
/* CSS Document */

body{
	background:#000;
}

#page{
	background:#000;
	color:#ddd;
	line-height:1.5;
	font-family: ヒラギノ, "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	font-size:12px;
}

#page #header{
	background:url(../images/index/bg_head.jpg) no-repeat;
	width:1000px;
	height:114px;
	margin:0 auto 0 auto;
}

#headerbg{
	width:100%;
	margin: 0 auto 0 auto;
}
#page #header h1{
	color:#aaa;
	font-size:12px;
	position:relative;
	text-align:right;
	top:5px;
	left:-10px;
}

#page #mainColumn{
	background:url(../images/index/bg_index.jpg) repeat-x;
	text-align:center;
	width:100%;
}

#page #indexEnt{
	background:url(../images/index/bg_index_br.jpg) repeat-x;
	text-align:center;
	width:100%;
}
#page #mainColumn .bgBox{
	width:1000px;
	margin: 0 auto 0 auto;
}

#page #footer{
	width:800px;
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
	text-align:center;
}
#page #footer ul{
	padding:10px 0 0 0;
}

#page #footer p.copy{
	padding:15px 0 0 0;
}
