h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  }

form {
  margin: 0;
  padding: 0;
  }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

dl, dt, dd {
  margin: 0;
  padding: 0;
  }

/*  color
-----------------------------------------------------------------------------*/
.brown {
  color: #996600;
  }
.orange{
  color:#ff6600;
}
.red{
  color:#fe1748;
}

/*  link 
-----------------------------------------------------------------------------*/
a {
  color: #ff6600;
  text-decoration: none;
  }

a:visited {
  color: #ff6600;
  text-decoration: none;
  }

a:hover {
  color: #ff6600;
  text-decoration: underline;
  }

a img {
  border: 0;
  }

/*  font 
-----------------------------------------------------------------------------*/
.font86{
  font-size: 86%;
}
.font100{
  font-size: 100%;
}
/*  align
-----------------------------------------------------------------------------*/
.align_r {
  text-align: right;
  }

.align_c {
  text-align: center;
  }

.align_l {
  text-align: left;
  }

/*  margin padding
-----------------------------------------------------------------------------*/
.ma_b7 {
  margin-bottom: 7px;
  }

.ma_b5 {
  margin-bottom: 5px;
  }

.ma_b30 {
  margin-bottom: 30px;
  }
.ma_t30 {
  margin-top: 30px;
  }

.ma_r10{
  margin-right:10px;
}

.ma_auto{
  margin:0 auto;
}

/*  float 
-----------------------------------------------------------------------------*/
.fl {
  float: left;
  }

.fr {
  float: right;
  }

.cb {
  clear: both;
  }

.db {
  display: block;
  }

/*  common
-----------------------------------------------------------------------------*/
body {
  font-size: 75%;
  line-height: 1.4em;
  color: #444;
  margin: 0;
  padding: 0;
  }

#footer {
  width: 800px;
  background: #e7e7e5;
  clear: both;
  font-size: 86%;
  line-height: 14px;
  margin: 0 auto 20px;
  color: #606060;
  }

#footer .l_con {
  float: left;
  padding: 5px 0 5px 15px;
  }

#footer .r_con {
  float: right;
  margin-right: 5px;
  }

#footer .r_con li {
  float: left;
  display: inline;
  background : url(ft_icon.gif) no-repeat left center;
  padding: 0 15px;
  margin: 5px 0 15px;
  }

#footer .r_con li a:link, 
#footer .r_con li a:visited {
  color: #606060;
  }

#footer .r_con li a:hover {
  color: #606060;
  text-decoration: underline;
  }

#footer .r_con .copyright {
  clear: both;
  text-align: right;
  padding-right: 10px;
  }

/*  inapge common
-----------------------------------------------------------------------------*/
#inpage_body {
  background : #ffffff url(inpage_bg.gif) repeat-x;
  }

#inpage_base {
  width: 900px;
  margin: 0 auto;
  background : #ffffff url(inpage_bg_l.gif) no-repeat left top;
  }

#inpage_base_bg {
  background : url(inpage_bg_r.gif) no-repeat right top;
  padding: 0 20px;
  width: 860px;
  }

#inpage_base_bg:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
  }

#inpage_hd {
  background : url(tel.jpg) no-repeat right top;
  height: 63px;
  padding: 10px 0 0 30px;
  }

#inpage_gnavi {
  width: 860px;
  }

#inpage_gnavi ul {
  float: right;
  background : url(hd_bk.jpg) no-repeat right 30px;
  padding-bottom: 38px;
  }

#inpage_gnavi li {
  float: left;
  }

#inpage_gnavi li img {
  display: block;
  }

/*top
-----------------------------------------------------------------------------*/
#top_body {
  background : #ffffff url(flash_bg.gif) repeat-x;
  }

#top_bese {
  width: 840px;
  margin: 0 auto;
  }

#top_bese h1 {
  font-size: 86%;
  line-height: 14px;
  font-weight: normal;
  color: #ccc;
  }

#top_content {
  width: 800px;
  margin: 22px auto 20px;
  }

#top_content:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
  }

#top_content .news {
  float: left;
  width: 563px;
  background: #f7f1dc;
  }

#top_content .news .border {
  background : url(news_dot.gif) repeat-x center top;
  }

#top_content .news .report {
  width: 530px;
  font-size: 86%;
  clear: both;
  margin: 0 auto;
  padding: 6px 0;
  background : url(news_dot.gif) repeat-x center bottom;
  }

#top_content .news .report:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
  }

#top_content .news .report img {
  float: left;
  display: block;
  border: 1px solid #ccc;
  }

#top_content .news .report dl {
  float: right;
  width: 410px;
  }

#top_content .news .report dt {
  color: #996600;
  }

#top_content .news .event {
  background : url(new_icon.gif) no-repeat left center;
  font-size: 86%;
  padding: 0 15px;
  text-align: right;
  clear: both;
  float: right;
  }

#top_content .bana {
  float: right;
  }

#top_content .bana img {
  display: block;
  }
