#contents .main_image {
	width: 600px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.news_list ul {
	width: 420px;
}
.news_list li {
	background-image: url(../images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 8px;
}

h2 {
	margin-bottom: 15px;
}

.layout_box {
	width: 580px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background-image: url(../images/line_dotted600.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: auto;
	margin-right: auto;
}

#contents #news_topics {
	margin-bottom: 30px;
	width: 600px;
}

#contents #store_info {
	margin-bottom: 30px;
	width: 600px;
}

.day {
	font-size: 1em;
	font-weight: bold;
	color: #990000;
	margin-bottom: 5px;
}
.layout_box .thum {
	float: left;
	width: 150px;
}
.news_list a {
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

.news_list a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #003366;
}
.clear_both {
	clear: both;
	height: 1px;
}
.layout_box .news_list {
	float: left;
	margin-left: 10px;
	width: 420px;
}
.news_list h3 {
	margin-bottom: 5px;
}
