@charset "utf-8";
/*------------------------------------
 
  FileName : info.css

------------------------------------*/

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:140%;
	margin: 0px;
	padding: 0px;
}

.bn_center {
	width:495px;
	padding-bottom:7px;
}

img { border:none; }


/* news
------------------------- */


#ber_news {
	background:url(../img/index/ber_news.png) no-repeat;
	_background:url(../img/index/ber_news.gif) no-repeat;
	width:494px;
	height:38px;
	text-align:right;
}

#box_news {
	width:495px;
	padding-bottom:10px;
}

.box_news_tab {
	width:466px;
	height:22px;
	margin:5px auto 7px auto;
	padding-left:4px;
	background:url(../img/index/news_tab_bottom.gif) repeat-x;
}

#news_tab {
  width: 462px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#news_tab li {
  width: 77px;
  height: 22px;
  display: inline;
		float:left;
}

#news_tab a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 77px;
  height: 22px;
  background:url(../img/index/news_tab.gif) no-repeat;
}

#tab1 a { background-position: 0px 0px; }
#tab2 a { background-position: -77px 0px; }
#tab3 a { background-position: -154px 0px; }
#tab4 a { background-position: -231px 0px; }
#tab5 a { background-position: -308px 0px; }
#tab6 a { background-position: -385px 0px; }

#news_tab a:hover {
  text-decoration: none;
}

#tab1 a:hover { background-position: 0px -22px; }
#tab2 a:hover { background-position: -77px -22px; }
#tab3 a:hover { background-position: -154px -22px; }
#tab4 a:hover{ background-position: -231px -22px; }
#tab5 a:hover{ background-position: -308px -22px; }
#tab6 a:hover{ background-position: -385px -22px; }

#box_news .table {
	width:470px;
	margin:0px auto;
	color:#000;
	text-align:left;
}

#box_news .table a:link { color: #00365f; } 
#box_news .table a:visited { color: #003c5f; } 
#box_news .table a:hover { color: #0a598c;
text-decoration:underline; } 
#box_news .table a {text-decoration: none; font-weight:bold; } 
