@charset "utf-8";

/*-------------------- TITLE --------------------*/
.news_list_box {
	width: 710px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom-color: #BEAA9E;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.news_list_ph {
	width: 90px;
/*	height: 70px; */
	margin: 0px;
	padding: 0px;
	border: #F1E2CB solid 4px;
	float: left;
}
.news_list_text {
	width: 570px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	float: right;
	background-image: url(../img/new_arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}
.news_list_text ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.news_list_text li {
	display: inherit;
	width: 560px;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	float: left;
	line-height: 1.2em;
}
.news_ttl {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
}
.news_text {
	font-size: 10px;
}
#news_pagemove {
	width: 700px;
	margin: 0px;
	padding: 10px 0px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
.news_relation_box {
	width: 710px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
.news_relation_title {
	width: 210px;
	height: 20px;
	margin: 0px 0px 5px 0px;
	padding: 4px 0px 0px 20px;
	background-image: url(../img/news_title_bg.gif);
	background-position: top left;
	background-repeat: no-repeat ;
	font-size: 12px;
	font-weight: bold;
	color: #351D12;
}
.news_relation_l,
.news_relation_c,
.news_relation_r {
	width: 230px;
}
.news_relation_l {
	margin: 0px;
	float: left;
}
.news_relation_c {
	margin: 0px 0px 0px 9px;
	float: left;
}
.news_relation_r {
	margin: 0px 0px 0px 0px;
	float: right;
}
.news_relation {
	width: 210px;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	border: #E5D3B5 solid 4px;
	background-image: url(../img/top_ranking_bg.gif);
}
.news_relation_in {
	width: 210px;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	border-bottom-color: #7C7367;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.news_relation_ph {
	width: 50px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.news_relation_text {
	width: 150px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	float: right;
	font-size: 12px;
	font-weight: bold;
}
.news_relation_link {
	width: 200px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

/*-------------------- more --------------------*/
#news_more_box {
	width: 710px;
	margin: 0px;
	padding: 0px;
}
#news_more_box_l {
	width: 190px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#news_more_box_r {
	width: 494px;
	margin: 0px;
	padding: 3px;
	float: right;
	font-size: 12px;
	line-height: 1.4;
}
.news_more_img {
	width: 180px;
	margin: 0px 0px 3px 0px;
	padding: 4px;
	border: #DDC598 solid 1px;
	clear: both;
	background-color: #FFFFFF;
}
p.more {
	width: 480px;
	padding-bottom: 1em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
}
.news_contact {
	/*080418_change>>*/
	width: 682px;
	/*<<080418_change*/
	margin: 10px 0px;
	padding: 10px;
	border: #E5D3B5 solid 4px;
	background-image: url(../img/top_ranking_bg.gif);
}
.news_more_text {
	width: 710px;
	margin: 0px;
	padding: 5px 0px;
	text-align: right;
}
#btn_listreturn {
	width: 710px;
	margin: 0px 0px 25px 0px;
	padding: 10px 0px;
	border-top-color: #BEAB9E;
	border-top-style: dotted;
	border-top-width: 1px;
}
/*080418_add>>*/
.news_more_caption {
	width: 177px;
	margin: 0px;
	padding: 0px 0px 10px 3px;
	text-align: left;
	font-size: 10px;
}
/*<<080418_add*/

/*-------------------- clearfix --------------------*/
.news_list_box:after,
.news_relation_box:after,
.news_relation_l:after,
.news_relation:after,
.news_relation_in:after,
#news_more_box:after,
#news_more_box_l:after,
#news_more_box_r:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
/*-------------------- image --------------------*/
.news_relation_ph img,
.news_more_img img,
#btn_listreturn img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
