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

@charset "EUC-JP";


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


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

.topics_box {
	margin-bottom: 20px;
}

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

.txt_box {
	font-size: 10px;
	margin-bottom: 20px;
}

.dl_table {
	width: 550px;
	table-layout: fixed;
	margin-bottom: 10px;
}

.icon_td {
	width: 40px;
}

.buttton_td {
	width: 130px;
}

.line {
	margin-bottom: 10px;
}





