@import url("../css/common.css");

.page_title {
	background-image: url(images/title.png);
	height: 60px;
	display: block;
	width: 645px;
	background-repeat: no-repeat;
}
.new_frame td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	font-size: 12px;
	padding: 5px;
	line-height: 18px;
}
.new_frame a {
	text-decoration: none;
	color: #333;
}
.new_frame a:hover {
	color: #333;
}
.news_detail .date {
	font-size: 10px;
	color: #FF6600;
	padding-bottom: 5px;
}
.news_detail .tite {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	padding-bottom: 5px;
}
.news_detail .detail {
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.left .back {
	text-align: right;
	padding-bottom: 5px;
}
.left .back a {
	font-size: 10px;
	font-weight: normal;
	color: #5B4D28;
	text-align: right;
	text-decoration: none;
}



.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;
}
