@charset "utf-8";
/* CSS Document */

body{
	background-color:#e7e7e9;
}

#mainBody_container {
	margin:0px auto;
	background:#fff;
}

#news_container{
	margin:0px auto;	
}


#mainBody_container tr td #news_container tr #current_position {
	text-align:left;
	vertical-align:middle;
	line-height:31px;
	padding-left:40px;
	background:url(../images/current_position_bg.gif) no-repeat;
	font-size:12px;
	color:#000;
	border-right:1px solid #b1dae7 ;
}
#mainBody_container tr td #news_container tr #notice {
	border-bottom:#b1dae7 1px solid;
	border-left:#b1dae7 1px solid;
	border-right:#b1dae7 1px solid;;
	padding-bottom:50px;
	padding-left:80px;
	padding-right:80px;
	border-top:medium none;
	padding-top:20px;
}
#mainBody_container tr td #news_container tr #notice {
	font-size:12px;
	text-align:left;
	line-height:30px;
}
#mainBody_container tr td #news_container tr #notice #noticeList tr td {
	line-height:30px;
	border-bottom: 1px dashed #CCC;
	vertical-align:middle;
}
#mainBody_container tr td #news_container tr #notice #page_navi {
	text-align:right;
	margin-top:20px;
	width:774px;
}
