@charset "UTF-8";

body { background-color:#f7f7f7; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.OnFL { float:left;}
.OnFR { float:right;}

.MR10 { margin-right:10px;}
.MR20 { margin-right:20px;}
.MR25 { margin-right:25px;}
.MR30 { margin-right:30px;}
.MR40 { margin-right:40px;}
.MR50 { margin-right:50px;}

.MB10 { margin-bottom:10px;}
.MB20 { margin-bottom:20px;}
.MB25 { margin-bottom:25px;}
.MB30 { margin-bottom:30px;}
.MB40 { margin-bottom:40px;}
.MB50 { margin-bottom:50px;}

a {
	color:#1d3994;
	text-decoration:underline;
}
a:visited {
	color:#9933CC;
	text-decoration:none;
}
a:hover {
	color:#FF9933;
	text-decoration:underline;
}

.FClear:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

/*------------------
header
--------------------*/
.header { width:100%; height:60px;}
.headerIn { overflow:hidden; width:960px; height:auto; margin:0 auto;}
.headerIn h1 { float:left; width:189px; height:60px;}
.headerIn ul { float:left; overflow:hidden; background:url(../images/gNaviBg.gif) no-repeat; width:771px; height:51px;}
.headerIn ul li { float:left; width:153px; height:39px; margin:12px 0 0 1px;}

#navi { position:fixed; background-color:#f7f7f7; width:100%; z-index:1000; padding-top:6px}

/*------------------
footer
--------------------*/
.footer { background-color:#000; width:100%; height:auto;}
.footerIn { overflow:hidden; width:960px; height:auto; font-size:10px; color:#fff; text-align:center; margin:0 auto; padding:5px 0;}


/*------------------
pagetop
--------------------*/

#pageTop {
	bottom: 1%;
	position: fixed;
	right: -5px;
	z-index: 1000;
	opacity:0.7;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px;
  border-radius: 5px;
  width: 55px;
  height: 35px;
  background-color: #FFF;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size:21px;
}
@media screen and (max-width: 639px) {
#pageTop a {
    font-size: 16px;
    height: 25px;
    width: 45px;
}
}