@charset "utf-8";

/* top.css */


/*** top *********************************************************/

#wrapper {
    background:url(../img/top/bg.jpg) top repeat-x;
	}
	
#top_Box {
    width:860px;
	margin:0 auto;
	padding:12px 0;
	}
	
#bn_Box {
    margin:15px auto;
	width:860px;
	}
	
.indexTopics {
	width:415px;
	float:left;
	}

.indexTopics h3 {
    margin-bottom:10px;
	}

.indexBanner {
	width:436px;
	float:right;
	}
.bannerR {
	width:198px;
	float:right;
	}
.bannerL {
	width:230px;
	float:left;
	}

