#contents ul {
	list-style : none;
}

#contents li {
	margin-bottom : 10px;
	padding-bottom : 10px;
	border-bottom : solid 1px #d2d2d2;
}

#contents li a {
	margin : 0;
	padding : 3px 0 3px 22px;
	background : url(../../common/link_arrow1.gif) left center no-repeat;
	color : #d55644;
	text-decoration : none;
}

#contents li a:hover {
	margin : 0;
	color : #b13827;
	padding : 3px 0 3px 22px;
	background : url(../../common/link_arrow2.gif) left center no-repeat;
	text-decoration : underline;
}

#contents li ul {
	margin : 10px 0 0 22px;
	padding-top : 10px;
	border-top : dotted 1px #d2d2d2;
}

#contents li ul li {
	display : inline;
	margin-right : 10px;
	border : none;
}