*{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
img{
  border-style: none;
}
body{
  color: #333;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif;
  /*font-family: "ヒラギノ明朝 ProN W3","ＭＳ Ｐ明朝",serif;*/
  background-color: #fff;
  position: relative;
}
.container{
  width: 1024px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.header{
  height: 100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  border-style: solid;
  border-color: #999;
  border-width: 0 1px 2px 1px;
  overflow: hidden;
}
h1{
}
h2,h3{
  font-size: 120%;
  /*font-weight: bold;*/
  margin-left: 0px;
  padding: 10px 0 0 0;
  color: #333;
}
.header ul.menu{
  position: absolute; left: 0; bottom: 4px;
  width: 100%; height: 1.2em;
  margin: 0 auto;
  padding-left: 10px;
  text-align: left;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header ul.menu{
    bottom: 10px;
  }
}
.header ul.menu li{
  display: inline;
  padding: 0 15px;
  font-size: 90%;
  color: #030;
}
.header ul.menu li.addgt{
  background-image: url(../images/menu_symbol.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 25px;
}

/** Main **/
#main{
  margin: 20px auto;
  text-align: left;
}
.bottommenu{
  clear: both;
  margin: 15px;
}
.innerlink{
  text-align: right;
}
.footer{
  min-height: 75px;
  padding-bottom: 25px;
  border-style: solid;
  border-color: #aaa;
  border-width: 2px 0 0 0;
}
.sitenavi{
  margin: 10px auto;
}
.sitenavi li{
  display: inline;
  padding-left: 25px;
  font-size: 100%;
  font-weight: bold;
  color: #090;
}


/** Link **/
a{
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif;
}
a:link{
  color: #060;
}
a:visited{
  color: #066;
}
a:hover, a:active{
  color: #a00;
}
.menu a{
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif;
}
.menu a:link{
  color: #060;
}
.menu a:visited{
  color: #066;
}
.menu a:hover,
.menu a:active{
  color: #a00;
}
.menutext a,
.innerlink a,
.sitenavi a{
  padding-bottom: 2px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif;
  color: #060;
}
.menutext a:link,
.menutext a:visited,
.innerlink a:link,
.innerlink a:visited,
.sitenavi a:link,
.sitenavi a:visited{
  color: #066;
}
.menutext a:hover,
.menutext a:active,
.innerlink a:hover,
.innerlink a:active,
.sitenavi a:hover,
.sitenavi a:active{
  color: #a00;
}

/** Other **/
hr{
  visibility: hidden;
}
.clearfloat{
  clear: both;
  height: 0;
}
.remarks{
  font-size: 90%;
  color: #c00;
  margin-left: 20px;
}
.fontnormal{
  font-weight: normal;
}
.copyright{
  text-align: center;
  margin-top: 15px;
  font-size: 80%;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif;
  color: #030;
}
