/*-------------------------フォントサイズ等の指定*/ 
body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align:center;
  padding: 0;
  margin: 0;
  scrollbar-face-color:#ffffff; scrollbar-highlight-color:#0033ff;
  scrollbar-shadow-color:#0033ff; scrollbar-3dlight-color:#ffffff;
  scrollbar-arrow-color:#000000; scrollbar-track-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff; 
 margin-right:15px;
 margin-left:10%;
 font-size : 83% ;
 letter-spacing : +0px ;
 line-height:16px; color:#333333;
}
a{ text-decoration:none; }
a:link{ color:#66cccc; }
a:visited{ color:#66cccc; }
a:active{ color:#33ff99; }
a:hover{ color:#33ff99; }
/*-------------------------wrapperの指定*/ 
#wrapper {
  text-align: left;
/*  width: 800px;*/
  margin: 0 auto;
  padding: 0;
 height:100%;
}
/*-------------------------aboutの指定*/
#about {
/*  width: 600px;*/
/*  float: right;*/
  margin: 0 0 10px;
  padding: 0;
 text-align: left;
 height:60%;
 width:60%;
}
h1{
 font-size:150%;
 color:#00cccc;
 line-height:2em;
 font-family:ＭＳ 明朝;
}
h2{
 font-size:115%;
 color:#33cccc;
 font-family:ＭＳ 明朝;
}
/*-------------------------footerの指定*/
#footer {
  text-align: right;
  clear: both;
  margin: 0;
  padding: 0.5em 0;
/* height:35%;*/
/* position:relative; right:10px; bottom:0px;*/
 z-index:-1;
}
.info{
 font-size:80%;
 line-height:1.2em;
}
.nav-item{
 margin-left:10px;
 margin-right:5px;
}
