/* =photo frame */
.photo_frame {
	height: 95px;
	float: left;
	margin: 0 17px 0 0;
	position: relative;
	width: 93px;
}
	.photo_frame div {
		background: url(../img/frame.png) no-repeat 0 0;
		height: 95px;
		left: 0;
		position: absolute;
		top: 0;
		width: 93px;
		z-index: 2;
	}
	.photo_frame img {
		left: 0;
		position: absolute;
		top: 0;
		z-index: 1;
	}
/* /photo frame */
/* =news */
ul.news {	
	margin: 0;
	padding: 20px 0 0 9px;
}
	.news li {
		margin: 0;
		padding: 0 0 25px;
	}
	.news a:link, .news a:visited, .news a:hover, .news a:active {
		color: #319cd3;
	}
	.news div {
		overflow: hidden;
	}
	.news p {
		margin: 8px 0;
	}
	.news_bg {
		background: url(../img/bg_news.png) no-repeat 0 0;
	}
.more {
	background: url(../img/icons.gif) no-repeat 100% -103px;
	padding: 0 16px 0 0;
}
.news_ttl span {
		background-position: 0 -32px;
	}
	.news_ttl div {
		width: 240px;
	}
.inner_tabs ul.news {
		padding: 0 9px 0 23px;
	}
	.inner_tabs ul.news li {
		float: left;
		height: 95px;
		overflow: hidden;
		width: 295px;
	}
/* /news */