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

#traveler_area {
	position:absolute;
	width:520px;
	height:180px;
	background-image: url(img/traveler_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top:520px;
	left:0;
}
#news_paper_btn {
	position:absolute;
	width:102px;
	height:22px;
	top:10px;
	left:207px;
	z-index: 3;
	cursor: hand;
}
#hot_paper_btn {
	position:absolute;
	width:102px;
	height:22px;
	top:10px;
	left:313px;
	z-index: 1;
	cursor: hand;
}
#class_paper_btn {
	position:absolute;
	width:102px;
	height:22px;
	top:10px;
	left:418px;
	z-index: 1;
	cursor: hand;
}
#news_paper {
	position:absolute;
	width:518px;
	height:149px;
	top:30px;
	left:0;
	background-image: url(img/news_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	z-index: 2;
}
#hot_paper {
	position:absolute;
	width:518px;
	height:149px;
	top:30px;
	left:0;
	background-image: url(img/news_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	z-index: 2;
	visibility:hidden;
}
#class_paper {
	position:absolute;
	width:518px;
	height:149px;
	top:30px;
	left:0;
	background-image: url(img/news_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	visibility:hidden;
	z-index: 1;
}
.news_img {
	position:absolute;
	width:112px;
	height:112px;
	border: 2px solid #676767;
	top: 17px;
	left: 10px;
}
.n1 {
	position:absolute;
	width:340px;
	height:130px;
	top: 13px;
	left: 140px;
}
.date_table{
text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
	padding:10px 0 0 0;
}
.title_table{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
		padding:10px 0 0 0;
}
