@charset "UTF-8";

/* ページ送り */
@import url("pager.css");

/* タイトル */
h3.news_title{
	margin:25px auto 5px;
	padding:8px 10px 8px 12px;
	background:#f1f1f1;
	background-image:url(../img/demo/bg_title_btm.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#333;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
h3.news_title.top {
	margin-top:0;
}

/* 日付 */
h3.news_title span{
	float:right;
	margin:5px 0 0 0;
	font-size:12px;
	font-weight:normal;
}

/* 本文 */
div.news_txt{
	padding:15px 10px 0px;
	font-size:14px;
	line-height:1.2em;
}

/* 画像枠 */
div.news_img_r{
	margin:15px 10px 0px 20px;
	float:right;
}
div.news_img_l{
	margin:15px 20px 0px 10px;
	float:left;
}

div.news_img_r img,
div.news_img_l img{
	border:1px solid #CCC;
	margin-bottom:2px;
}

/*NewsBox*/
.newsbox p {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.7;
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.newstitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #000000;
	border-left: 3px solid #EDB60E;
	padding: 3px 0 0 5px;
	margin: 0 0 10px 27px;
	text-align:left;
}
.newstitle span {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
.newstext {
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	padding: 0 0 0 5px;
	margin: 0 0 30px 27px;
	text-align:left;
}
.newsimage_l {
	margin: 0 10px 0 27px;
}
.newsimage_r {
	margin: 0 10px 0 10px;
}