@charset "utf-8";
/* CSS Document */

body {
  text-align:center;
  background-image:url(../images/structure/bg_04.png);
  background-repeat:repeat;
  background-attachment:fixed;
  background-color:#230100;
  /*height:1000px;*/
  min-height:768px;
  margin:0px;
  padding:0px;
  position:relative;
  z-index:1;
  }

#mainArea {
  padding:0px;
  background-image:url(../images/structure/mainBG3_03.png);
  background-repeat:no-repeat;
  width:1332px;
  height:1000px;
  position:fixed; !important
  position:absolute;
  top:0px;
  left:150px;
  z-index:2;
  }
#mainHead {
  padding:0px;
  background-image:url(../images/structure/header_03.png);
  width:707px;
  height:261px;
  position:fixed; !important
  position:absolute;
  top:0px;
  left:150px;
  z-index:4;
  }
#nav {
  margin-top:22px;
  margin-left:38px;
  width:640px;
  height:47px;
  background-image:url(../images/structure/NavBG_08.png);
  background-repeat:no-repeat;
  background-position:center;
  }
#nav ul {
  line-height:47px;
  white-space:nowrap;
  padding:0px;
  margin:0px;
  }
#nav li {
  display:inline;
  list-style-type:none;
  padding: 0px 6px;
  }
#nav li img {
  position:relative;
  top:10px;
  }
#header {
  }
#intContent {
  padding:0px;
  width:600px;
  position:relative;
  z-index:3;
  left:206px;
  top:261px;
  /*color:#8B3130;*/
  color:#CC3333;
  padding-bottom:34px;
  }
#contInt {
  margin:0px auto;
  padding:6px;
  width:594px;
  height:256px;
  /*overflow:auto;*/
  border: solid 1px #FF0000;
  position:relative;
  }
#footer {
  width:525px;
  position:fixed; !important
  position:absolute;
  bottom:0px;
  right: 0px;
  z-index:4;
  }
.h2 {
  position:relative;
  right:-40px;
  bottom:0px;
  }
  