@charset "utf-8";
/* CSS Document */


/* ヘッダー */
#header {
	background-image: url(../images/header_bg.jpg);
	height: 120px;
}
.logo {
	float: left;
	width: 320px;
	height: 120px;
}
.logo a{
	display: block;
	width: 320px;
	height: 120px;
}

.header_side {
	float: right;
	width: 580px;
	padding-top: 60px;
}


/* 新着情報 */
.newslist{
	overflow:auto;
	background-image: url(../images/whatsnew_bg2.jpg);
	padding-top: 30px;
}
.newslist a {
	color: #FFFFCC;
	text-decoration: none;
}
.newslist a:hover {
	text-decoration: underline;
}
.newslist dl{
	padding-left: 20px;
}
.newslist dt{
	float: left;
	width: 80px;
	color: #CCCCCC;
	clear: both;
}
.newslist dd{
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 80px;
}
.pickupbana{
	padding-bottom: 5px;
}


/* 天気予報 */
.weather{
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
}
.weather a{
	color: #FFFFFF;
	text-decoration: none;
}


/* バナー */
.bana li {
	list-style-type: none;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
