@charset "utf-8";
/* CSS Document */

.block_01 {
	float: left;
	width: 620px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fad2b5;
}
.block_02 {
	float: left;
	width: 620px;
	padding-top: 37px;
	padding-bottom: 5px;
	text-align: right;
	height: 25px;
	background-repeat: no-repeat;
	margin-top: 30px;
}
.time {
	text-align: right;
	float: left;
	width: 85px;
	font-size: 13px;
	color: #5F0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.detail {
	font-size: 13px;
	color: #3E3E3E;
	float: left;
	width: 275px;
	text-align: left;
	margin-left: 20px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #3C1B0D;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #3C1B0D;
}
.topic {
	font-weight: bolder;
	color: #831414;
}

.host {
	font-size: 13px;
	float: left;
	width: 210px;
	margin-left: 10px;
	color: #3e3e3e;
	text-align: left;
}
.date {
	text-align: left;
	float: left;
	height: 50px;
	width: 620px;
	margin-bottom: 10px;
	margin-top: 20px;
}



.time_t {
	text-align: right;
	float: left;
	width: 85px;
	font-size: 13px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.detail_t {
	font-size: 13px;
	color: #FFF;
	float: left;
	width: 275px;
	text-align: left;
	margin-left: 20px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFF;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFF;
}

.host_t {
	font-size: 13px;
	float: left;
	width: 210px;
	margin-left: 10px;
	color: #FFF;
	text-align: left;
}
