@charset "shift_jis";

body {
  padding: 0px;
  margin: 0px;
  color: #000000;
  background-color: #d2ebfb;
  background-image: url('img/top_bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 10pt;
  line-height: 150%;
}

.menu_top {
  background-image: url('img/menu_bg.gif');
  background-position: center top;
  background-repeat: no-repeat;
}

.menu_top_no {
  background-image: url('img/menu_bg_no.gif');
  background-position: center top;
  background-repeat: no-repeat;
}

div.menu_t
 {
  padding-top:10px;
  padding-bottom:5px;
  padding-left:10px;
  font-size: 12pt;
  line-height: 120%;
  font-weight:bold;
  color:#ffffff;
  text-align:left;
}

.menu {
  border-right:#949491 1px solid;
  border-left:#949494 1px solid;
  padding:8px;
  font-size: 10pt;
  line-height: 120%;
  background-color:#ffffff;
  text-align:left;
}

.new {
  border-right:#949491 1px solid;
  border-left:#949494 1px solid;
  background-color:#ffffff;

}

/* 画像のリンク */

a img{
  border:none;
}

/* 通常のリンク */
a:link {
  color: #0000ff; 
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: #000099; 
  background-color: transparent;
  text-decoration: underline;
}
a:hover {
  color: #cc0000;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #cc0000;
  background-color: transparent;
  text-decoration: underline;
}

/* メニューのタイトル部のリンク */
div.menu_t a:link {
  color: #ffffff; 
  background-color: transparent;
  text-decoration: none;
}
div.menu_t a:visited {
  color: #ffffff; 
  background-color: transparent;
  text-decoration: none;
}
div.menu_t a:hover {
  color: #ffcc00;
  background-color: transparent;
  text-decoration:none;
}
div.menu_t a:active {
  color: #ffcc00;
  background-color: transparent;
  text-decoration:none;
}

/* メニューの内容部のリンク */
a.m_l:link {
  color: #0000ff; 
  background-color: transparent;
  text-decoration: none;
}
a.m_l:visited {
  color: #000099; 
  background-color: transparent;
  text-decoration: none;
}
a.m_l:hover {
  color: #cc0000;
  background-color: transparent;
  text-decoration:none;
}
a.m_l:active {
  color: #cc0000;
  background-color: transparent;
  text-decoration:none;
}

/* フッタ */
div#footer {
  clear: both;
  border-style:double;
  border-width:3px 0px 0px 0px;
  border-color:#bbbbbb;
  padding-top:5px;
  padding-bottom:0px;
  padding-right:5px;
  padding-left:5px;
  margin:0px;
  line-height:130%;
}

/* コピーライト */
div#copyright {
  clear: both;
  color:#eeeeee;
  background-color:#333333;
  font-size:12px;
  padding:2px;
  text-align:center;
}



/* 新着情報 */

table#gikai_whats_new {
  font-size: 10pt;
  line-height: 120%;
  background-color:#ffffff;
  text-align:left;
}


table#gikai_whats_new td.clm_new {
  color: #FF0000;
  background-color:#FFFFFF;
  width:40px;
}
table#gikai_whats_new td.clm_date {
  color: #000000;
  background-color:#FFFFFF;
  width:70px;
}
table#gikai_whats_new td.clm_title {
  color: #000000;
  background-color:#FFFFFF;
  width:310px;
}

