@charset "UTF-8";
/* CSS Document */
/* top.css */


/* main */
h2 {
	margin: 30px 0 40px 29px;
}

.thisweek {
	float: left;
	width: 277px;
	padding-left: 20px;
}
.thisweek_top {
	width: 277px;
	background: url(../img/thisweek_bg_01.gif) no-repeat left top;
}
.thisweek_btm {
	width: 277px;
	background: url(../img/thisweek_bg_02.gif) no-repeat left bottom;
}
.thisweek h3 {
	padding: 8px 0 4px 8px;
}
.thisweek h4 {
	margin-bottom: 2px;
	text-align: center;
}
.photo {
	text-align: center;
}
.thisweek dl {
	width: 200px;
	padding: 4px 0 12px 36px;
	color: #666;
}
.thisweek dt {
	font-family: Verdana, sans-serif;
}

.news {
	float: right;
	width: 278px;
	background: url(../img/news_bg.gif) repeat-y left top;
}
.news dl {
	padding: 12px 20px;
	color: #575954;
}
.news dt {
	float: left;
	clear: left;
	padding-right: 6px;
	font-family: Verdana, sans-serif;
	font-size: 71%;
}
.news dd {
	margin-bottom: 12px;
	padding-left: 72px;
	font-size: 84%;
}
.news dd a {
	color: #000;
	text-decoration: underline;
}
.news dd a:hover {
	color: #D33452;
	text-decoration: underline;
}

