/*
-----------------------------------------------
CULTURE PUBLISHERS INC.
Version:1.0

CSS for topics.html

LAST UPDATED:2005.09.15
----------------------------------------------- */


/* TOPICS
----------------------------------------------------------------------------*/
body{
	margin:0px;
	padding:0px;
}

#topics{
	width:183px;
	height:222px;
	background:#f6f6f6;
	font-size:x-small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ　ゴシック", "Osaka", verdana, arial, sans-serif;
	color:#666;
	overflow:auto;
}

#topics ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#topics li
{
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 2px 15px;
	border-bottom: 1px dashed #ccc;
	background: url(../img/icon_topics.gif) no-repeat top left;
	font-size:x-small;
}
