@charset "utf-8";

/*Contents
------------------------------------

Site Name : 
Coder : 
Version : 

1 : crossing browser style
2 : general style
3 : link style

last updated : 11/02/28

----------------------------------*/

/*crossing browser style & default set
----------------------------------*/

html, body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  background: url(../images/tail-body.gif) left top repeat-x #073278;
  /* for ie6/7 */
  font-size: 13px;
  line-height: 1.8;
  *font-size: 82%;
  /* for ie6/7 */
}
/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/


body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td, form, fieldset, legend {
  margin: 0;
  padding: 0;
}
address {
  font-size: 85%;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
}

/* general style
---------------------------------*/

hr.areaDistrict { 
  display : none;
}
img {
  border: none;
  vertical-align: bottom;
}
fieldset {
}
legend {
}
acronym,
abbr {
  cursor:help;
}

/* --- for ie7: page zoom bug fix --- */
*:first-child + html body,
*:first-child + html br {
  letter-spacing: 0;
}

/* link style
---------------------------------*/

a:link {
  color: #3366CC;
  text-decoration: underline;
}
a:visited {
  color: #3366CC;
  text-decoration: underline;
}
a:hover {
  color: #FF3300;
  text-decoration: underline;
}
a:active {
  color: #FF3300;
  text-decoration: underline;
}
