@charset "utf-8";

/*----------------------------------------------------------------
Copyright(c) 2009 aaaaa. All Rights Reserved.
----------------------------------------------------------------*/

@import url("common.css");
@import url("layout.css");



#top_main {
	height: 230px;
	width: 657px;
	position: relative;
	margin-bottom: 0px;
}
#top_main img {
	position: absolute;
	top: -70px;
}
#top_main  h2 {
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	top: 210px;
	width: 657px;
	text-align: center;
}
#cont_wrap {
	padding-right: 15px;
	padding-left: 18px;
}
.top-news_title {
	margin: 0px;
	padding: 0px;
}
.news_wrap {
	padding: 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom: 20px;
}
.news_wrap ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.news_wrap ul li {
}
.news_wrap ul li:after {
 content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.news_wrap ul li {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .news_wrap ul li {
	height: 1%;
}
.news_wrap ul li {
	display: block;
}
/* End hide from IE-mac */

.news_wrap ul li .news-date {
	display: block;
	width: 100px;
	float: left;
}
.news_wrap ul li .news-title {
	float: left;
	width: 500px;
	display: block;
}
#top_catch {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px;
	padding: 0px;
	text-align: center;
	display: block;
}

/* add20100415 */

#addTxt{
margin:0;
padding:5px 20px 0;
}

#addFooter{
font-size:90%;
text-align:center;
}

