@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 100%;
	margin: 0 auto;
}

#main {
	width: 960px;
	height: 600px;
	background-image: url(../src/mainImg.jpg);
}

.naviArea {
	width: 100%;
	margin-top: 280px;
	float: left;
}

.navi {
	width: 960px;
	height: 40px;
	margin-top: 20px;
	float: left;
}

#news {
	width: 620px;
	height: 200px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 12px;
}

.n_title {
	width: 100%;
	height: 30px;
	text-align: center;
	background-color: #efefef;
}

.n_title h3 {
	padding-top: 6px; 
}

.n_list {
	 width:470px;
	 height: 200px;
	 overflow-y: scroll;
	 margin: 0 auto;
	 margin-top: 15px;
}

.n_list table.n_detail {
	 width: 100%;
	 margin-top: 10px; 
	 padding-bottom: 12px;
}

.n_list table.n_detail tr { border-bottom:1px dotted #b9b9b9;}
.n_list table.n_detail th { width:70px; padding:5px 0 5px 5px; font-weight:normal; vertical-align:text-top;}
.n_list table.n_detail td { width:360px; padding:5px 0 5px 5px;}

#footer {
	width: 100%;
	height: 50px;
	margin-top: 200px;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	color: #666666;
}
