*{
  margin: 0;
  padding: 0;
  border:none;
}
body {
  width: 690px;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  background: url(img/con_back.jpg) no-repeat fixed;
}
a {
  color: #004EA2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
P {
  margin : 0px 0px 0px 0px;
}
dl{
  margin: 0 0 10px 0;
}
dd {
  padding: 0 0 0 8px;
  background: url(img/icon.png) no-repeat 0 0;
}
#con_top_aki {
  height: 20px;
}
/*content_left-------------------------------------------*/
#con_box01 {
  float: left;
  display: inline;
  width: 470px;
  margin: 0 0 0 20px;
}
.con_title {
  width: 470px;
  height: 30px;
  margin: 0 0 10px 0;
  background: url(img/title_bar.png);
}
.con_title h1 {
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 15px;
  line-height: 30px;
  font-weight: normal;
}
.con_f {
  width: 470px;
  border-top: #666 dotted 1px;
  text-align: right;
}
.con_f a {
  display: block;
  float: right;
  font-size: 11px;
  color: #333;
  padding: 0 0 0 11px;
  line-height: 20px;
  background: url(img/icon_up.png) no-repeat 0 0;
}
.f_clear {
  clear: both;
  height: 30px;
}
.imgs120_box {
  float: left;
  width: 130px;
  height: 130px;
  background: url(img/img_back.png) center;
  margin: 0 10px 5px 0;
}
.imgs120 {
  margin: 5px;
}
.con_list {
  width: 460px;
  margin: 0 0 10px 10px;
}
.con_list h1 {
  width: 450px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #004EA2;
  margin: 0 0 5px 0;
  border-bottom: #666 dotted 1px;
}
.text_d {
  color: #004EA2;
}
.con_adv {
  width:470;
  text-align: center;
  margin: 0 0 30px 0;
}
/*content_right-------------------------------------*/
#con_box02 {
  float: left;
  display: inline;
  width: 160px;
  margin: 0 0 0 20px;
}
.con_box160 {
  width: 160px;
  margin: 0 0 30px 0;
}
.con_title160 {
  width: 160px;
  height: 30px;
  margin: 0 0 10px 0;
  background: url(img/title_bar.png) 0 0;
}
.con_title160 h1 {
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 15px;
  line-height: 30px;
  font-weight: normal;
}
/*footer---------------------------------------------*/
#footer_box {
  width: 470px;
}
#footer_box h1 {
  width: 470px;
  text-align: right;
  color: #333;
  font-size: 10px;
  font-weight: normal;
}
#footer_box a {
  color: #333;
}
#copyright {
  width: 470px;
  text-align: right;
  font-size: 10px;
  border-top: #666 dotted 1px;
}
/*clear-----------------------------------------------*/
.clear {
  clear: both;
}