@charset "utf-8";

html {
	overflow-y: scroll;
}

body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #fff;
	text-align: center;
	background: #000;
	background-position:center;
}

a:link { color: #aaaaaa;text-decoration: none; } 
a:visited { color: #aaaaaa;text-decoration: none; } 
a:hover { color: #aaaaaa;text-decoration: underline; } 
a:active { color: #aaaaaa;text-decoration: none; } 


img{
	border:0;
}

#index{
	width:870px;
	text-align:center;
	background: url('../images/index/index_bg.jpg') top left no-repeat;
}

#index_header{
	line-height:38px;
	color:#fff;
	font-size:10px;
	text-align:left;
}

#index_news{
	margin-left:20px;
	margin-right:40px;
	margin-top:50px;
	width:840px;
	background-color: #000;
}

#index_news .text{
	display:block;
	float:left;
	margin:0;
	padding-left:20px;
	text-align:left;
	line-height:21px;
	color:#aaaaaa;
}

#index_news .qr{
	color:#fff;
	display:block;
	float:right;
	margin-right:30px;
}

#footer{
	margin-left:20px;
	margin-right:40px;
	padding-top:10px;
	display:block;
	text-align:center;
	width:840px;
	border-top:1px solid #fff;
}