/* CSS Document */

BODY{
  background:url(../images/line.gif);
}
#all{
  background:url(../img/back.jpg);
  background-repeat:no-repeat;
  border:1px solid #999999 ;
  width:800px;
  margin:auto;
}
/* header */
H1{
  padding:50px 80px 0px;
  font-size:36px;
}
H2{
  float:right;
  font-size:24px;
  font-weight:400;
  line-height:2;
  background:url(../img/ee2.gif);
  background-repeat:no-repeat;
  margin-top:-100px;
  padding:0px 50px 10px 10px;
}

H2 a:link { text-decoration:none; color:#FFFFFF; }
H2 a:visited { text-decoration:none; color:#FFFFFF; }
H2 a:active { text-decoration:underline; color:#000080; }
H2 a:hover { text-decoration:underline; color: #999999; }
H2 a, a:hover {text-decoration: none;}

H3{
  font-size:16px;
  text-indent:1em;
  width : 100%;
  border-width: 1px 4px;
  border-style: none none solid solid;
  border-color:#FF3300;
  margin:5px 30px;
}
H4, UL{
  padding:0px 50px;
}
H5{
  text-indent:1em;
  line-height:2;
  border-width: 1px 4px;
  border-style: solid solid solid solid;
  border-color:#009900;
  margin:5px 50px;
}
.gmenu{
  width:800px;
  height:100px;
  text-align:center;
  color:#FFFFFF;
  font-weight:600;
  background:url(../img/menu12.gif);
}
/* Link View */
.gmenu a:link { text-decoration:none; color:#FFFFFF; }
.gmenu a:visited { text-decoration:none; color:#FFFFFF; }
.gmenu a:active { text-decoration:underline; color:#000080; }
.gmenu A:hover { text-decoration : none; color : red; }
.gmenu a, a:hover {text-decoration: none;}

#main{
  background:#FFFFFF;
}
#main P{
  font-size:12px;
  line-height:1.5;
  letter-spacing:1px;
}
#menu1 ,#time {
  padding:0px 5px;
  margin:0px;
}
#menu2{
  padding:8px;
  margin:0px;
}
#menu1 LI, #menu2 LI{
  display:inline;
  list-style-type:none;
  line-height:2;
  padding:5px;
}
#foot1{
  clear:both;
  padding:10px;
}
#foot2{
  background:url(../img/foot_back.jpg);
  background-repeat:no-repeat;
  height:150px;
  text-align:center;
  font-size:12px;
  color:#FFFFFF;
}
ADDRESS{
  display:block;
  list-style:none;
  text-align:center;
  font-size:12px;
  padding:5px;
  margin:-30px 0px 0px;
}