@charset "utf-8";
/* CSS Document */
/*====================== common ======================*/
body {
	background:url(../images/bg.gif) repeat-x scroll left top;
}
div#header {
	height:381px;
	/*background:url(../images/mainbg.png) no-repeat scroll left bottom;*/
	}
	div#main h2 {
		clear:both;
		height:40px;
		}
div.bmenu {
	width:695px;
	padding:10px 1px 30px 2px;
	overflow:hidden;
 }
	div.bmenu dl {
		width:225px;
		float:left;
		padding:0 10px 23px 0;
		}
		div.bmenu dl.out {
			padding:0 0 23px;
			}
	div.bmenu dl dd {
		background:url(../images/b_bg.png) no-repeat scroll left top;
		padding:7px 8px 0;
		overflow:hidden;
		}
		div.bmenu dl dd span {
			float:left;
			width:90px;
			padding:0 10px 5px 0;
			}
		div.bmenu dl dd p {
			clear:both;
			display:block;
			text-align:center;
			padding:8px 0 0;
			zoom:1;
			}

div#main ul {
	width:688px;
	padding:0 5px;
	}
	div#main ul li {
		border-bottom:1px dashed #bfbfbf;
		padding:10px 5px;
		overflow:hidden;
		zoom:1;
		}
		div#main ul li span.date {
			width:120px;
			float:left;
			}
		div#main ul li span.det {
			width:550px;
			float:right;
			}

/*flasharea*/
div#flasharea {
	width:960px;
	height:241px;
	position:absolute;
	top:138px;
	left:4px;
	}



