body, html{
  background-color: #000;
  padding: 0px;
  margin: 0px;
}

#middle_{
  margin: auto auto;
  text-align: center;
  max-width: 1014px;
  min-width: 950px;
  background: url("../img/middle_.jpg") repeat-y left;
}

#top_{
  background: url("../img/top_.jpg") no-repeat top left;
}

#bottom_{
  background: url("../img/bottom_.jpg") no-repeat bottom left;
  min-height: 900px;
}

#left_menu{
  padding-top: 20px;
  float: left;
  height: 700px;
  width: 170px;
  margin-left: 50px;
}

.menu_button{
  display: block;
  background: url("../img/button.png") no-repeat;
  width: 168px;
  height: 30px;
  text-align: center;
  padding-top: 3px;
  text-decoration: none;
  color: black;
  font-weight: bolder;
}

.menu_button:hover, .menu_button_selected{
  display: block;
  background: url("../img/button_hover.png") no-repeat;
  width: 168px;
  height: 30px;
  text-align: center;
  padding-top: 3px;
  font-weight: bolder;
  color: #000;
}

#cont{
  padding-top: 200px;
  width: 890px;
  float: left;
}

#right_box{
  float: right;
  text-align: left;
  width: 660px;
  padding-bottom: 180px;
  margin-left: 10px;
}

#welcome{
  margin: auto auto;
  text-align: center;
}

#welcome_a{
  color: blue;
}

#welcome_a:hover{
  color: #fff;
}

#navi{
  margin-top: 10px;
  text-align: right;
}

.navi_page{
  margin-left: 2px;
  color: blue;
}

.navi_page:hover{
  color: #fff;
}

.news{
  background: url('../img/list.png') no-repeat;
  padding-left: 30px;
}

a{
	color: blue;
}

a:hover{
	color: white;
}

.title{
  margin-bottom: 40px;
  margin-left: 40px;
  font-size: 20px;
  color: #000;
}

.title a{
  color: #000;
}

.title a:hover{
  color: #fff;
}

.center {
  text-align: center;
}

table.center_nob {
  margin-left: auto;
  margin-right: auto;
}

.bold {
  font-weight: bold;
}

.textarea {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

input.submit {
  color: white;
  width: 100%;
  background-color: #91541e;
  border-top: 2px solid #af6726;
  border-left: 2px solid #af6726;
  border-right: 2px solid #79471b;
  border-bottom: 2px solid #79471b;
}

input.submit:active {
  color: white;
  width: 100%;
  background-color: #91541e;
  border-top: 2px solid #79471b;
  border-left: 2px solid #79471b;
  border-right: 2px solid #af6726;
  border-bottom: 2px solid #af6726;
}

table.center {
  border: 1px solid;
  margin-left: auto;
  margin-right: auto;
}

input.width {
  position: relative;
  width: 100%;
}

.reply {
  position: relative;
  margin-top: 5px;
  margin-left: 20px;
  font-size: 13px;
  font-family: "Arial", "Arial CE", "Helvetica";
  border: 1px solid #e5e4e4;
}

.query_head {
  padding-left: 2px;
  background-color: #C0C0C0;
}

.query_text_reply {
  padding: 5px;
  margin-top: 5px;
  font-size: 15px;
  font-family: "Arial", "Arial CE", "Helvetica";
}

.under_nm {
  width: auto;
  margin-top: 5px;
  border-top: 1px solid #bababa;
  margin-bottom: 20px;
}
