@charset "utf-8";

#header {
	height:100px;
	background:url(../../img/share/head_bg.jpg) bottom left no-repeat;
	margin-bottom:0px;
}

#mainContents .newsBox {
	width:630px;
	margin:0 auto;
	position:relative;
	background: url(../img/news_bg.gif) repeat-y;
	margin-bottom:25px;
	min-height:85px;
}

#mainContents .newsBox .yearTitle {
	position: absolute;
	text-indent:-9999px;
	font-size:0px;
	width:100px;
	height:54px;
	left: 25px;
	top: 15px;
}

#mainContents .newsBox .yearArea2010 {
	background: url(../img/year2010.gif) no-repeat;
}

#mainContents .newsBox .yearArea2009 {
	background: url(../img/year2009.gif) no-repeat;
}

#mainContents .newsBox .yearArea2008 {
	background: url(../img/year2008.gif) no-repeat;
}

#mainContents .newsBox .yearArea2007 {
	background: url(../img/year2007.gif) no-repeat;
}

#mainContents .newsBox .yearArea2006 {
	background: url(../img/year2006.gif) no-repeat;
}

#mainContents .newsBox .yearArea2005 {
	background: url(../img/year2005.gif) no-repeat;
}

#mainContents .newsBox .newsArea ul {
	margin-left:195px;
	width:400px;
	border-top: 1px solid #CCCCCC;
	padding-top:7px;
}

#mainContents .newsBox .newsArea ul li {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:7px;
	margin-bottom:7px;
}

