@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 100%;
	margin: 0 auto;
}

#main {
	width: 960px;
	height: 567px;
	background-image: url(../src/mainImg2.jpg);
	margin-top: 0px;
}

.naviArea {
	width: 525px;
	margin-top: 35px; 
	float: right;
}

.navi {
	width: 525px;
	height: 61px;
	margin-top: 15px;
	float: right;
}

.navi p {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 8px;
	float: left;
}

.navi img {
	float: right;
}

.navi2 {
	border-radius: 50%;
	width: 182px;
	height: 125px;
	margin-top: 20px;
	margin-right: 17px;
	float: right;
}

#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; background-color: #ffffff; color: #000000;}
.n_list table.n_detail td { width:360px; padding:5px 0 5px 20px;}

#footer {
	width: 100%;
	height: 50px;
	margin-top: 200px;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	color: #666666;
}


.exam_text table {
	border-collapse: collapse;
}

.exam_text tr,td {
	padding: 5px;
}