@import url(common.css);
@charset "utf-8";
/* CSS Document */
#TopWrapper{
	background-position: center top;
	background-repeat:no-repeat;
	margin:0px auto;
}
#MainWrapper{
	width:948px;
	border-right:1px solid #fefefe;
	border-left:1px solid #fefefe;
	margin:auto;
}

#TopContentsWrapper{
	margin-top:304px;
}
#ImgArea,
#NewsWrapper{
	margin:0px;
	padding:0px;
}
#ImgArea{
	vertical-align:bottom;
	height:78px;
	}
#newsImg{
}
#sitehistoryImg{
	padding-bottom:5px;
}
#projectImg{
	margin-left:410px;
	padding-bottom:5px;
}
#NewsWrapper{
	border-top:4px #000000 solid;
	margin:auto;
}
#NewsWrapper th{
	width:41px;
	height:26px;
	text-align:center;
	padding-top:10px;
	vertical-align:top;

}
#NewsWrapper .gray{
	background-color:#0e0e0e;
}
#NewsWrapper .black{
	background-color:#000000;
}
#NewsWrapper td{
	padding:5px 3px;
}
#NewsWrapper td a{
	color:#999999;
}
.bkbg2{
	background-image:url(../images/top/bkbg2.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}
.graybg2{
	background-image:url(../images/top/graybg2.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}
.gray th{
	background-image:url(../images/top/graybg.jpg);
	background-repeat:repeat-y;
	width:40px;
}
.black th{
	background-image:url(../images/top/bkbg.jpg);
	background-repeat:repeat-y;
	width:40px;
}