@charset "utf-8";
/*********************/
#news dl {
	height: 220px;
	overflow: auto;	
}


#news dt {
	width: 100px;
	padding-left: 15px;
	font-size: 14px;
	float: left;
	clear: left;
	background: url(../images/icon_01.gif) 0 0.5em no-repeat;
}


#news dd {
    margin-bottom: 15px;
	padding: 0 0 15px 115px;
	font-size: 14px;
	border-bottom: #666 1px dotted;
}


#news dd a {
    /*color: #fff;*/
}


#news dd strong {
	font-weight: bold;
}


/**************/
/***** ID *****/
/**************/
#theme {
	margin-bottom: 25px;
	text-align: center;
}


#chair {
	margin-bottom: 50px;
	text-align: center;
}


#wrap {
	margin-top: 50px;
}


#news {
	width: 600px;
	float: left;
}


#newsTit {
	margin-bottom: 15px;
}


#sec {
	width: 300px;
	float: right;
}


#info {
	margin: 0 0 30px;
	padding: 15px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	border: #333 3px double;	
}



/***** class *****/
.secBox dt {
	margin-bottom: 15px;
}


.secBox dd {
	font-size: 13px;
}



