@charset "Shift_JIS";
/*@‘‘‘@common@‘‘‘ */
body{
  font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 16px;
  background-color: #FFF;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#groval_wrap{
  width: 100%;
  background-image : url(top-header_back.jpg);
  background-repeat: no-repeat;
  background-position: center 89px;
  border-top-style: solid;
  border-top-width: 20px;
}
#second_wrap{
  width: 100%;
  background-image : url(2nd-header_back.jpg);
  background-repeat: no-repeat;
  background-position: center 89px;
  border-top-style: solid;
  border-top-width: 20px;
}
h1, h2, h3, h4{
  margin: 0px;
  padding: 0px;
}
h1{
  color: #FFF;
  text-decoration: none;
  width: 1204px;
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
h1 a{
  color: #FFF;
  text-decoration: none;
  width: 1204px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.3em;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1.head_bar{
  height: 20px;
  background-color: #039;
  font-size: 0.8em;
  line-height: 1.2em;
  color: #FFF;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 8px;
  width: 1180px;
}
/*@‘‘‘@Block clear@‘‘‘ */

.clear{
  clear: both;
  display: block;
}
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix{
  display: inline-table;
}
/*@‘‘‘@hover Action!!@‘‘‘@*/
a:hover{
  opacity:0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";
  /* ie 8 */
	-moz-opacity:0.7;
  /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;
  /* Safari 1.x */
	zoom:1;
}
a img{
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
/*@‘‘‘@Base Article@‘‘‘ */

#header{
  width: 1204px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  height: 79px;
}
.header_left{
  float: left;
  width: 860px;
  text-align: left;
  margin-left: 10px;
}
.header_right{
  float: right;
  width: 300px;
  padding-top: 18px;
  text-align: right;
  margin-right: 10px;
}
/*@‘‘‘@to top@‘‘‘@*/

.pagetop{
  display: none;
  position: fixed;
  bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1.2em;
  padding: 10px;
  right: 20px;
}
.pagetop a{
  display: block;
  width: 40px;
  height: 10px;
  background-color: #34526c;
  text-align: center;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding-top: 13px;
  padding-bottom: 17px;
  font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
  monospace;
}
.pagetop a:hover{
  color: #000;
  text-decoration: none;
}
