@charset "utf-8";


/* 背景 */
body {
	background-image: url(../images/bg02.jpg);
}
#main {
	background-image: url(../images/bg02.jpg);
}
/* ヘッダー */
#header {
	height: 40px;
	}
/* コンテンツ */
#topcontents {
	width: 690px;
	float: left;
	margin-left: 20px;
}

/* マップフラッシュ */
.topmap {
	height: 250px;
}

/* フラッシュ */
#flash {
	clear: both;
	height: 180px;
	margin-bottom: 20px;
	width: 670px;
	background-image: url(../images/bg_white70.png);
	padding: 10px;
}

/* 新着情報 */
#whatsnew{
	float: left;
	width: 370px;
	background-image: url(../images/bg_white70.png);
	padding: 10px;
}
#whatsnew img{
	margin-bottom: 10px;
}


/* サイドバー */
#side{
	float: left;
	width: 260px;
	margin-left: 20px;
	background-image: url(../images/bg_white70.png);
	padding: 10px;
}


/* トップバナー */
#topbana {
	width: 670px;
	background-image: url(../images/bg_white70.png);
	padding: 10px;
	margin-top: 20px;
}
.topbanabox {
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 12px;
	color: #FF3366;
	line-height: 16px;
}

.topbanabox li{
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	list-style-type: none;
	height: 90px;

}

/* プラグイン */
.plug-in{
	width: 670px;
	margin-top: 20px;
	padding: 10px;
}
.plug-in li {
	list-style-type: none;
	float: left;
	margin-right: 10px;

}
