body {
  margin: 0;
  padding: 0px;
  text-align: center;
  background-color: #fff;
}

body, div, table, td, input, textarea, select {
  font-family: Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
  font-size: 16px;
}

h1 {
  margin: 4px 0;
}

ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}

ul li {
  padding: 2px 0px;
}

form {
  margin: 0;
  padding: 0px;
}

a:link {
  COLOR: #000;
  TEXT-DECORATION: none;
}

a:visited {
  COLOR: #000;
  TEXT-DECORATION: none;
}

a:hover {
  COLOR: #BF0000;
  TEXT-DECORATION: underline;
}

a:active {
  COLOR: #000;
  TEXT-DECORATION: none;
}

/*===================================================*/

.clear {
  clear: both;
  height: 0;
  font-size: 0;
}

.search_text {
  width: 135px;
  margin: 2px 0px;
  padding: 2px;
  background-color: #EAEAEA;
  border: 1px solid #7F9DB9;
}

.search_sel {
  width: 155px;
  background-color: #EAEAEA;
  border: 1px solid #7F9DB9;
}

.search_btn {
  margin-top: 5px;
  background-color: #EAEAEA;
  border: 1px solid #7F9DB9;
}

.btn_1 {
  background-color: #EAEAEA;
  border: 1px solid #7F9DB9;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-21 {
  font-size: 21px;
}

.color-820000 {
  color: #820000;
  font-size: 20px;
  margin-top: 4px;
}

.color-FF0 {
  color: #FF0000;
}

.color-999 {
  color: #999;
}

.line-through {
  text-decoration: line-through;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.B {
  font-weight: bold;
}

.reg_btn {
  background: url(user/new_account.gif);
  width: 147px;
  height: 20px;
  border: none;
}

.login_btn {
  background: url(user/login.gif);
  width: 74px;
  height: 22px;
  border: none;
}

/*===================================================*/

#div_body {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding: 0px;
}

#top_top {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  /*width: 100%;*/
  padding: 0 0 0 6px;
}

#top_logo {
  margin-left: 0px;
  height: 70px;
  width: 70px;
  margin-right: 5px;
}

#top_logo_img {
  width: 70px;
  height: 70px;
  display: inline-table;
  background: url(logo.gif);
  background-size: 100% 100%;
}

.top_logo_txt {
  padding: 0 6px;
}

.top_logo_txt_2 {
  display: none;
}

#top_navi {
  width: 100%;
  height: 70px;
  background: url(top_navi_bg-5.gif) no-repeat;
  background-position: -30px -0px;
}

#top_navi ul {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

#top_navi ul li {
  margin: 2px 1px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}

#top_navi ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  padding: 1px 1px;
  border-radius: 4px;
}

/*main navigation*/
#top_txt_1 {
  margin: 25px 0px 0px 0;
  font-weight: bold;
  line-height: 142%;
  background-color: #ffffff7f;
  font-size: 14px;
  /*width: 100%;*/
  text-align: left;
  word-break: break-all;
  padding: 0 10px;
}

#top_txt_1 a {
  color: #000;
  /*text-decoration: underline;*/
  /*background-color: #fff;*/
  margin: 0 2px;
  line-height: 24px;
  padding: 2px 2px;
  border-radius: 4px;
}

#top_txt_1 a:hover {
  color: #BF0000;
  text-decoration: underline;
}

#bottom {
  clear: both;
  margin-top: 20px;
  text-align: center;
  height: 200px;
}

.bottom-box #bot_navi, #bottom #bot_navi {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  background-color: #000;
  color: #FFF;
}

.bottom-box #bot_navi > ul, #bottom #bot_navi > ul {
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.bottom-box #bot_navi > ul li, #bottom #bot_navi > ul li {
  margin: 2px 10px;
  padding: 2px 0px 2px 15px;
}

#bot_navi A:link {
  color: #FFF;
  text-decoration: none;
}

#bot_navi A:visited {
  COLOR: #FFF;
  TEXT-DECORATION: none;
}

#bot_navi A:hover {
  COLOR: #BF0000;
  TEXT-DECORATION: underline;
}

#bot_navi A:active {
  COLOR: #FFF;
  TEXT-DECORATION: none;
}

.bot_li_1 {
  background: url(bot_li_1.gif) 0px 3px no-repeat;
}

.bot_li_2 {
  background: url(bot_li_2.gif) 0px 3px no-repeat;
}

#bot_img {
  margin-top: 10px;
  height: 56px;
}

#bot_img ul {
  margin: 0px auto;
  list-style: none;
  width: 100%;
}

#bot_img ul li {
}

.bot_img_1 {
  background: url(bot_img_1.jpg) no-repeat;
}

.bot_img_2 {
  background: url(bot_img_2.jpg) no-repeat;
}

.bot_img_3 {
  background: url(bot_img_3.jpg) no-repeat;
}

.bot_img_4 {
  background: url(bot_img_4.jpg) no-repeat;
}

#bot_txt {
  margin-top: 10px;
  font-weight: bold;
  line-height: 150%;
}

#bot_link {
  margin: 50px auto 0px auto;
  text-align: left;
  width: 65%;
}

.bot_link_title {
  border-bottom: 1px solid #666666;
  width: 90%;
}

.bot_link_con {
  padding: 5px;
}

.showpage {
  clear: both;
  width: 95%;
  text-align: right;
  margin: 0px auto;
  font-size: 11px;
}

.total_nums {
  float: left;
  margin-top: 5px;
  text-align: left;
}

.showpage a {
  border: 1px #999 solid;
  background: #fff;
}

.this_page {
  font-weight: bold;
  border: 1px #999 solid;
  background: #999;
  color: #FFF;
}

.showpage a, .this_page {
  margin-right: 3px;
  height: 25px;
  line-height: 25px;
  padding: 1px 5px;
}

.showpage select {
  font-size: 11px;
  margin-left: 10px;
  height: 18px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

.phone-hidden {
  display: none;
}