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

#texMain dl {
	font-size:80%;
	margin-top:0px;
	margin-left:12px;
	line-height:170%;
}
#texMain dt {
	clear:left;
	float:left;
}
#texMain dd {
	margin-left:8em;
}

.news#texMain {
	padding-left:5px;
	padding-right:10px;
}

.news#texMain #titleFmt {
	position:relative;
	border:1px #ccc solid;
	text-align:center;
	padding:20px 15px;
	width:638px;
}
.news#texMain h2 {
	margin:0px;
	border:none;
	background-image:none;
	line-height:180%;
}
.news#texMain h3 {
	font-size:100%;
	margin:20px 0px 5px;
}

.news#texMain #titleFmt #topics, .news#texMain #titleFmt #news {
	position:absolute;
	background-color:#FF0000;
	top:0px;
	left:0px;
	font-size:70%;
	color:#fff;
	padding:1px;
	line-height:120%;
}
.news#texMain #titleFmt #update {
	position:absolute;
	top:0px;
	right:0px;
	font-size:70%;
	color:#666;
	padding:1px;
}

.Wn#texMain h2 {
	background:none;
	font-size:84%;
	margin-left:10px;
	padding-left:1px;
	padding-top:0px;
	border-bottom:#5FAACB 1px solid;
	margin-bottom: 10px;
}
