body {
  font-size: 12px;
  font-family: Arial;
  margin: 0;
  padding: 0;
  background: url(bg.jpg) repeat-x #5C5C5C;
  color: #fff;
}
#top {
  background: url(logo.jpg) no-repeat top left;
  height: 176px;
  margin: 0;
  padding: 0;
}
div.h1 {
  font-size: 29px;
  margin: 0;
  padding: 75px 0 0 30px;
  font-weight: bold;
  color: #D81186;
}
div.h1 a {
  background: #DADADA;
  text-decoration: none;
  color: #DA1388;
}
div.h1 a:hover {
  background: #DADADA;
  text-decoration: underline;
  color: #DA1388;
}
h1 {
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 0 30px;
  margin-top: 0;
  color: #494949;
}
#menu ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#menu ul li {
  float: left;
  height: 60px;
  margin-top: 7px;
  margin-left: 20px;
}
* html #menu ul li {
  float: left;
  margin-left: 20px;
  margin-top: -18px;
}
#menu li a {
  color: #fff;
  padding: 20px 20px 0 20px;
  font-size: 16px;
  text-decoration: none;
}
* html #menu li a {
  display: block;
  color: #fff;
  padding: 15px 20px 0 20px;
  font-size: 16px;
  text-decoration: none;
}
a:hover {
  background: url(menu.jpg) repeat-x top;
}
* html a:hover {
  background: url(menu.jpg) repeat-x;
}
.clear {
  clear: both;
}
#left {
  width: 18%;
  float: left;
  background: #4C4C4C;
}
#middle {
  margin-left: 1%;
  padding-right: 1px;
  width: 60%;
  float: left;
  background: url(middle.jpg) #4B4D4A repeat-x;
}
* html #middle {
  margin-left: 1%;
  padding-right: 1px;
  width: 60%;
  float: left;
  background: url(middle.jpg) #4B4D4A repeat-x;
}
#right {
  margin-left: 80%;
  width: 20%;
  background: #4C4C4C;
}
* html #right {
  margin-left: 80%;
  width: 19%;
}
#content {
  margin-top: 0;
  padding-top: 0;
}
* html #content {
  padding-top: 20px;
}
.topic01 {
  background: url(topic01.jpg) repeat-x;
  height: 50px;
  padding-top: 15px;
  padding-left: 20px;
  font-size: 15px;
  color: #fff;
}
.topic {
  background: url(topic.jpg) repeat-x;
  height: 50px;
  padding-top: 15px;
  padding-left: 20px;
  font-size: 15px;
  color: #fff;
}
#bottom {
  background: #393939;
  height: 30px;
  padding: 20px 0px 10px 20px;
  color: #fff;
  margin-top: 10px;
}
* html #bottom {
  background: #393939;
  height: 30px;
  padding: 20px 0px 10px 20px;
  color: #fff;
  margin-top: 30px;
}
.more {
  background: #CF0076;
  height: 30px;
  padding-top: 10px;
  text-align: left;
  padding-left: 10px;
}
.more a {
  color: #fff;
  background: none;
  text-decoration: none;
}
.more a:hover {
  color: #fff;
  background: none;
  text-decoration: underline;
}
.more01 {
  background: #393939;
  height: 30px;
  padding-top: 10px;
  text-align: left;
  padding-left: 10px;
}
.more01 a {
  color: #fff;
  background: none;
  text-decoration: none;
}
.more01 a:hover {
  color: #fff;
  background: none;
  text-decoration: underline;
}
.base {
  margin-left: 20px;
}
.mid {
  background: #5C5C5C;
  height: 10px;
}
.order_list {
  width: 250px;
}
.order_list01 {
  width: 250px;
  height: 100px;
}
.base a {
color: #fff;
background: none;
}