@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}
	
.box1 {
	background:url(../images/box1.jpg) no-repeat;
	float:left;
	margin-top:5px;
	padding:10px 10px 10px 10px;
	width:570px;
	height:160px;
	}

.box2 {
	background:url(../images/box2.jpg) no-repeat;
	float:left;
	margin:10px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	width:570px;
	height:280px;
	}

.b2p {
	width:290px;
	height:55px;
	margin-top:5px;
	float:right;
	}
	
.box2 .txt img {
	float:left;
	margin-bottom:15px;
	}

.news{
	width:540px;
	height:200px;
	float:left;
	}
	
.short_news{
	font-size:14px;
	line-height:140%;
	overflow:auto;
	width:510px;
	height:110px;
	padding:10px 10px 0px 20px;
	}

.short_news dt{
	padding:0px 0px 15px 0px;
	font-weight:bold;
	float:left;
	width:90px;
	}

.short_news dd{
	margin:0px 0px 15px 90px;
	}


