*{
  margin:0;
  padding:0;
}
HTML{
  height:100%;
}
BODY{
  background:#0b404a;
  color:#444444;
  font-size:10pt;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-base-color:#000000;
  scrollbar-face-color:#000000;
  scrollbar-arrow-color:#ffffff;
  scrollbar-track-color:#000000;
  scrollbar-darkshadow-color:#666666;
  scrollbar-3dlight-color:#666666;
  margin:0px;
  *text-align:center;
  height:100%;
}
A:link{
  text-decoration:none;
  color:#009999;
  border-bottom:1px dotted #8b6635;
}
A:active{
  text-decoration:none;
  color:#009999;
  border-bottom:1px dotted #8b6635;
}
A:visited{
  text-decoration:none;
  color:#009999;
  border-bottom:1px dotted #8b6635;
}
A:hover{
  text-decoration:none;
  color:#0b404a;
  border-bottom:solid 1px #ffffff;
}
A:hover[name]{
  text-decoration:none;
  color:inherit;
}
P{
  font-size:10pt;
  line-height:180%;
  margin:0.5em 3%;
}

H1{
  font-size:22pt;
  font-family:Arial;
  font-weight:normal;
  letter-spacing:2px;
  margin:30px 10px;
  text-align:center;
}
H5{
  font-size:10pt;
  border-left:solid 10px #0b404a;
  padding-left:10px;
  margin-top:50px;
  margin-bottom:2px;
}

.contents{
  background:#f1f1f1;
  border-left:50px solid #8b6635;
  border-right:50px solid #8b6635;
  width:700px;
  margin:0 auto;
  padding:5px 0px;
  min-height:100%;
  height:auto !important;
  height:100%;
  *text-align:left;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}
.imgtitle{
  margin:0px;
  padding:0px;
}

.sns UL{
  width:100%;
  margin:0.5em 3%;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.sns LI{
  width:130px;
  margin:2px;
  list-style:none;
}
.sns LI A{
  background:#bbbbbb;
  color:#000000;
  border:none;
  padding:5px;
  display:block;
}
.sns LI A:hover{
  background:#222222;
  color:#ffffff;
  border:none;
  display:block;
}
.sns_ico{
  font-size:14pt;
  margin-right:10px;
}


.contents_list{
  text-align:left;
  line-height:180%;
  margin:0.5em 5%;
}
.contents_list LI{
  list-style:square;
}

.bookmark_banner{
  text-align:left;
  line-height:180%;
}
.bookmark_banner DL{
  padding-bottom:5px;
  margin:0.5em 3%;
}
.bookmark_banner DT{
  width:200px;
  padding-left:10px;
  min-height:40px;
  height:auto !important;
  height:40px;
  float:left;
  clear:both;
}
.bookmark_banner DD{
  text-align:left;
  padding-left:5px;
  margin-left:210px;
  min-height:40px;
  height:auto !important;
  height:40px;
}
.bookmark_banner A{
  border-bottom:0;
}
.bookmark_banner A IMG{
  border:1px solid #000000;
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.bookmark_banner A:hover IMG{
  border:1px solid #ffffff;
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.0;
}

@media only screen and (max-width:700px){


BODY,P,.contents{
  font-size:1.0rem;
}
.contents{
  border-left:5px solid #8b6635;
  border-right:5px solid #8b6635;
  width:100%;
}
.imgtitle IMG{
  width:100%;
  height:auto;
}

}