@charset "shift_jis"; 

/*
====================================
http://www.geocities.jp/dmnsns3/
====================================

*/

#topics{
	width:580;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
	background-color: #ffffff;
	color: #000000;
	text-align: left;

}
#topics ul li{
	margin: 2.5em 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;


}
#topics ul li a{
	font-size: 110%;
	color: #ff6600;
	text-decoration: none;
	background-image: url(../img/topic_a_bg.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding-left: 16px;
	margin-bottom: 0.3em;

}

#topics ul li a:hover{
	color: #0099FF;
	background-image: url(../img/topic_a_hover_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 16px;	
}

#topics ul li span{
	display: block;
	padding-left: 21px;	
}
