#container h2{
	margin-bottom: 10px;
}
#container ul{
	padding: 10px 15px 10px;
}
#container ul li{
	float: left;
	padding-right: 30px;
	height: 20px;
	line-height: 20px;
}
#container ul li img{
	vertical-align: middle;
	margin-right: 5px;
}
#container ul li a{
	color: #333;
	font-size: 15px;
}
#container h3{
	background-image: url(../images/h3_icon.gif);
	background-repeat: no-repeat;
	text-indent: 35px;
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}
#container div{
	margin-left: 15px;
	background-color: #EFF3EF;
	padding: 20px 20px 10px;
	line-height: 1.8em;
}
#container div h4{
	font-weight: bold;
	padding-left: 25px;
	background-image: url(../images/icon_q.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 5px;
	font-size: 15px;
}
#container div p{
	padding-left: 25px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-image: url(../images/icon_a.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 14px;
	line-height: 1.5em;
}
#container div p.border{
	border-bottom: 1px dotted #CCCCCC;
}
#container p.pagetop{
	height: 20px;
	line-height: 20px;
	margin-bottom: 60px;
	text-align: right;
}
#container p.pagetop img{
	vertical-align: middle;
	margin-right: 5px;
}
#container p.pagetop a{
	color: #333;
	font-size: 12px;
}
