@charset "utf-8";
/*---------------------------- banner */
#global_nav {
  background-color: #FFF;
  width: 100%;
  min-width: 1000px;
}
.bigbanner {
  position: relative;
  text-align: center;
  background-color: #FFF;
  border-bottom: 1px solid #CCCCCC;
  height: 90px;
  width: 100%;
  min-width: 1000px;
  padding: 3px 0;
}
hr {
  display: none;
}
/*---------------------------- Share */
* {
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 12px;
}
html, body {
  *text-align: center;
}
body {}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-size: 14px;
}
p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
a {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}
a:hover {
  color: #00F;
  text-decoration: none;
}
p a {
  font-size: 14px;
}
img {}
th, td {
  line-height: 1.5;
}
.visualText {
  display: block;
  font-size: 0;
  height: 100px;
  overflow: hidden;
  line-height: 0;
  text-indent: -99999px;
  width: 100px;
}
.visualLink {
  display: block;
  font-size: 0;
  height: 100px;
  overflow: hidden;
  line-height: 0;
  text-indent: -99999px;
  width: 100px;
}
.visualLink:hover, .visualLink:focus {
  background-position: left bottom;
}
.hideText {
  font-size: 0;
  height: 1px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -99999px;
  width: 1px;
}
.scrollArea {
  overflow: auto;
}
.free_position {
  position: absolute;
}
.new_appeal {
  color: #FF0000;
  display: inline-block;
  font-size: 10px;
  padding-left: 2px;
  text-decoration: none;
  margin-right: -2px;
  line-height: 1;
}
/*---------------------------- base */
html, body {
  min-width: 1000px; /* *width: 1000px;*/
}
body {
  background-image: url(../img/body.jpg);
  background-position: center 126px;
  background-color: #0f2467;
}
#wrapper {
  *text-align: center;
}
#wrapperInner {
  *text-align: center;
}
#header {
  *text-align: center;
}
#container {
  *text-align: center;
}
#footer {}
/*---------------------------- header */
#header {
  background-image: url(../img/header_back.png);
  background-position: center top;
  overflow: hidden;
  height: 171px;
}
#header_in {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  float: left;
  height: 115px;
  padding-left: 70px;
  margin-right: 23px;
  width: 232px;
  *width: 232px;
  _width: 302px;
}
h1 a {
  display: block;
  font-size: 0;
  height: 115px;
  overflow: hidden;
  line-height: 0;
  text-indent: -99999px;
}
#header ul {
  float: left;
  overflow: hidden;
  padding-top: 10px;
  width: 525px;
}
#header li {
  float: left;
  margin-right: 3px;
}
#header li.header_a_1 {}
#header li.header_a_2 {}
#header li.header_a_3 {}
#header li.header_a_4 {}
#header li.header_a_5 {}
#header li a {
  background-position: right top;
  display: block;
  font-size: 0;
  height: 101px;
  overflow: hidden;
  line-height: 0;
  text-indent: -99999px;
  width: 102px;
}
#header li.header_a_1 a {
  background-image: url(../img/header_m_1.png);
}
#header li.header_a_2 a {
  background-image: url(../img/header_m_2.png);
}
#header li.header_a_3 a {
  background-image: url(../img/header_m_3.png);
}
#header li.header_a_4 a {
  background-image: url(../img/header_m_4.png);
}
#header li.header_a_5 a {
  background-image: url(../img/header_m_5.png);
}
#header li a:hover {
  background-position: left top;
  *background-position: left -99999px;
}
/*---------------------------- content */
#content {}
#contentInner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  *overflow: hidden;
}
/*---------------------------- leftArea */
#leftArea {}
/*MenuArea*/
#MenuArea {}
#MenuAreaInner {}
#MenuAreaInner ul {}
#MenuAreaInner li {}
/*---------------------------- rightContent */
.rightContent {
  overflow: hidden;
  margin-top: -20px;
  padding-top: 20px;
  *text-align: left;
}
/*mainArea*/
.mainArea {
  float: left;
}
.mainAreaInner {}
.maHeader {
  *position: relative;
  *padding-top: 60px;
  *height: 60px;
}
.maHeader h2 {
  *top: 0px;
  *zoom: 1;
  *z-index: 1000;
  *position: absolute;
}
.section {}
/*contentMenu*/
.contentMenu {
  float: left;
  *float: right;
}
.contentMenuInner {}
.contentMenuSuperInner {}
/*out*/
/*body {
	width: 1000px;
}
*/
/*---------- root-dash ----------*/
#wrapper {
  position: relative;
  overflow: hidden;
}
#root-dash {
  background-image: url("/dash/img/top/return.png");
  background-position: left top;
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: 2px;
  text-indent: -99999px;
  top: 0;
  width: 158px;
}
#root-dash:hover {
  background-position: right top;
}
#content-top #root-dash {
  top: -32px;
}