@charset "UTF-8";

/*====news====*/
#ttl{
	margin:0;
	padding:30px 0 0;
}
#news{
	zoom:1;
}
	#news:after{
		content:".";
		display: block;
		height:0px;
		clear:both;
		visibility:hidden;
	}
/*main*/
#news_main{
	float:left;
	display:inline;
	width:605px;
}
	.news_item{
		width:605px;
		margin:0 0 45px 25px;
			padding-top:14px;
	}
		/*title*/
		.news_stl{
			position:relative;
			margin:0 0 20px 0;
		}
			.news_stl h3{
				font-size:medium;
				background:url(../../news/images/stl_bg.gif) repeat-y left top;
				color:#646464;
			}
			.news_stl h3 span{
				display:block;
			}
			.news_stl h3 .top{
				background:url(../../news/images/stl_bg_top.gif) no-repeat left top;
			}
			.news_stl h3 .btm{
				background:url(../../news/images/stl_bg_btm.gif) no-repeat left bottom;
				padding:10px 0 10px 10px;
			}
			.news_stl p{
				position:absolute;
				top:-12px;
				left:0;
				background:url(../../news/images/stl_cap.gif) no-repeat left top;
				width:102px;
				/*height:21px;*/
				height:20px;
				padding-top:1px;
				text-align:center;
				color:#fff;
				line-height:15px;
			}
		/*contents*/
		.news_cts{
			zoom:1;
		}
			.news_cts:after{
				content:".";
				display: block;
				height:0px;
				clear:both;
				visibility:hidden;
			}
			.news_cts .news_txt,
			.news_cts .news_img{
				float:left;
			}
			.news_cts .news_txt{
				margin-right:25px;
				max-width:340px;
				width:expression(document.body.clientWidth < 100? "100px" : document.body.clientWidth > 340? "340px" : "auto");
			}
			.news_txt p{
				margin-bottom:0.5em;
			}
			.news_txt h4{
				margin:0.8em 0 0.3em;
			}
			.news_cts .news_img{
				width:234px;
			}
			.news_txt a{font-weight:normal;
			}
		/*pagetop*/
		.news_page{
			text-align:right;
		}
/*list*/
#news_list{
	margin-top:14px;
	float:right;
	width:230px;
	display:inline;
	background:url(../../news/images/list_top.gif) no-repeat left top #ffffff;
}
#news_list .top{
	display:block;
	background:url(../../news/images/list_btm.gif) no-repeat left bottom;
}
	#news_list ul{
		width:203px;
		margin:0 auto;
	}
	#news_list li{
		background:url(../../news/images/list_line.gif) no-repeat center bottom;
		list-style:none;
		font-size:70%;
		padding:10px 0 13px;
	}
		#news_list .last{
			background:none;
		}
		#news_list li img{
			vertical-align:middle;
			margin-left:5px;
		}
