@charset "utf-8";
@import url("../css/common.css");

.page_title {
	background-image: url(images/title.png);
	height: 60px;
	display: block;
	width: 645px;
	background-repeat: no-repeat;
}

.sub_title {
	margin-top: 5px;
	margin-bottom: 5px;
}


.topics .date {
	font-size: 10px;
	color: #F60;
	margin-bottom: 5px;
}
.topics .text {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-bottom: 10px;
}
.topics .detail {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-bottom: 10px;
}
.topics .contact {
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
.topics .title {
	font-size: 14px;
	color: #F60;
	font-weight: bold;
	margin-bottom: 10px;
}
.topics .img .upper div img{
	border: 1px solid #CCC;
	float: left;
	width: 231px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.topics .img .lower div img{
	border: 1px solid #CCC;
	float: left;
	width: 152px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.archive {
	font-size: 10px;
	line-height: 15px;
	width: 150px;
}
.archive table tr td {
	padding-bottom: 5px;
	padding-left: 3px;
}

.archive a{
	font-size: 10px;
	line-height: 15px;
	color: #C60;
	text-decoration: none;
}
.archive a:hover{
	font-size: 10px;
	line-height: 15px;
	color: #F60;
	text-decoration: underline;
}
.right .menu {
	width: 150px;
}

.right .menu div {
	margin-bottom: 5px;
}
.right .menu .new a {
	background-image: url(images/bt_new.png);
	height: 40px;
	width: 150px;
	display: block;
	background-repeat: no-repeat;
}
.right .menu .event a {
	background-image: url(images/bt_event.png);
	height: 40px;
	width: 150px;
	display: block;
	background-repeat: no-repeat;
}
.right .menu .goods a {
	background-image: url(images/bt_goods.png);
	height: 40px;
	width: 150px;
	display: block;
	background-repeat: no-repeat;
}
.right .menu .media a {
	background-image: url(images/bt_media.png);
	height: 40px;
	width: 150px;
	display: block;
	background-repeat: no-repeat;
}
.right .menu .other a {
	background-image: url(images/bt_other.png);
	height: 40px;
	width: 150px;
	display: block;
	background-repeat: no-repeat;
}

