@charset "utf-8";
/* CSS Document */

.news_section {
   clear: both;
   margin-bottom: 10px;
}
.date {
   clear: both;
   font-size: 80%;
   padding-bottom: 4px;
}
.contents {
   clear: both;
   font-size: 90%;
}
.slider {
	 overflow-y: auto; width: 100%; height: 365px;
	 scrollbar-track-color: #FFF;
	 scrollbar-face-color: #069;
	 scrollbar-shadow-color: #FFF;
	 scrollbar-darkshadow-color: #FFF;
	 scrollbar-highlight-color: #FFF;
	 scrollbar-3dlight-color: #FFF;
	 scrollbar-arrow-color: #FFF;
	 margin-bottom: 15px; 
	 display: block;
}
.slider table {
     font-size: 80%;
}
.tx_s80 {
     font-size: 80%;
}
ul.l_navi {
   list-style: none;
   text-align: center;
   padding: 0;
   margin: 10px 0 5px;
}
ul.l_navi li {
   margin-bottom: 5px;
}