
/*******************************ニュース一覧*******************************/

/***************タブ切替***************/
#news_tab{
	float:none;
	width:700px;
	margin:30px 0 0 0;
	display:block;
}

#news_tab a{
	display:block;
}

#news_tab li{
	float:left;
	width:100px;
	height:25px;
	text-align:center;
	font-size: 85%;
}


#news_tab .tab00_o {
	background:url(../news/images/tab_o.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#454545;
	text-decoration:none;
}

#news_tab .tab00 a{
	background:url(../news/images/tab.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#b3b3b3;
	}

#news_tab .tab00 a:hover {
	background:url(../news/images/tab_o.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#454545;
	text-decoration:none;
}


#news_tab .tab01_o {
	background:url(../news/images/tab_o.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#d12e2e;
	text-decoration:none;
}

#news_tab .tab01 a{
	background:url(../news/images/tab.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#b3b3b3;
	}

#news_tab .tab01 a:hover {
	background:url(../news/images/tab_o.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#d12e2e;
	text-decoration:none;
}


#news_tab .tab02_o {
	background:url(../news/images/tab_o.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#fcac00;
	text-decoration:none;
}

#news_tab .tab02 a{
	background:url(../news/images/tab.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#b3b3b3;
	}

#news_tab .tab02 a:hover {
	background:url(../news/images/tab_o.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#fcac00;
	text-decoration:none;
}


#news_tab .tab03_o {
	background:url(../news/images/tab_o.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#069eec;
	text-decoration:none;
}

#news_tab .tab03 a{
	background:url(../news/images/tab.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#b3b3b3;
	}

#news_tab .tab03 a:hover {
	background:url(../news/images/tab_o.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#069eec;
	text-decoration:none;
}


#news_tab .tab04_o {
	background:url(../news/images/tab_o.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#00974c;
	text-decoration:none;
}

#news_tab .tab04 a{
	background:url(../news/images/tab.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#b3b3b3;
	}

#news_tab .tab04 a:hover {
	background:url(../news/images/tab_o.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#00974c;
	text-decoration:none;
}


#news_tab .tab05_o {
	background:url(../news/images/tab_o.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#115087;
	text-decoration:none;
}

#news_tab .tab05 a{
	background:url(../news/images/tab.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#b3b3b3;
	}

#news_tab .tab05 a:hover {
	background:url(../news/images/tab_o.gif) no-repeat;
	padding:5px 0 0 0;
	width:100px;
	height:20px;
	color:#115087;
	text-decoration:none;
}



#news_tab_box{
	float:none;
	width:670px;
	background:#FFF;
	padding:20px 15px;
}




/***************リスト***************/

.news_year{
	clear:both;
	float:none;
	width:670px;
	font-size: 85%;
	padding:10px 0;
}

.newspage_list{
	clear:both;
	float:none;
	width:670px;
	border-top:1px dotted #999;
}

.newspage_list li{
	float:none;
	width:670px;
	border-bottom:1px dotted #999;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
}

.newspage_list dl{
	width:670px;}

.newspage_list dt{
	float:left;
	width:230px;
	}

.newspage_list dd{
	float:left;
	width:440px;
	}
	
.newspage_list .date{
	background:url(../news/images/ya.gif) 0 50% no-repeat;
	padding:0 0 0 15px;
	font-size: 85%;
	line-height:1.8;
	}

.newspage_list .icon01{
	background:url(../news/images/icon01.png) no-repeat;
	padding:0 0 0 100px;
	width:130px;
	}
	
.newspage_list .icon02{
	background:url(../news/images/icon02.png) no-repeat;
	padding:0 0 0 100px;
	width:130px;
	}
	
.newspage_list .icon03{
	background:url(../news/images/icon03.png) no-repeat;
	padding:0 0 0 100px;
	width:130px;
	}
	
.newspage_list .icon04{
	background:url(../news/images/icon04.png) no-repeat;
	padding:0 0 0 100px;
	width:130px;
	}
	
.newspage_list .icon05{
	background:url(../news/images/icon05.png) no-repeat;
	padding:0 0 0 100px;
	width:130px;
	}




/***************詳細***************/


.detail_title{
	float:none;
	width:670px;
	margin:0 0 15px 0;
}

.detail_title dt{
	float:none;
	width:670px;
	min-height:20px;
	}

.detail_title dd{
	float:none;
	width:670px;
	margin:10px 0 0 0;
	color:#d12e2e;
	font-size: 116%;
	}

.detail_title .icon01{
	background:url(../news/images/icon01.png) no-repeat;
	padding:0 0 0 100px;
	font-size: 85%;
	}
	
.detail_title .icon02{
	background:url(../news/images/icon02.png) no-repeat;
	padding:0 0 0 100px;
	font-size: 85%;
	}
	
.detail_title .icon03{
	background:url(../news/images/icon03.png) no-repeat;
	padding:0 0 0 100px;
	font-size: 85%;
	}
	
.detail_title .icon04{
	background:url(../news/images/icon04.png) no-repeat;
	padding:0 0 0 100px;
	font-size: 85%;
	}
	
.detail_title .icon05{
	background:url(../news/images/icon05.png) no-repeat;
	padding:0 0 0 100px;
	font-size: 85%;
	}
	
p.pdf a {
	clear:both;
	background: url(../news/images/icon_pdf.gif) no-repeat;
	margin:20px 0 0 0;
	padding: 5px 0 0 50px;
	height: 30px;
	display: block;
	color: #666;
}

.ul_subphoto{
	width:678px;
	margin:20px 0 20px 0;
	overflow:hidden;
	_zoom:1;
}

.ul_subphoto li{
	float:left;
	max-width:218px;
	overflow:hidden;
	margin:0 8px 0 0;
}














