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

@charset "EUC-JP";


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


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

.paging {
	width: 550px;
	font-size: 10px;
	text-align: right;
	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;
}

.left_box {
	width: 400px;
	float: left;
}

.right_box {
	width: 136px;
	float: right;
	font-size: 10px;
}

.full_img {
	width: 400px;
	text-align: center;
	margin-bottom: 15px;
}

.txt_box {
	width: 400px;
	line-haight: 16px;
	margin-bottom: 5px;
}

#img_txt {
	width: 400px;
	line-haight: 16px;
	margin-bottom: 5px;
}

.line {
	margin-bottom: 20px;
}

.spec {
	width: 400px;
	table-layout: fixed;
	margin-bottom: 20px;
	border: 1px solid #000000;
}

.koumoku {
	width: 160px;
	background: #F3F3F3;
	padding: 5px 0px 5px 3px;
	font-size: 10px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.naiyou {
	padding: 5px 0px 5px 3px;
	font-size: 10px;
	border-bottom: 1px solid #000000;
}

.thum_head {
	width: 136px;
	background: url("./image/thum_head.jpg") no-repeat;
	background-position: top;
}

.thum_foot {
	width: 136px;
	background: url("./image/thum_foot.jpg") no-repeat;
	background-position: bottom;
}

.thum_box {
	width: 104px;
	padding: 20px 0px 20px 0px;
	margin: 0px 16px 0px 16px;
}

.thum_img {
	width: 104px;
	text-align: center;
	margin-bottom: 5px;
}







