@charset "utf-8";

#banners{
	width: 336px;
	margin:0;
	padding:0;
}
#banners p{
	margin-bottom:10px;
}
#info{
	width: 325px;
}
#info h3{
	background:url(../images/top/title.jpg) left top no-repeat;
	width: 325px;
	height: 30px;
	font-size:1.0625em;
	line-height:30px;
	color:white;
	font-weight:bold;
	display: block;
	text-indent: 10px;
}
#info ul{
	font-size:0.75em;
	line-height:1.4;
	padding:10px;
}
#info ul li{
	padding:10px 0;
	border-bottom: dotted 1px #999999;
}
#info ul li span{
	color:#007D7B;
	font-weight:bold;
	line-height:1.8;
}
#info ul li.last{
	border:none;
}
