#wrapper .clear {
 clear:both;
 margin:0px;
 padding:0px;
 }
 
 #wrapper .backtop {
 clear:both;
 text-align:right;
 margin:10px 20px 0px 0px;
 padding:0px;
 }

 /*navi style*/
#wrapper #navi{
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 46px;
	width: 960px;
}
#wrapper #navi ul{
	margin:0px;
	padding:0px;
}
#wrapper #navi ul li{
	margin:0px;
	padding:0px;
	list-style: none;
	display: block;
	float: left;
}

/*news*/
#wrapper #newstit{
	width:960px;
	/*	height:auto;40px* updated on 6/1/2009*/
	height:auto;
	text-align:left;
	margin 0px;
	/*padding:5px 5px 5px 30px;*/
	padding:2px 2px 2px 2px;
	/*background: #FA869C; Updated on 12/4/2009*/
	background: #F7BFBF;
	color:#FFFFFF;
	font-size:20px;
	line-height: 120%; /*145%*/
	font-weight:bold;
}
#wrapper #newstit .date{
	font-size:12px;
	font-weight:normal;
	padding:0px;
	margin:0px 0px 10px;
	color: #666666;
}
#wrapper #newstit .main{
	font-size:18px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 10px;
	color:#1d86d1;
}


#wrapper #news {
	width:960px;
	height:30px;
	text-align:left;
	margin 0px;
	padding:10px 15px 0px 30px;
	background: #faf9f5 url(top_notice_bg.jpg) no-repeat right bottom;
	line-height: 145%;
	font-weight:bold;
}

/*news link style*/

#wrapper a.news:link {
	/*color: #EF1947; updated on 12/4/2009*/
	color: #E91041;
	text-decoration: underline;
}
#wrapper a.news:visited {
	/*color: #EB5964; updated on 12/4/2009*/	
	color: #B9428C;	
	text-decoration: underline;
}
#wrapper a.news:hover {
	/*color: #62B4C3; updated on 12/4/2009*/	
	color: #5151BD;	
	text-decoration: none;
	border-bottom: 1px solid #999999;
}
#wrapper a.news:active {
	/*color: #A4C5C8; updated on 12/4/2009*/	
	color: #7C7CCD;
	text-decoration: underline;
}

/*contents area*/
#wrapper #contents {
	width:901px;
	height:auto;
	text-align:left;
	padding:0px 29px 0px 30px;
	margin: 15px 0px 0px;
}
*html #wrapper #contents #read {
	width:901px;
	height:159px;
	text-align:left;
	margin 0px;
	padding:12px 15px 0px 200px;
	background: transparent url(read_bg.jpg) no-repeat;
	line-height: 145%;
}
#wrapper #contents #read {
	width:686px;
	height:147px;
	text-align:left;
	margin 0px;
	padding:12px 15px 0px 200px;
	background: transparent url(read_bg.jpg) no-repeat;
	line-height: 145%;
}
#wrapper #contents h1 {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 5px;
	padding: 0px;
}
#wrapper #contents h2 {
	font-size: 120%;
	line-height: 145%;
	color:#7d593f;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0px;
	padding: 0px;
}
#wrapper #contents .notice {
	font-size: 85%;
	line-height: 125%;
	color:#7d593f;
	text-decoration: none;
	margin: 5px 0px 10px;
	padding: 0px;
}
#wrapper #contents #first, #wrapper #contents #second {
	width:900px;
	height:auto;
	clear:both;
}
#wrapper #contents #first .lside, #wrapper #contents #second .lside {
	width:280px;
	height:auto;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}
#wrapper #contents #first .center, #wrapper #contents #second .center {
	width:280px;
	height:auto;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	float:right;
}
#wrapper #contents #first .rside, #wrapper #contents #second .rside {
	width:280px;
	height:auto;
	float:right;	
}
