@charset "utf-8";

/*トップページ専用スタイル*/
#top-hedder-box {
	background-image: url(../img/common/com_bk_hedder.jpg);
	background-repeat: repeat-x;
	text-align:center;
	height:118px;
}

/*Flash*/
#flash-box {
	background-image: url(../img/top/top_bk_flash.jpg);
	background-repeat: repeat-x;
	height:480px;
	text-align:center;
	margin-bottom:30px;
}

#flash {
	width:1000px;
	text-align:left;
	margin:0px auto;
}

/*最新ニュース*/
#news-box {
	text-align:center;
	background-color:#FFFFFF;
	padding-bottom:30px;
}

#news {
	width:780px;
	text-align:left;
	margin:0px auto;
}

.cp-news {
	float:left;
	border-right:1px solid #333333;
	padding:20px 0px;
	width:100px;
}

#news-text {
	float:right;
	width:660px;
}
