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

#contents {
	width: 935px;
	height: 175px;
	background: url(../image/side_line.gif) repeat-y;
	padding: 0 0 0 15px;
	}
	
#news {
	width: 365px;
	height: 155px;
	float: left;
	}
	
#news_area {
	width: 365px;
	height: 135px;
	overflow: auto;
	}
	
#news_entry {
	width: 330px;
	height: 15px;
	padding: 0 0 2px 0;
	margin: 5px 0 0 10px;
	border-bottom: #666666 1px solid;
	}
	
#news_entry2 {
	width: 330px;
	height: 40px;
	padding: 0 0 2px 0;
	margin: 5px 0 0 10px;
	border-bottom: #666666 1px solid;
	}
	
#news_title {
	width: 230px;
	float: left;
	}
	
#news_date {
	width: 100px;
	float: right;
	font-size: 12px;
	text-align: right;
	}
	
#news_text {
	width: 320px;
	font-size: 12px;
	margin: 5px 0 10px 20px;
	clear: both;
	}
	
#bt_area {
	width: 550px;
	height: 170px;
	float: right;
	}
	
#bt_area img {
	margin: 0 15px 15px 0;
	}

