@charset "utf-8";
/* CSS Document */
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#006BC3;
	text-decoration:underline;
}
em{
	color:#E9330C;
	font-style:normal;
	font-weight:bold;
}
body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.5em;
	background:url(../images/bg.jpg) repeat-x;
}
.container{
	margin:0 auto;
	width:980px;
	overflow:hidden;
}

.header{
	width:980px;
	height:259px;
	overflow:hidden;
}
.sidebar{
	float:left;
	width:251px;
	height:331px;
	overflow:hidden;
	padding:70px 0 0 10px;
	background:url(../images/notice.jpg) no-repeat;
}
.sidebar ul{
	width:85%;
	margin:0 5px;
	padding:0 0 0 15px;
}
.main{
	float:right;
	width:692px;
	overflow:hidden;
}
.title{
	font-weight:bold;
	color:#333;
	font-size:16px;
	text-indent:1em;
	padding:20px 0 5px 0;
}
.public{
	font-size:16px;
	font-weight:bold;
	color:#666;
}
.footer{
	width:980px;
	clear:both;
	text-align:center;
	padding:30px 0;
	margin:20px 0 0 0;
	background:url(../images/footer.jpg) repeat-x;
}
.noticebox{
	width:680px;
	min-height:350px;
	background:#fff;
	padding:30px 0;
	line-height:1.5em;
}
.noticebox table{
	margin:0 auto;
}