@charset "utf-8";
/* CSS Document */

/*--LAYOUT--*/
div.index{
	clear:both;
	background:url(/image/back_index.jpg) top left no-repeat;
	height:418px;
	margin:0;
	padding:0;
}
div#banner{
	margin:0;
	padding: 290px 0 0 30px;
}
div#news_area{
	background:url(/image/news_body_r.gif) no-repeat bottom right;
	width:710px;
	margin:10px 0 0 30px;
	padding:0;
}
/*--//LAYOUT--*/
/*--HEADING--*/
h2{
	display:none;
}
#banner h3{
	display:none;
}
/*--//HEADING--*/
/*--NEWS--*/
.news_title{
	background:url(/image/news_title_r.gif) no-repeat top right;
	height:20px;
	margin:0;
	padding:0;
}
.news_title h3{
	background:url(/image/news_title_l.gif) no-repeat top left;
	font-size:14px; 
	font-weight:bold; 
	color:#fff;
	border:none;
	line-height:1em;
	margin:0;
	padding:0.2em 0 0.2em 15px;
}
.news_body{
	background:url(/image/news_body_l.gif) no-repeat bottom left;
	margin:0;
	padding:0 0 10px 0;
}

ul.news{
	list-style-type:none;
	margin:0 0 0 15px;
	padding:0;
}
ul.news li{
	font-size:12px;
	margin:0;
	padding:0;
}
/*--//NEWS--*/
/*--BANNER_DW--*/
p#banner_dw{
	background:url(/image/banner_dw_on.gif) no-repeat;
}
p#banner_dw a{
	display:block;
	overflow:hidden;
	background:url(/image/banner_dw_off.gif) no-repeat;
	width:303px;
	height:145px;
	text-indent:-9999px;
}
p#banner_dw a:hover{
	background:none;
}
/*--//BANNER_DW--*/
