@charset "utf-8";

/* 
++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: June 25, 2008
++++++++++++++++++++++++++++++++++++++++++++++
*/

/*----------------------------------
 contents
------------------------------------*/
#newsNav {
	width: 240px;
	float: left;
}
#newsList {
	width: 700px;
	margin-bottom: 50px;
	float: left;
}


/*----------------------------------
 newsNav
------------------------------------*/
#newsNav ul {
	width: 200px;
	margin-top: 44px;
	padding-top: 3px;
	background: url(../images/common/bg_check_w_gr.gif) repeat-x left top;
}
#newsNav ul li {
	width: 200px;
	border-bottom: 1px solid #ededed;
}
#newsNav ul li.last {
	width: 200px;
	padding: 0 0 3px 0 !important;
	background: url(../images/common/bg_check_w_gr.gif) repeat-x left bottom;
}
#newsNav ul li a {
	padding: 5px 0 5px 10px;
	display: block;
	background: url(../images/common/bg_arrow_r.gif) no-repeat left center;
}
#newsNav ul li a:hover {
	padding: 5px 0 5px 10px;
	display: block;
	background: #ededed url(../images/common/bg_arrow_r.gif) no-repeat left center;
}


/*----------------------------------
 newsList
------------------------------------*/
#newsList h4 {
	font-size: 131%;
	margin-top: 20px;
	padding: 0 0 5px 0;
	background: url(../images/common/bg_check_w_gr.gif) repeat-x left bottom;
}
#newsList ul {
	margin-bottom: 30px;
}
#newsList ul li {
	border-bottom: 1px solid #ededed;
}
#newsList ul li.linkNone {
	padding: 5px 0 5px 10px !important;
	background: url(../images/common/bg_arrow_r.gif) no-repeat left center;
}
#newsList ul li .data {
	padding-right: 15px;
}
#newsList ul li a {
	padding: 5px 0 5px 10px;
	display: block;
	background: url(../images/common/bg_arrow_r.gif) no-repeat left center;
}
#newsList ul li a:hover {
	background: #ededed url(../images/common/bg_arrow_r.gif) no-repeat left center;
}
#newsList ul li img {
	vertical-align: middle;
	padding-left: 10px;
}
#newsList ul li .noa {
	padding: 5px 0 5px 10px;
	display: block;
	background: url(../images/common/bg_arrow_r.gif) no-repeat left center;
}

/*----------------------------------
 mainteTitle
------------------------------------*/
.mainteTitle h3 {
	font-size: 167%;
	margin-top: 10px;
	padding: 0 0 5px 0;
	background: url(../images/common/bg_check_w_gr.gif) repeat-x left bottom;
}
.mainteTitle .data {
	color: #F76B1F;
}


