@charset "UTF-8";
/*  Layout
-----------------------------------------------------------------------------*/
/* Body */
body {
  min-width: 900px;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  text-align: center;
  background: url('../../img/bg_01.jpg');
}

/* Wrapper */
#wrapper {
  width: 100%;
}

/* Header */
#header {
  width: 900px;
  height: 143px;
  margin: 0 auto;
  background: url('../../img/bg_02.jpg') no-repeat;
  position: relative;
  overflow: hidden;
}

#logo {
  position: absolute;
  top: 7px;
  left: 20px; 
}

.h_menu {
  list-style: none;
  overflow: hidden;
  position: absolute;
  top: 33px;
  right: 10px; 
}

.h_menu li {
  margin-left: 21px;
  float: left;
  display: inline;
  overflow: hidden;
}

#navi {
  width: 900px;
  height: 81px;
  background: #000000;
  overflow: hidden;
  position: absolute;
  top: 62px;
  left: 0; 
}

#navi ul {
  list-style: none;
  margin: 13px 0 0 13px;
  overflow: hidden;
}

#navi ul li {
  float: left;
}

/* Footer */
#footer {
  width: 100%;
  height: 247px;
  color: #ffffff;
  text-align: center;
  background: url('../../img/bg_03.jpg') repeat-x;

}

#footer .box {
  width: 900px;
  height: 247px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#footer .box .fl {
  width: 202px;
  background: url('../../img/bg_04.gif') no-repeat 0 39px;
  margin: 0 18px; 0 18px;
  display: inline;
  overflow: hidden;
}

#footer .box .fl a {
  color: #ffffff;
  text-decoration: none;
}

#footer .box .fl a:hover {
  text-decoration: underline;
}

#footer .box .fl ul {
  width: 202px;
  list-style: none;
  margin: 58px 0 0 0;
  overflow: hidden;
}

#footer .box .fl ul li {
  background: url('../../img/icon_01.gif') no-repeat 8px 5px;
  padding-left: 20px;
  margin-bottom: 5px;
}

#footer .box .fr {
  width: 140px;
  text-align: right;
  margin: 36px 20px; 0 0;
  display: inline;
  overflow: hidden;
}

#footer .box .fr p {
  margin: 0 0 10px 0;
}

#copy {
  font-size: 10px;
  letter-spacing: 1px;
  text-align: right;
  position: absolute;
  top: 217px;
  right: 15px;
}

/* Contents */
#contents {
  width: 900px;
  text-align: left;
  margin: 0 auto 95px auto;
  overflow: hidden;
}

#contents #right_content {
  width: 189px;
  float: right;
}

#contents #main_content {
  width: 700px;
  background: url('../../img/bg_05.gif') repeat-y;
  border-top: 7px solid #000000;
  border-bottom: 7px solid #000000;
  float: left;
  display: inline;
  overflow: hidden;
}

#contents #main_content.antkunPage {
  width: 558px;
  background:#000;
  padding:0 10px; 
  float: left;
  display: inline;
}
#contents #main_content.antkunPage .antkunNews {
	background:#202020;
	margin:0 0 60px 0;
	padding:20px;
}
#contents #main_content.antkunPage #antkunNewsArea ul {
	
	min-height:100px;
	overflow:auto;
}

#contents #main_content.antkunPage #antkunNewsArea ul li {
	color:#d81e1d;
	margin:0 0 5px 0;
}
#contents #main_content.antkunPage #antkunNewsArea ul li a  {
	color:#fff;		
}

#contents #right_content.antkun_right {
  width: 273px;
  padding:7px 10px;
  float: right;
  display:block;
  background:#000;
}

#contents #right_content.antkun_right .menu_antkun {
	margin:0 0 20px 0;	
}