/* RulingSite-S 2.4_CSS 20110503 */
/* ­º­¶ main.php ±M¥Î */

/* ©³³¡­I´º */
#main {
    padding: 20px 10px 0 255px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}
#content {
	background: url(cssimg/main_center_bg.png) 220px top repeat-y;
	*background: url(cssimg/main_center_bg.gif) 220px top repeat-y;
	overflow: hidden;
	zoom: 1;
}
#content ul{
	margin: 0;
	padding: 0;
}
#content ul li{
	list-style: none;
	list-style-image: none;
}
#content p{
	line-height: 1.7;
	letter-spacing: 0;
	margin: 0;
	font-size: 12px;
	color: #71623f;
}
#content a{
	color: #71623f;
	line-height: 1.6;
	font-size: 12px;
}
#content a:hover{
	color: #aa6b09;
}
#footer {
	background: url(cssimg/footer_bg.jpg) left -2px no-repeat;
}

#boxA, #boxB, #boxC{
	float: left; 
	width: 200px;
	padding: 0 10px; 
	/*border: 1px solid red;   */
	min-height: 500px;
    height: auto !important;
    height: 500px;
}
#boxA .pic{
	border: 3px solid #bfaf88;
	padding: 0;
}

#boxB{
	margin-left: 8px;
}
#boxB ul li, #boxC ul li{ 
	background: url(cssimg/box_li.gif) left 8px no-repeat;
	padding-left: 10px;
	border-bottom: 1px solid #bfaf88;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
#boxC{
	margin-left: 11px;
}

.note a{
	font-size: 12px;
	padding-left: 7px;
	background: url(cssimg/note.gif) left 7px no-repeat;
} 
