/*************************************************************************余白*/
.mab10 {
  margin-bottom: 10px;
}
.mab20 {
  margin-bottom: 20px;
}
.mab40 {
  margin-bottom: 40px;
}
.pa16 {
	padding: 16px;
}
/*************************************************************************back*/
body {
  background: url(../img/back02.jpg) repeat-x;
}
.index {
  background: url(../img/back.jpg) repeat-x;
}
#wrap {
  width: 990px;
  margin: 0 auto;
  text-align: left;
}
/*************************************************************************header*/
header {
  height: 122px;
}
header h1 {
  text-align: right;
  line-height: 39px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #999;
  margin-right: 5px;
}
#logo {
  width: 80px;
  padding-left: 20px;
  float: left;
}
/*************************************************************************nav*/
nav {
  width: 760px;
  float: right;
  margin-right: 5px;
  background: url(../img/menu_top.jpg) no-repeat top;
  padding-top: 5px;
}
nav ul li {
  height: 78px;
  display: inline;
}
nav ul li a {
  height: 78px;
  display: block;
  float: left;
  text-indent: -9999px;
}
.bt01 a, .bt02 a, .bt03 a, .bt04 a, .bt05 a {
  background: url(../img/menu.jpg) no-repeat;
}
.bt01 a {
  width: 88px;
  background-position: 0 0;
}
.bt02 a {
  width: 165px;
  background-position: -88px 0;
}
.bt03 a {
  width: 153px;
  background-position: -253px 0;
}
.bt04 a {
  width: 184px;
  background-position: -406px 0;
}
.bt05 a {
  width: 170px;
  background-position: -590px 0;
}
.bt01 a:hover, .bt01 a:active {
  background-position: 0 -78px;
}
.bt02 a:hover, .bt02 a:active {
  background-position: -88px -78px;
}
.bt03 a:hover, .bt03 a:active {
  background-position: -253px -78px;
}
.bt04 a:hover, .bt04 a:active {
  background-position: -406px -78px;
}
.bt05 a:hover, .bt05 a:active {
  background-position: -590px -78px;
}
/****************************************main*/
#list {
  width: 960px;
  background: url(../img/list.jpg) no-repeat;
  margin: 40px 15px 0 15px;
}
#list p {
  line-height: 30px;
  margin-left: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
#list p a, #list p a:visited {
  color: #333;
}
#list p a:hover, #list p a:active {
  color: #C00;
}
.pad20 {
  padding: 0 20px;
}
/****************************************left*/
#left {
  width: 670px;
  float: left;
  margin: 0 0 20px 20px;
  padding-top: 50px;
}
.ti {
  margin-bottom: 20px;
}
/****************************************aside*/
aside {
  width: 245px;
  float: right;
  margin-right: 5px;
  padding-top: 50px;
}
#side_link {
  border: 1px solid #DB3986;
  padding: 5px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bn {
  margin-bottom: 10px;
}
#representative {
  background: url(../img/representative_back.jpg) repeat-y;
}
aside address {
  padding: 0 0 0 25px;
}
/*************************************************************************footer*/
footer {
  width: 100%;
  background: url(../img/footer.jpg) repeat-x;
}
#fbox {
  width: 990px;
  margin: 0 auto;
  text-align: left;
}
#copy {
  color: #fff;
  padding-top: 10px;
  line-height: 30px;
  float: left;
  margin-left: 20px;
}
#gotop {
  width: 140px;
  float: right;
  margin-right: 55px;
}
#fin {
  padding: 10px 0 100px 0;
  background: url(../img/footer_back.jpg) no-repeat right top;
}
#logo02 {
  width: 145px;
  float: left;
  padding-top: 10px;
  margin-left: 20px;
}
#add {
  width: 790px;
  border-left: 1px dotted #999;
  float: right;
}
address {
  padding: 10px 0 10px 20px;
  font-size: 13px;
  font-size: 1.3rem;
}
address a {
  color: #F1598D;
}
#add_b {
  color: #F1598D;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}