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

#topMainImgWrap{
  width:100%;
	height:390px;
	background:url(../images/top/mainImgBg.png) 50% 0 no-repeat;
}

#topMainImg{
  width:950px;
	height:390px;
	margin:0 auto;
}

#banWrap{
	width:674px;
	height:auto;
	margin:40px auto 0;
}

.ban_small{
  width:226px;
	height:140px;
}

.ban_small2{
  width:222px;
	height:140px;
}

.msg{
  width:590px;
	height:auto;
	border:3px solid #777;
	padding:15px 0 15px 70px;
	margin:15px auto 0;
	background:#fff;
}

#newsTopics{
  width:640px;
	height:auto;
	border-top:1px dotted #333;
	border-left:1px dotted #333;
	margin:30px auto 0;
	padding:10px 10px 10px 25px;
}

#newsTopics h1{
  font-size:140%;
	font-weight:600;
	color:#555;
}

#newsTopics div{
	width:100%;
	height:auto;
	font-size:0%;
	line-height:0%;
}

#newsTopics table th,
#newsTopics table td{
	vertical-align:top;
	text-align:left;
	font-size:85%;
	border-bottom:1px solid #eae0d6;
	line-height:150%;
}

#newsTopics table th{
	padding:7px 0 7px 0;
	color:#971111;
}

#newsTopics table td{
  padding:7px 0 7px 15px;
}

#newsTopics a{
	color:#971111;
	text-decoration:underline;
}

#newsTopics a:hover{
	color:#971111;
	text-decoration:none;
}





