@charset "UTF-8";

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */
#flash {
  border-bottom: solid 1px #0094B2;
}

img.news {
  float:left;
  margin-right:12px;
}

#news th {
  color:#04A5C0;
  border-bottom:dotted 1px #0094B2;
  padding-left:10px;
}

#news .news_white {
  border-bottom:dotted 1px #0094B2;
  padding-top:12px;
  padding-bottom:10px;
  padding-right:20px;
}

#news .news_gray {
  border-bottom:dotted 1px #0094B2;
  background:#EAEAEA;
  padding-top:12px;
  padding-bottom:10px;
  padding-right:20px;
}

#news a , a:visited {
  color:#025C6C;
  text-decoration:underline;
}

#news a:hover {
  color:#04A5C0;
}

ul.top_btn {
  margin:0;
  padding:0;
  padding-left:10px;
}

ul.top_btn li {
  list-style-type: none;
  width:180px;
  float:left;
}

ul.top_btn li a , ul.top_btn li a:visited {
  font-size:13px;
  background:url(../img/top_btn.jpg) no-repeat 0px 0px; 
  display:block;
  width:100%;
  height:50px;
  border-top: none;
  color:#04A5C0;
  line-height:50px;
  text-align:center;
  text-decoration:none;
}

ul.top_btn li a:hover {
  background:url(../img/top_btn_f2.jpg) no-repeat 0px 0px; 
  color:#025C6C;
  text-decoration:none;
}

ul.top_btn li.ichiran {
  list-style-type: none;
  width:540px;
  float:left;
  margin-left:5px;
}

* html ul.top_btn li.ichiran {
  margin-left:3px;
  width:537px;
}

ul.top_btn li.ichiran a , ul.top_btn li.ichiran a:visited {
  background:url(../img/top_btn_ichiran.jpg) no-repeat 0px 0px; 
  display:block;
  width:100%;
  height:50px;
  border-top: none;
  color:#ffffff;
  line-height:40px;
  text-align:center;
}

ul.top_btn li.ichiran a:hover {
  background:url(../img/top_btn_ichiran_f2.jpg) no-repeat 0px 0px; 
  color:#ffffff;
}

/* IE6 で画像が消えることがあるバグを回避 */
.contents img {
  position: relative;
}

