/*================================================================

styles - for divisiton

================================================================*/
.wrapper {
  background: url(../images/bg_border.png) repeat;
}

/* header */
.header {
  background: #e70014 url(../images/bg_line.png) repeat-x top;
  padding-top: 10px;
}

/* content */
.content01 {
  background: url(../images/bg_dott.png) repeat;
}

.content {
  background: url(../images/bg_line.png) repeat-x top;
  padding: 60px 0;
}

.columnbox {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
.columnbox .boxLeft {
  float: left;
}
.columnbox .boxRight {
  float: right;
}

.content_nav {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto 78px;
}
.content_nav li {
  float: left;
  margin: 0 6px;
}

.order_box {
  margin-bottom: 80px;
}

.footer {
  background: url(../images/bg_line.png) repeat-x bottom;
  padding-bottom: 66px;
  position: relative;
}
.footer .btn_pagetop {
  position: absolute;
  right: 150px;
  bottom: 60px;
}
