/*  <div id=content> content—p */
#content{
    margin-top: 10px;
	margin-left: 10px;
	font-size: 100%;
}
#content a {

}
#content a:hover{
	background-color: #ECFFEC;
}
#content ul {
	list-style-type: square;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 18px;
}
#content ul.z {
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content li {
	line-height: 14px;list-style-type: square;margin-top: 0px;margin-bottom: 5px;
}
#content li.z {
	line-height: 10px;list-style-type: square;margin-top: 0px;margin-bottom: 0px;
}
.site_box {	
	background: #ffffff;
	border-bottom: #cccc99 1px dotted;border-left: #cccc99 1px dotted;
	border-right: #cccc99 1px dotted;border-top: #cccc99 1px dotted;
	color: #000;font-size: 12px;
	margin-top: 20px;margin-bottom: 1px;margin-left: 5px;margin-right: 5px;
	padding-bottom: 1px;padding-left: 1px;padding-right: 1px;padding-top: 1px;
	text-align: left;line-height: 18px;
}