/* BODY -------------------------------------- */
BODY {
  margin: 0px;
  padding: 0px;
  background-color: #cccccc;
  color: #333300;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.4;
}

/* TABLE ------------------------------------- */
TH,TD {
  font-size: 13px;
  line-height: 1.4;
  background-color: #ffffff;
}

.box2 {
  margin: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
  font-size: 12px;
}
.box2_red {
  padding: 6px;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.box_scroll {
    background-color: #ffffff;
    border: thin solid;
    border-color: #333333;
    border-width: 1px;
    overflow: auto;
    padding: 3px;
    margin: 5px;
}

H1.bg {
  margin: 5px;
  padding: 0px 10px;
  background-image: url('img/h1_bg.gif');
  background-repeat: no-repeat;
  color: #008000;
  font-family: Sans Serif, monospace;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
}
H2 {
  margin: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
H2.b20 {
  margin: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.b18 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}

DL {
  font-weight: bold;
  line-height: 1.4;
}
DD {
  font-weight: normal;
  line-height: 1.4;
}

/* MENU BAR ---------------------------------- */
.menu_bar {
  background-color:#009000;
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  vertical-align: middle;
  text-align: right;
}
.left_menu {
  background-image: url('http://www.fukuyasu.com/img/left_menu_bg.gif');
  background-repeat: repeat-y;
  background-color:#ff8000;
  color: #003300;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
}


/* LINK -------------------------------------- */
A:link, A:visited {
  color: #0050cc;
  background-color: transparent;
  text-decoration: none;
}
A:hover, A:active {
  color: #FF6666;
  background-color: #FFFF66;
  text-decoration: underline;
}
A.menu_bar:link, A.menu_bar:visited {
  color: #ffffff;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
}
A.menu_bar:hover, A.menu_bar:active {
  color: #ff6600;
  font-weight: bold;
  background-color: #ffffff;
  text-decoration: none;
}
A.left_menu:link, A.left_menu:visited {
  color: #006600;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
}
A.left_menu:hover, A.left_menu:active {
  color: #ffcc00;
  font-weight: bold;
  background-color: #ffffff;
  text-decoration: none;
}

/* FOOTER ------------------------------------ */
.foot {
  background-color: #ffffff;
  color: #999999;
  font-size: 12px;
  text-align: right;
}