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

@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;
}

.deli_box {
	width: 550px;
	background: url("./image/deli_wrapper.jpg") repeat-y;
}


.deli_bg {
	background: url("./image/deli_bg.jpg") no-repeat;
	background-position: center;
}

.deli_deli {
	padding: 0px 15px 0px 15px;
}

.img_box {
	width: 186px;
	float: left;
}

.txt_box {
	width: 300px;
	line-height: 16px;
	float: right;
}




