html,body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,div,img,a{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  }
a,a:link{
  }
a:visited{
  }
a:hover{
  }
a:active{
  }
body{
  background: #822 url(../images/css/body_bg.jpg) center top no-repeat fixed;
  color: #fff;
  }
div#wrapper{
  width: 720px;
  margin: 0 auto 0;
  }
/*-----header-----*/
div#header{
  margin: 10px 0 10px;
  }
div#header h1{
  border-bottom: 1px #522 solid;
  }

/*-----main-----*/
img#index_logo{
  margin-bottom: 25px;
}
div#index_wrapper{
  height: 400px;
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -300px;
  text-align: center;
}
div#news{
  overflow: auto;
  height: 150px;
  width: 598px;
  border-top: 1px #000 solid;
  border-left: 1px #000 solid;
  border-right: 1px #333 solid;
  border-bottom: 1px #333 solid;
  text-align: left;
  margin: 30px 0;
}
div#news dl{
  margin: 10px;
  }
div#news dt{
  font-weight: bold;
  }
div#news dd{
  margin-left: 1em;
  }
div#news a{
  color: #000;
  text-decoration: underline;
}
div#news a:hover{
  background-color: #222;
  color: #c22;
}

div#main{
  line-height: 1.5;
}
div#main p{
  margin-bottom: 1em;
}
div#main p a ,div#main dl a{
  color: #000;
  text-decoration: underline;
}
div#main p a:hover ,div#main dl a:hover{
  background-color: #222;
  color: #c22;
}
div#main dt{
  margin-top: 1em;
  font-size: 120%;
  font-weight: bold;
  border-left: 3px #fff solid;
  padding-left: 5px;
  }
div#main dd{
  margin-left: 18px;
  }
div#main dd.url{
  font-size: 80%;
  }

ul.thumbnail{
  clear: both;
}
ul.thumbnail li{
  float: left;
}
ul.thumbnail li h2{
  padding: 10px 10px 10px 10px;
  background: url(../images/css/thumbnail_bg.gif) top left no-repeat;
}
ul.thumbnail li a{
  background: url(../images/css/thumbnail_bg.gif) top left no-repeat;
  width: 120px;
  display: block;
}
ul.thumbnail li a.new img{
  margin: 9px 9px 9px 9px;
  border: 1px #fff solid;
}
ul.thumbnail li a img{
  margin: 10px 10px 10px 10px;
  border: 0px;
}
ul.thumbnail li a:hover img{
  border: 0;
  margin: 12px 8px 8px 12px;
}

/*-----footer-----*/
div#footer{
  clear: both;
  padding-top: 30px;
  text-align: center;
  margin-bottom: 50px;
  }
ul#global_menu{
  }
ul#global_menu li{
  display: inline;
  }
ul#global_menu li a{
  color: #222;
  text-decoration: none;
  padding: 0 0.5em;
  font-weight: bold;
}
ul#global_menu li a#now{
  border-bottom: 1px #222 solid;
}
ul#global_menu li a:hover{
  color: #c22;
  background: #222;
}
ul#global_menu li#line{
  color: #222;
}
img#logo{
  margin-top: 10px;
  }
address{
  color: #222;
  font-style: normal;
  font-size: 75%;
  }