@charset "utf-8";

/* ===================================================================
CSS information

 File Name  : topics.css
 File Info	: トピックスカテゴリ用
=================================================================== */
#topicsDetail #textBody{
	padding: 5px 15px;
}

#textBody #topics{
	padding: 5px;
	border-right: 3px double #ccc;
	position: relative;
}
#textBody #topics li{
	margin-top: 8px;
	padding: 4px 0 3px 20px;
	border-bottom: 1px dotted #999;
	background: url("../images/common/menu_list.gif") no-repeat left 4px;
	line-height: 1.3;
}
#textBody #topics li span{
	display: block;

}
*html #textBody #topics li span{ /* IE6 */
	padding-top: 5px;
}
*+html #textBody #topics li span{ /* IE7 */
	padding-top: 3px;
}
#textBody #topics li a{
	padding-left: 1em;
}

#topicsDetail h1{
	font-size: 20px;
}
#textBody h2{
    clear: both;
}
#textBody img{
    margin: 0 10px 10px;
}