@charset "utf-8";
/* CSS Document */
.news {
margin:0 auto 15px;
width:90%;
}

.news dl  {
border-bottom:solid 1px #ccc;
padding:10px 0;
margin:0 auto;
}

.news dl dt{
float:left;
margin-right:15px;
clear:both;
}

.news dl dd{
float:left;
width:70%;
}

.news a {
display:block;
}

.bana table {
margin:0 auto;
}

.bana a img {
max-width:90%;
}




.menu_bar{
	background-color:#5e070d;
	line-height:38px;
	height:30px;
	color:#fff;
	border-radius: 1px;
}

/* TOP以外で使用のフッターナビ */
#fnavi li.ListTitle{
	border-top: solid 1px #2d3137;
	border-bottom: solid 1px #2d3137;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeefef), to(#bdbfc2)) !important;
	color:#000;
	padding: 0px 10px;
	height: 20px;
	line-height: 20px;
	text-shadow:#f9f9f9 1px 1px 0;
}
#fnavi li{
	background:#fff url(../img/li_arrow_a.png) no-repeat right;
	border-bottom:solid 1px #a9abae;
	height:43px;
	line-height:43px;
}

#fnavi li:last-child{border-bottom:none;} /* リスト、最後の項目は下線なし */

#fnavi li a{
	background:none;
	padding:0 10px;
	display:block;
	-webkit-tap-highlight-color:rgba(2, 109, 236, 0.9);
}

ul.ULIndex{margin:0; padding:0; background:#fff;}