@charset "Shift_JIS";
	/* 文字エンコードの設定（削除不可） */

/* ***********************************************

/* 基本構造 */
body {
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fa2601;
	background-attachment: fixed;
	}
/* ***********************************************
/* 各#ID＆.class */

div#LEFT{
	display: inline;
	float: left;
	width: 180px;
	height: 490px;
	padding: 0 5px 5px 0;
}

div#MIDDLE	{
	display: inline;
	float: left;
	width: 320px;
	height: 490px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
}


div#RIGHT	{
	display: inline;
	float: left;
	width: 470px;
	height: 490px;
	padding: 0;
}

div#TOPNEWS {
	width: 250px;
	height: 120px;
	margin-top: 370px;
	margin-bottom: 0px;
	margin-left: 220px;
	margin-right: 0px;
	background-image: url(../img/top_whatsnew_bg.gif);
	background-repeat: no-repeat;
	float: left;
	filter:Alpha(opacity=80); 
	-moz-opacity:0.8;　
	/* FireFox・Netscape用 */
	opacity:0.8;　
	/* Opera・Safari用 */
	opacity:0.8; 
	/* FireFox・Netscape用 */
	opacity:0.8;
}

div.topnewstext {
	width: 220px;
	height: 70px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
	overflow: auto;
	font-size: 90%;
}


