header{
  width: 100%;
  height: 12.25%;
}

.target{
  display: none;
}

a img{
  border-style: none;
}

html{
  /* 画像ファイルの指定 */
  background-image: url(../images/new2016web_background.svg);
  background-position: center right;
  background-repeat: repeat-y;
  background-size: 100%;
  background-color: white;
}

body {
  background-color: rgba(250,250,250,0.8);
  margin: 0 auto;
  width: 70%;
}

#loader {
    width: 200px;
    height: 200px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -100px; /* heightの半分のマイナス値 */
    margin-left: -100px; /* widthの半分のマイナス値 */
    z-index: 100;
}

#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

#nav li {margin: 0; padding: 0;display: inline;list-style-type: none;font-size: 12px;}
#nav a:link, #nav a:visited {}
#nav a:hover {color: #fff;  background:#FF6A00;}
#nav a:visited.active, #nav a:link.active {background-color: #fff;color: #FF6A00;}

.menu {
    width:98%;
    margin: 0 -1% 0 2%;
    padding: 0;
    display: table;
    list-style:none;
    float:left;
 }
.menu li {
    display: table-cell;
    float:left;
    text-align: center;
    cursor:pointer;
    width: 13%;
    height: 30px;
    margin: 0 0.175%;
    padding: 25px 1.5% 10px 1.5%;.
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    color: #F5F5F5;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
    font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
}
.menu li a{
    color: #FFF;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
    font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration: none;
    font-size: 1em;
}

.content{
  width: 90%;
  background-color: rgba(245,245,245,0.9);
/*  border: 3px solid black;*/
  margin: 2.5% auto;
}

footer {
    clear: both;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
}

footer p {
    text-align: center;
    font-size: 1em;
}

footer p a {
    margin-left: 10px;
    font-size: 0.8em;
}

.links-s{
  margin: -1% auto 0 auto;
}

.link-s{
  width: 28%;
  float: left;
  margin: 0 2.5%;
}

.link-s img{
  width:100%;
  display: block;
}

.clear{
  clear: both;
}

/*ページ上部へのジャンプボタン*/
#page-top {
  position: fixed;
  bottom: 30px;
  right: 1%;
  font-size: 100%;
  font-weight:bold;
  margin-right: -65%;
}

#page-top a {
  background:#5c7d9d;
  text-decoration: none;
  color: white;
  width: 60px;
  padding: 6px 0;
  text-align: center;
  display: block;
  border-radius: 0.1em;}

#page-top a:hover {
  text-decoration: none;
  background:#72899c;
  color:white;}


/* ----ここまではデフォルトの指定なので、追記はこの下に！！--------*/
/*--------------------------------------------------*/

.1 {
   width: 200px;
}
.daihyo {
    
	text-align: right;
}

p{
    font-size:1.1em;
    width: 75%;
    margin: 0 auto;
    line-height: 1.5em;
 }

h2{width:75%;
   margin: 0 auto;}