@charset "utf-8";

/*ニュースの目次*/

.newslist { margin: 20px; 

}

.newslist ul{

	background: url(../contents/img_news/back_niji.jpg) no-repeat right top;

	min-height: 350px;

	width: auto;

}

.newslist li{ ;

	font-size: 14px;

	line-height: 2.2em;

	list-style: none;

	text-decoration: none;

	/* [disabled]height: 30px; */

	width: auto;

	border-bottom: 1px dotted #999;

}

#contents .newslist li a,

#contents .newslist li a:link,

#contents .newslist li a:visited{

	text-decoration:none;

	color: #003399;

	background: url(../img/ya_45_blu.gif) no-repeat left center;

	list-style: none;

	padding: 5px 0px 5px 20px;

	height: 30px;

	width: auto;

}

#contents .newslist li a:hover, 

#contents .newslist li a:active {

	background: url(../img/ya_45_red.gif) no-repeat left center;

	color: #FF3333;

	text-decoration: underline;

}

/*ニュース記事*/

.news { margin: 20px; 

}

.news h3 {

	font-size:18px;

	color:#666666;

	margin: 0px 0px 10px;

	padding: 8px 0px 0px 20px;

	background: url(../img/h205_800_pin.jpg) no-repeat;

	height: 40px;

	width: auto;

}

.news h3 .h3_date {

	font-size: 14px;

	background: url(none);

	text-align: right;

	margin: 0px;

	padding: 0px;

	font-weight: normal;

	float: right;

	color: #FF64B3;

}

.news h4 {

	font-size:16px;

	color:#666666;

	margin: 20px 20px 10px;

	padding: 0px 20px;

	background: url(../img/marum_red.gif) no-repeat left center;

	line-height: 1.5em;

	border-bottom: 1px dotted #930;

	display: block;

}

.news h5 {

page-break-before: always;

}


.news p {

	font-size:14px;

	color:#333333;

	margin: 10px 20px 0px 40px;

	padding: 0px;

	font-weight: normal;

	line-height: 1.5em;

	display: block;

}

.news .pos_center{ text-align: center; }

.news .pos_right{ text-align: right; }

.news img  {
	float: right;
	margin: 0px 20px 10px 20px;
}
