* {
  margin: 0px;
  padding:0px;
  border-color: #000000;
}

img { border: 0px; }

div { width: 100%; }

body
{
  background: #1b162f url(../images/back.png) no-repeat top center;
  color: #e2e2e2;
  font-size: 12px;
  font-family: Verdana, fantasy;
  text-align: center;
}

a:link, a:active, a:visited
{
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
}

a:hover
{
  color: #006295;
  cursor: pointer;
  text-decoration: underline;
}

#header
{
  background: url(../images/header.png) repeat-x top left;
  position: absolute;
  height: 32px;
}

#logo
{
  background: url(../images/logo.png) no-repeat top center;
  position: absolute;
  margin-left: -212px;
  width: 424px;
  height: 200px;
  top: 10px;
  left: 50%;
}

#menu
{
  background: url(../images/menu.png) no-repeat top center;
  position: relative;
  margin: auto;
  height: 96px;
  top: 170px;
}

#menu_grid
{
  position: absolute;
  margin-left: -300px;
  width: 600px;
  top: 28px;
  left: 50%;
}

.menu_link:link, .menu_link:visited, .menu_link:active
{
  color: #000000;
  font-size: 11px;
  font-weight: 900;
}

.menu_link:hover
{
  color: #0055aa;
  text-decoration: underline;
}

#wrapper
{
  position: absolute;
  margin-left: -506px;
  width: 1012px;
  top: 250px;
  left: 50%;
}

#center_top
{
  background: url(../images/center_top.png) no-repeat top center;
  margin: auto;
  height: 76px;
}

#center
{
  background: url(../images/center_back.png) repeat-y top center;
  margin: auto;
}

#center_bottom
{
  background: url(../images/center_bottom.png) no-repeat top center;
  height: 92px;
  margin: auto;
}

#center_grid
{
  width: 1012px;
  border-collapse: collapse;
}

#main_space
{
  width: 516px;
  vertical-align: top;
}

#main
{
  position: relative;
  top: -40px;
}

#main_top
{
  background: url(../images/main_top.jpg) no-repeat top center;
  margin: auto;
  height: 42px;
}

#main_center
{
  background: url(../images/main_back.jpg) repeat-y top center;
  margin: auto;
  width: 516px;
}

#main_text
{
  margin: auto;
  width: 486px;
  text-align: left;
}

#main_bottom
{
  background: url(../images/main_bottom.jpg) no-repeat bottom center;
  height: 50px;
  margin: auto;
}

.box_menu
{
  padding: 5px;
  width: 221px;
  vertical-align: top;
  text-align: center;
}

.box_top
{
  background: url(../images/box_top.jpg) no-repeat bottom center;
  padding-bottom: 5px;
  width: 211px;
  height: 42px;
  color: #ffa800;
  font-weight: 900;
}

.box_center
{
  background: url(../images/box_back.jpg) repeat-y top center;
  width: 211px;
}

.box_bottom
{
  background: url(../images/box_bottom.jpg) no-repeat top center;
  width: 211px;
  height: 42px;
}

.box_grid
{
  margin-left: 30px;
  text-align: left;
}

.box_dot
{
  background: url(../images/box_dot.png) no-repeat center center;
  width: 20px;
}

.box_link:link, .box_link:visited, .box_link:active
{
  color: #e2e2e2;
  font-weight: 100;
}

.box_link:hover
{
  color: #ffa800;
  text-decoration: underline;
}

.input_text
{
  border: #000000 1px solid;
  padding: 5px;
}

.input_button
{
  border: #000000 1px solid;
  padding: 2px;
}

.line
{
  background: url(../images/line.png) no-repeat center center;
  height: 40px;
  padding: 5px 0;
}

.viewpic
{
  width: 1%;
  top: 30px;
  left: 30px;
  position: absolute;
  border: 0px;
  background-color: transparent;
}

.hidden
{
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.castle
{
  visibility: hidden;
  width: 200px;
  text-align: left;
  background-image: url(../data/castle/pxcastle.png);
  border-color: #000000;
  border-collapse: collapse;
  position: absolute;
  color: #000000;
  font-size: 12px;
}