@charset "EUC-JP";
body {
  background: url(../img/bg_top.gif) repeat-x top;
  margin: 0;
  padding:0;
  color: #555;
  font-size: 12px;
  line-height: 20px;
  }

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  }

form {
  margin: 0;
  padding: 0;
  }

ul, ul.li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

ol {
  margin: 0;
  padding: 0 0 0 25px;
  list-style:display;
  }
ol.li { 
  margin: 0;
  padding: 0;
  list-style:display;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
  }

/*  color
-----------------------------------------------------------------------------*/
.red {
  color: #ff0000;
  }

/*  link 
-----------------------------------------------------------------------------*/
a,
a:visited {
  color: #f05806;
  text-decoration:underline;
  }

a:hover {
  color: #9b6040;
  background: #ffe87d;
  text-decoration:underline;
  }

a img {
  border: 0;
  }

/*  font 
-----------------------------------------------------------------------------*/
.txt14 {
  font-size: 14px;
  line-height: 18px;
  }

.txt12 {
  font-size: 12px;
  line-height: 17px;
  }

.txt10 {
  font-size: 10px;
  line-height: 13px;
  }

.txt_b {
  font-weight: bold;
  }
.txt_spc{
  letter-spacing:-1px;
  }

/*  align
-----------------------------------------------------------------------------*/
.align_r {
  text-align: right;
  }

.align_c {
  text-align: center;
  }

.align_l {
  text-align: left;
  }

/*  margin padding
-----------------------------------------------------------------------------*/
.ma_b20 {
  margin-bottom: 20px;
  }
.ma_b15 {
  margin-bottom: 15px;
  }
.ma_b10 {
  margin-bottom: 10px;
  }

/*  float 
-----------------------------------------------------------------------------*/
.fl {
  float: left;
  }

.fr {
  float: right;
  }

.bc {
  clear: both;
  }


/*  common
-----------------------------------------------------------------------------*/
#head {
  width: 800px;
  margin: 0 auto;
  height:82px;
  }
#head h1{
  margin-top: 14px;
  float:left;
  }
#head #logo{
  margin-top: 14px;
  float:left;
  }

#HeaderCatch {
  float: right;
  text-align: right;
}

#sitemap{
  padding-left:18px;
  background: url(../img/icon01.gif) no-repeat 0 0;
  }
  
#main {
  width: 800px;
  margin: 15px auto 30px;
  }
#main #navi{
  width: 240px;
  }
#main #navi #pr {
  line-height:22px;
  }
#main #navi #pr p{
  line-height:22px;
  margin:0 18px;
  }
#main #document{
  width: 540px;
  float:right;
  margin-top:5px;
  }

#document_link{
  width: 540px;
  float:right;
  margin-top:5px;
  }
  
#foot{
  background: url(../img/bg_bottom.gif) repeat-x top;
  height:98px;
  }
#foot #in{
  width: 800px;
  margin: 0 auto;
  }
#foot #in li{
  float:left;
  background: url(../img/icon02.gif) no-repeat 0 6px;
  margin:12px 20px 0 0;
  padding-left:18px;
  }
#head a,
#head a:visited,
#foot a,
#foot a:visited {
  color: #d24419;
  text-decoration:underline;
  }
#head a:hover,
#foot a:hover {
  color: #9b6040;
  background-color: transparent;
  text-decoration: none;
  }
  
/*  top
-----------------------------------------------------------------------------*/
#top_document h2{
  border-bottom:3px solid #fff;
  background: url(../img/doc_titlebg.jpg) no-repeat;
  margin-top: 20px;
  padding:5px 0 4px 25px;
  font-size:12px;
  overflow:hidden;
  }
#top_document h2 a,
#top_document h2 a:visited ,
#top_document h3 a,
#top_document h3 a:visited {
  color: #9a4511;
  text-decoration: underline;
  }
#top_document h2 a:hover,
#top_document h3 a:hover {
  color: #f05806;
  background-color: transparent;
  text-decoration: underline;
  }
#top_document .fl,
#top_document .fr{
  width:260px;
  }
#top_document .fl div,
#top_document .fr div{
  border-top:1px #dbceb8 solid;
  border-right:1px #dbceb8 solid;
  border-left:1px #dbceb8 solid;
  background:#fff4c2;
  padding:7px 0;
  width:258px;
  }
#top_document h3{
  border-bottom:1px #dbceb8 dotted;
  background: url(../img/doc_sticon.jpg) no-repeat 0 3px;
  margin: 10px 8px 2px;
  padding:0 0 1px 18px;
  font-weight:bold;
  font-size:12px;
  }
#top_document li{
  background: url(../img/doc_icon.jpg) no-repeat 0 9px;
  padding:5px 0 0 16px;
  margin:0 10px;
  }


.top_navi{
  padding:10px 0 5px;
  border-right:1px #d9d9d9 solid;
  border-left:1px #d9d9d9 solid;
  width:238px;
  }
.top_navi dt{
  font-size:10px;
  margin:0 18px;
  }
.top_navi dt img{
  margin-left:5px;
  }
.top_navi dd{
  padding:3px 0 8px;
  margin:0 18px 8px;
  border-bottom:1px #d9d9d9 solid;
  }

#top_title_keijiban,
#top_title_blog{
  text-indent: -9999px;
  }
#top_title_keijiban a{
  height:85px;
  width:240px;
  display:block;
  background: url(../img/keijiban_title.gif) no-repeat;
  }
#top_title_blog a{
  height:80px;
  width:240px;
  display:block;
  background: url(../img/blog_title.gif) no-repeat;
  }

#banner_all {
  margin: 15px auto 0;
  padding:0 auto;
  text-align: center;
  }

.ban_side {
  text-align: center;
  margin:10px 0 0;
  }

.ban_side img {
  margin:10px 0 0 0;
  }
