@charset "shift_jis";

/*---------- wb_[ ----------*/

#header {
  width: 100%;
  min-width: 950px;
  height: 32px;
/*  border-top: solid 2px #000000; */
  border-bottom: solid 1px #E34E4E;
  background-color: #000000;
  background-image: url("../image/logo_header.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

#table-left{
  width: 240px;
  text-align: left;
}

#table-left h2 a {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  text-indent: -9999px;
  width: 240px;
  height: 30px;
}


#table-right{
  margin: 0 5px 0 5px;
  padding: 0;
  font-size: 12px;
  color: #eeeeee;
  text-align:right;
}

#table-right form{
  margin: 5px;
}

#table-right a{
  font-size: 10px;
  color: #eeffee;
  text-decoration: none;
}

#table-right a:hover{
  color: #ffffff;
  background-color: #0063DC;
  text-decoration: none;
}

#table-right .fixed {
  font-size: 11px;
  background: #cccccc;
  width: 70px;
  padding: 0px;
  letter-spacing: 0x;
  border: none;
  color: #000000;
/*
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
*/
}

#table-right .keywords {
  font-size: 11px;
  width: 180px;
  height: 18px;
  border: 1px solid #666;
  padding: 0 2px;
}

#header-tagcloud {
  width: 100%;
  min-width: 950px;
  height: 20px;
/*  border-top: solid 2px #000000; */
  border-bottom: solid 1px #999999;
  background-color: #333333;
  font-size: 10px;
  color: #eeffee;
}

#tables-left a{
  font-size: 10px;
  color: #eeffee;
  text-decoration: none;
}

#tables-left a:hover{
  color: #ffffff;
  background-color: #0063DC;
  text-decoration: none;
}

#tables-right {
  font-size: 11px;
  text-align:right;
}

#tables-right a{
  font-size: 10px;
  color: #eeffee;
  text-decoration: none;
}

#tables-right a:hover{
  color: #ffffff;
  background-color: #0063DC;
  text-decoration: none;
}


#footer{
  width: 100%;
  border-top: solid 1px #E34E4E;
  background-color: #333333;
  color: #ffffff;
}

#footer a{
  font-size: 10px;
  color: #eeeeee;
  text-decoration: none;
}

#footer a:hover{
  color: #eeeeee;
  background-color: #0063DC;
  text-decoration: none;
}

#footer-main {
  width: 820px;
  padding: 10px 0 ;
  margin: 0 auto;
}

#footer-main h2.column-update {
  font-size: 13px;
  color: #000000;
  margin: 10px 0 0 0;
  padding: 5px;
  background-color: #666666;
  border-left: solid 10px #999999;
  border-bottom: solid 1px #999999;
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;
}

