/* CSS Document */
@import "common.css";

/*************************
	トップ画面用設定
*************************/
#main {
	width:800px;
	overflow:hidden;
	margin-top:42px;
	margin-left:auto;
	margin-right:auto;
}

#anime {
	width:800px;
	height:205;
}

#body-copy {
	width:470px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:50px;
}

#body-copy p {
	font-size:12px;
	font-weight:bold;
	line-height:2em;
	color:#98714B;
	text-align: center;
}











