@charset "utf-8";
/* CSS Document */


#content {
	width:690px;
	padding:5px;
	clear:both;
	float:left;
	}
h1 {
	font-size:15px;
	color:#f57b3f;
	border-bottom:1px solid #f57b3f;
	margin:10px 0 8px 8px;
	padding-bottom:5px;
	line-height:18px;
	}

h2 {
	font-size:13px;
	color:#696969;
	padding:5px;
	}
#content p {
	padding:5px 10px;
	font-size:12px;
	color:#696969;
	line-height:16px;
	}
	
#content ul {
	padding:0 5px;
	}
	
#content li {
	list-style-type:decimal;
	margin:8px 0 4px 25px;
	font-size:11px;
	line-height:14px;
	color:#696969;
	}
#right p {
	width:670px;
	font-size:10px;
	text-align:right;
	 }
#pdf {
	width:670px;
	background:url(../images/icon/pdf.gif) no-repeat 0 5px #fff;
	}
	#pdf p {
	padding-left:25px;
	font-size:11px;
	color:#696969;
	}

#content2 {
	width:670px;
	padding:10px 10px;
	font-size:11px;
	line-height:14px;
	color:#696969;
	}

strong {
	margin-top:30px;
	}
	
	
a {
	text-decoration:none;
	color:#2E8B57;
	}
a:hover {
	text-decoration:underline;
	color:#6B8E23;
	}
