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

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

.product_box {
	margin-bottom: 15px;
}

.pro_box {
	width: 132px;
	background: url("./image/img_wrapper.jpg") repeat-y;
	float: left;
	margin-right: 7px;
}

.pro_box1 {
	width: 132px;
	background: url("./image/img_wrapper.jpg") repeat-y;
	float: left;
}

.pro_bg {
	width: 132px;
	background: url("./image/img_bg.jpg") no-repeat;
}

.img_box {
	width: 115px;
	text-align: center;
	margin: 0px 8px 10px 9px;
}

.txt_box {
	width: 115px;
	margin: 0px 8px 5px 9px;
	line-height: 15px;
}

.paging {
	width: 550px;
	font-size: 10px;
	text-align: right;
	margin-bottom: 5px;
}




