/* --- css stylesheet --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 12px;
  line-height: 16px;
  font-family: "arial ce", arial, "helvetica ce", helvetica, sans-serif;
}
body {
  background: none #000000;
  margin: auto;
  padding: 0px;
  color: #FFFFFF;
  text-align: left;
}
body.web {
  background: none #000000;
  margin: 0px;
  padding: 0px;
  color: #FFFFFF;
  text-align: center;
  cursor: default;
}
img {
  border: 0px none;
}
a {
  color: #FFA000;
  text-decoration: underline;
}
a:hover {
  color: #FFA000;
  text-decoration: none;
}
i , em {
  _text-indent: 2px;
}
form {
  padding: 0px;
  margin: 0px;
}
object {
  display: block;
}
p {
  margin: 0px;
}
ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
ol {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
ul li , ol li {
  margin: 0px;
  padding: 0px;
  /*list-style: url(images/dot_li.gif);*/
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  display: block;
}
h1 {
}
h1 , h1 * {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
h2 {
}
h2 , h2 * {
  font-size: 16px;
  line-height: 20px;
  color: #FFA000;
}
h3 {
}
h3 , h3 * {
  font-size: 14px;
  line-height: 20px;
  color: #FFA000;
}
h4 {
}
h4 , h4 * {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
h5 {
}
h5 , h5 * {
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
}
h6 {
}
h6 , h6 * {
  font-size: 12px;
  line-height: 20px;
  color: #FFA000;
}
input {
  margin: 0px;
}
textarea {
  /*overflow: auto;*/
  margin: 0px;
}
table {
  border: 0px none;
  border-collapse: collapse;
}
td {
}
hr {
  height: 1px;
  color: #E8E8E8;
  border: 0px none;
  background-color: #E8E8E8;
}
/* --- common --- */
.clear , .f-c {
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  height: 0px;
  width: 0px;
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
}
.print {
  display: none !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
.block {
  display: block;
}
.text-left , .t-l {
  text-align: left !important;
}
.text-center , .t-c {
  text-align: center !important;
}
.text-right , .t-r {
  text-align: right !important;
}
.text-top , .t-t {
  vertical-align: top !important;
}
.text-middle , .t-m {
  vertical-align: middle !important;
}
.text-bottom , .t-b {
  vertical-align: bottom !important;
}
.float-left , .f-l {
  float: left !important;
}
.float-right , .f-r {
  float: right !important;
}
.margin-center , .m-c {
  margin: auto !important;
}
.error {
  color: #FF0000;
}
.error *.formtext {
  border-color: #FF0000;
}
.ready {
  color: #009000;
}
.ready *.formtext {
  border-color: #009000;
}
.noscript {
  position: absolute;
  top: 5px;
  left: 18%;
  text-align: center;
  color: #FF0000;
  z-index: 800;
}
/* --- mask --- */
div.web-all {
  width: 740px;
  margin: auto;
  text-align: left;
}
div.web-head {
  height: 110px; /*138px;*/
  padding: 28px 0px 0px 0px;
  margin-bottom: 20px;
}
div.web-main {
  margin-top: 15px;
}
div.web-foot {
  margin-top: 20px;
  height: 50px;
  border-top: 1px solid #606060;
}
/* --- web-head --- */
div.web-head a.toplogo img {
  display: block;
  height: 46px;
  float: left;
}
div.menu-top {
  background: no-repeat left bottom url(images/menu_bg.gif);
  padding-top: 18px;
  height: 48px;
}
div.menu-top ,
div.menu-top * {
  line-height: 48px;
  color: #606060;
}
div.menu-top div.icons {
  float: left;
  width: 158px; /*188px;*/
  padding: 0px 30px 0px 30px;
}
div.menu-top div.icons a {
  display: block;
  float: left;
  margin: 7px 16px 0px 0px;
}
div.menu-top a {
  font-weight: bold;
  text-decoration: none;
  color: #B4BDC4;
}
div.menu-top a:hover ,
div.menu-top a.active ,
div.menu-top a.active:hover {
  text-decoration: none;
  color: #FFFFFF;
}
div.menu-top a.language {
  margin: 0px 16px 0px 0px;
  float: right;
}
/* --- web-foot --- */
div.web-foot ,
div.web-foot * {
  line-height: 22px;
  color: #606060;
}
div.web-foot a {
  text-decoration: none;
  color: #B4BDC4;
}
div.web-foot a:hover {
  text-decoration: none;
  color: #FFA000;
}
/* --- paging --- */
div.paging {
  padding-top: 20px;
  text-align: right;
}
div.paging a {
  text-decoration: none;
  color: #FFA000;
}
div.paging a:hover ,
div.paging a.active ,
div.paging a.active:hover {
  text-decoration: none;
  color: #FFFFFF;
}
div.paging a.active ,
div.paging a.active:hover {
  font-weight: bold;
}
div.paging img {
  margin-bottom: -1px;
}
div.paging div.summ {
  float: left;
}
/* --- sitemap --- */
div.sitemap {
}
div.sitemap ul {
}
div.sitemap ul li {
}
div.sitemap ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
div.sitemap ul li a:hover {
  color: #FFA000;
  text-decoration: none;
}
/* --- newslist --- */
table.newslist {
  margin: 0px;
}
table.newslist td {
  vertical-align: top;
  padding: 0px;
}
table.newslist td.img {
  padding-right: 30px;
}
table.newslist tr.space td {
  height: 30px;
}
/* --- web-main --- */
div.web-main ,
div.web-main * {
  font-family: "tahoma ce", tahoma, "arial ce", arial, "helvetica ce", helvetica, sans-serif;
}
h1.pagehead {
}
h3.newshead {
  display: inline;
}
span.date {
  color: #B4BDC4;
}
/* --- end --- */
