@charset "UTF-8";
/*--------------------------------------

for news.html

--------------------------------------*/
.headNewslistImg{
	background: url(../images/head_newslist.jpg) no-repeat top center;
	height: 220px;
	text-indent: -9999px;
}
.headNewsImg{
	background: url(../images/head_news.jpg) no-repeat top center;
	height: 220px;
	text-indent: -9999px;	
}
.headNews{
	background: url(../images/head_title_news.jpg) no-repeat;
	width: 960px;
	height: 75px;
	text-indent: -9999px;
}
.headNewslist{
	background: url(../images/head_title_newslist.jpg) no-repeat;
	width: 960px;
	height: 75px;
	text-indent: -9999px;
}

/* ニュース記事、画像
================================================== */
#newsWrapper {
	margin: 0 0 75px 0;
}
#newsWrapper .title {
	background: url(../images/title_border.gif) no-repeat left bottom;
	font-size: 125%;
	line-height: 1.5em;
	color: #53A055;
	font-weight: 600;
	margin: 0 0 25px 0;
	padding: 0 0 5px 3px;
}
#newsWrapper .newsDate {
	font-size:80%;
	line-height:1.5em;
	color:#444;
	text-align:right;
	margin:0 0 10px 0;
}
#newsWrapper .imgWrapper {
	float:right;
	width: 235px;
	margin:0 0 15px 15px;
	display:inline;
	text-align:center;
}
#newsWrapper .article {
	font-size:90%;
	line-height:1.8em;
	color:#666666;
}
#newsWrapper .imgWrapper img {
	margin-bottom:10px;
}
#newsWrapper .date {
	color:#666;
}
#newsWrapper .mBottom{
	margin: 0 0 10px 0;
}

/* 最新ニュースリスト
================================================== */
.latestNewsWrapper{
	width:610px;
	float:right;
}
#newslistWrapper h4 {
	background: url(../images/index_title_border.gif) no-repeat left bottom;
	font-size: 125%;
	line-height: 1.5em;
	color: #53A055;
	font-weight: 600;
	margin: 0 0 20px 0;
	padding: 0 0 5px 3px;
}
#newslistWrapper ul li {
	border-bottom: solid 1px #666;
	margin:0 0 18px 0;
	padding:0 0 10px 10px;
}
#newslistWrapper .newsTitle a {
	font-size:90%;
	line-height:1.8em;
	font-weight:600;
	text-decoration:none;
	color:#333;
}
#newslistWrapper .newsTitle a:hover {
	text-decoration:underline;
	color: #D19705;
}
#newslistWrapper .listData {
	font-size:80%;
	line-height:1.5em;
	margin:0 0 6px 0;
}
#newslistWrapper .listData .date {
	color:#666;
}
#newslistWrapper .new {
	color:#C30;
	font-weight:600;
}



/* 添付ファイル
================================================== */
#dataBox {
	margin:20px 0 45px 0;
	padding:20px 0 0 20px;
	border-top:dotted 1px #999999;
}
#dataBox  .dataTitle{
	font-size: 85%;
	line-height: 1.5em;
	color: #686868;
	margin: 0 0 8px 0;
}
#dataBox .data {
	font-size:90%;
	margin: 0 0 10px 0;
}
#dataBox .data img {
	vertical-align:middle;
	display:inline-block;
}
#dataBox .data a {
	vertical-align:middle;
	text-decoration:none;
	color:#666666;
}
#dataBox .data a:hover {
	color: #D19705;
	text-decoration:underline;
}



/* お知らせなし
================================================== */
.notNews{
	font-size:90%;
	line-height:1.5em;
	font-weight:600;
	text-decoration:none;
	color:#333;
	margin: 0 0 8px 0;

}


/* ボタン「一覧を見る」
================================================== */
.more  {
	float: right;
	background: url(../images/btn_news_more.gif) no-repeat;
	width: 113px;
	height: 24px;
	text-indent: -9999px;
	display: block;
}
.more a  {
	background: url(../images/btn_news_more.gif) no-repeat;
	width: 113px;
	height: 24px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
.more a:hover {
	background: url(../images/btn_news_more_hover.gif) no-repeat;
}

/* pagination
================================================== */
.pagination {
	text-align: right;
	margin: 50px 0;
  
}
.pagination li {
	float: left;
	margin: 0 0 0 3px;
}
.pagination li a {
	color: #666666;
	text-decoration: none;
	font-size: 80%;
	display: block;
	overflow: hidden;
	padding: 5px 10px;
}
.pagination li a:hover {
	color: #fff;
	background-color: #41AF47;
	border-radius: 2px;        /* CSS3 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */ 
}

.pagination li a.active {
	color: #fff !important;
	text-decoration: underline !important;
	font-size: 80%;
	background-color: #41AF47 !important;
	border-radius: 2px;        /* CSS3 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */ 
	padding: 5px 10px;
}
