body {
	margin: 0px;
	background:url(../image/cover/bg.jpg) repeat-x  center top #FFFFFF;
}

#contentstop {
	background-image: url(../image/cover/cover-bg.jpg);
	text-align:right;
	background-repeat: no-repeat;
	margin-right:20px;
	padding-bottom:20px;
	width: 800px;
	margin:auto;
	min-height:250px;
}

/*-----Flashエリア-----*/

.topflash{
	width:800px;
	height:402px;
	color:#CCCCCC;
	background-image: url(../image/cover/bg_noflash.jpg);
	background-repeat: no-repeat;
	margin:0px auto;
}

/*Flash未インストールなどのときに表示*/
.topflash a:hover,
.topflash a:link,
.topflash a:visited{
	color:#FFFF99;
	}

/*コンテンツ*/

#index #contents{
	padding-left:137px;
	text-align:left;
	}

/*What's new*/

#index #news{
	width:462px;
	margin:20px auto 0px;
	text-align:left;
	clear:both;
	float:right;
	}

#news dl {
	padding:0px 0px;
	display: block;
	float: left;
	width:462px;
	margin:0px;
	clear:both;

}

#news dl dt {
	float: left;
	display: block;
	width: 60px;
	padding: 5px;
	margin: 0px;
}

#news dl dd {
	display: block;
	margin: 0px;
	width: 370px;
	text-align: left;
	float: right;
	background-image: url(../image/common/arrow01.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 15px;
}	


/*フッター*/
#footer {
	margin-right: 20px;
	width:780px;
	margin:auto;
	border:none;
}
