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;
    position: relative;
}
.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;
    display: block;
    width: 100%;
    height: 70%;
    position: absolute;
    left: -2%;
}

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

.content a img{
    margin: 2% 2%;
    border: 5px solid #D3D3D3;
}

.content #title{
    margin: 0 auto 2% auto;
    border: none;
}

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;
}

/*ページ上部へのジャンプボタン*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 1%;
    font-size: 100%;
    font-weight:bold;}
    
#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;}
/* ----ここまではデフォルトの指定なので、追記はこの下に！！--------*/
/*--------------------------------------------------*/