@charset "utf-8";

#main_title{
	padding-bottom: 30px;
}

#topics {
}



/* 一件分設定
=============================================== */
/*-- 箱設定 --*/
#topics .item{
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 35px;
	padding-top:10px;
	margin-bottom: 25px;
	min-height: 1px;
}

#topics .item:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size:0;
	line-height:0;
}
#topics .item_last{
	border-bottom: none;
	padding-bottom: 0px;
}

/*-- 画像エリア --*/
#topics .item .img_area{
	float:right;
	width: 200px;
}
#topics .item .img_area p{
padding-bottom: 20px;
}
/*-- テキストエリア --*/
#topics .item .tx_area{
	float:left;
	width: 550px;
}
#topics .item .tx_area p{
	margin-left: 20px;
	padding-bottom: 14px;
}
#topics .item .tx_area p.link{
	position: relative;
	padding-bottom: 0px;
	height: 15px;
}
#topics .item .tx_area p.link span{
	top: 0;
	right: 0;
	position: absolute;
}
#topics .item .tx_area p.link em{
	top: 0;
	right: 0;
	position: absolute;
}
#topics .tx_area p.title{
	font-size: 15px;
	color: #666;
	font-weight: bold;
	line-height: 1.1;
	padding-bottom: 10px;
	padding-left: 6px;
	margin-left: 0px;
}
#topics .tx_area p.title span{
	display:block;
	padding-left: 14px;
	background: url("../img/ob01.gif") 0 center no-repeat; 
}
