﻿@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
}
body{
  font: 12px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS   PGothic",Verdana,Arial,sans-serif;
  font-size: 1.4em;
  margin:0;
  color:#313131;
  line-height: 200%
}
img{
  outline:none;
  border-style:none;
}
a{
    color:blue;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    color:blue;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #F5A862;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.indextext{
  text-align: center;
}
.under{
  border-bottom: dotted 2px #6a5acd;
}
footer{
    font-size: 80%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #313131;

    position: fixed;
    bottom: 0; /*下に固定*/
}
footer address{
    color: #fff;
    letter-spacing: 5px;
}