@charset "utf-8";
@import url(../common/css/base.css);
@import url(../common/css/ks.css);

#content div ul li {
	padding-left:20px;
	background:url(img/list.gif) no-repeat 0 0;
	line-height:20px;
	margin-bottom:5px;
	margin-left:25px;
	margin-right:15px;
	border-bottom:dashed 1px #ccc;
}

#content div ul li span{
	color:#f03;
	font-size:10px;
}

#content div h3 {
	margin-bottom:7px;
	padding-bottom:3px;
	border-bottom:dashed 2px #F4CFAA;
	color:#633;
	font-size:1.2em;
}

