/* ###### bodyの設定 ######################## */
body {
  margin: 0 auto;
  padding : 0;
  font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size : 12px;
}

/* IE6 */
body {
	_padding-left: 1px;
}
/* IE7 */
*:first-child + html body {
	padding-left: 1px;
}

/* footnavi */
#footnavi {
  clear:both;
  width : 999px;
  height : 50px;
  margin : 0;
  padding : 0;
  background-color : #282828;
  background-position : left top;
  background-repeat : no-repeat;
}

#fnv-link {
  width : 420px;
  height : 35px;
  margin : 0;
  padding : 10px 0px 0px 19px;
  float:left;
}

.fnv-link2 {
  position: relative; top:9px; right:19px;
  color:#ffffff;
  font-size:x-small;
  float:right;
  _font-size:10px;
}

.fnv-link2 a:link { color: #ffffff ;}
.fnv-link2 a:visited { color: #ffffff }
.fnv-link2 a:hover { color: red ; text-decoration : underline;}
.fnv-link2 a:active { color: #ffffff }


/* footnavi ここまで */


/* ロゴ */

#footer-logo {
  width : 999px;
  margin : 0px;
  padding : 0px;
  text-align : center;
  background-color:#ffffff;
}

#footer-logo img {
  margin-top:10px;
  margin-bottom:10px;
}

/* ロゴ　ここまで */

/* 注意 */

#caution {
  width : 999px;
  margin : 0px auto 0px auto;
  padding : 5px 0px;
  text-align : center;
  background-color : #E1D3AC;
  font-size:x-small;
  _font-size:10px;
}

/* 注意　ここまで */

#pagetop{
  position:relative;left:0px;
  margin : 0px;
  padding : 0px 10px 0px 0px;
  text-align : right ;
  background-color:#ffffff;
  width : 989px;
}

#pagetop-02{
  position:relative; bottom:0px; left:780px;
  margin : 0px;
  padding : 0px 10px 0px 0px;
  text-align : right ;
  background-color:#F1EFE2C;
  width : 210px;
  _width : 209px;
}

#pagetop img{
  vertical-align : bottom;
}


