/*----------all section----------*/
* {
  margin: 0;
  padding: 0;
}
/*----------tag section----------*/
body {
  text-align: center;
  background: url(image/tlo.gif) repeat-x;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 8pt;
  color: #333;
  background-color: #FFF;
}
h3 {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  text-align: right;
  color: #AB871A;
  font-size: 12pt;
}
h4 {
  color: #333;
  font-size: 9pt;
}
p {
  margin: 10px 0px 10px 0px;
}
strong {
  color: #333;
  font-weight: bold;
}
acronym {
  color: #69F;
  font-weight: bold;
  cursor: help;
}
ul {
  list-style-type: none;
}
img {
  margin-right: 10px;
  margin-bottom: 10px;
  border: 0;
  width: 200px;
  height: 200px;
}
/*----------id section----------*/
#container {
  margin: 0 auto;
  width: 750px;
  text-align: left;
}
#header {
  margin-bottom: 10px;
  width: 750px;
  height: 150px;
  background: url(image/head.jpg) no-repeat;
  clear: both;
}
#menu {
  width: 250px;
  margin-top: 50px;
  float: left;
  text-align: right;
}
#content {
  margin-bottom: 10px;
  padding: 10px;
  width: 478px;
  min-height: 300px;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  float: right;
}
#content a {
  color: #A17000;
  text-decoration: none;
}
#content a:hover {
  color: #634600;
  text-decoration: underline;
}
#footer {
  width: 750px;
  height: 42px;
  background: url(image/foot.jpg) repeat-x;
  clear: both;
}
#powered {
  padding-top: 10px;
  color: #FFF;
  text-align: center;
  font-size: 7pt;
}
#powered a {
  color: #FFF;
  text-decoration: none;
}
#powered a:hover {
  color: #FFF;
  text-decoration: underline;
}
/*----------menu section----------*/
#menu ul a {
  padding: 2px 35px 0px 0px;
  display: block;
  height: 30px;
  text-decoration: none;
  font-weight: bold;
  color: #316632;
}
#menu ul a:hover {
  display: block;
  background: #316632;
  color: #FFF;
}