@charset "utf-8";
/* CSS Document */
/*====================== common ======================*/
div#wrap h2 {
 background:url(../images/h2bg.jpg) no-repeat scroll left top;
	}
div#cmain h4 {
	background:url(../../share/images/h4bg.gif) no-repeat scroll left top;
	width:674px;
	height:35px;
	padding:0 0 0 36px;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	margin:0 0 15px;
	clear:both;
	}
div.box {
	padding:0 10px 30px;
	width:690px;
	overflow:hidden;
	}
div.box p {
	clear:both;
	padding:0 0 1em 0;
	}
div.box p.sub {
	font-weight:bold;
	background:url(../../share/images/icon_o.gif) no-repeat scroll left center;
	padding:0 0 0 13px;
	margin-bottom:3px;
	}	
div.box ul {
	width:690px;
	overflow:hidden;
	zoom:1;
	padding:10px 0;
	}
	div.box ul li {
		float:left;
		padding-right:5px;
		}
	div.box ul li iframe {
		border:1px solid #bcbcbc;
		}

