/* 外部スタイルシートの読み込み */

@charset "EUC-JP";


/*
==================================================================
BASE
==================================================================
*/


.title_img {
	margin-top: 5px;
	margin-bottom: 20px;
}

.topics_box {
	margin-bottom: 20px;
}

.title_bar {
	background: url("./image/title_bar.gif") no-repeat;
	font-size: 15px;
	font-weight: bold;
	padding-left: 25px;
	line-height: 16px;
	margin-bottom: 15px;
}

.date {
	font-size: 10px;
	font-weight: normal;
}

.float_box {
 	float: left;
}

.txt_box {
	width: 300px;
	line-height: 16px;
	margin-left: 30px;
}

.img_box {
	width: 200px;
	float: right;
}

.paging {
	width: 550px;
	text-align: center;
	color: #DFDFDF;
	margin-bottom: 20px;
}



