*{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
img{
  border-style: none;
}
body{
  color: #333;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif;
  /*font-family: "ヒラギノ明朝 ProN W3","ＭＳ Ｐ明朝",serif;*/
  background-color: #333;
}
/** Header **/
#header{
  height: 50px;
  margin: 0 auto;
  text-align: left;
  border-style: solid;
  border-color: #333;
  border-width: 0 0 25px 0;
  background-color: #333;
  position: relative;
}
.site_title{
  position: absolute; left: 0; top: 0;
}
h1{
  position: absolute;
  right: 15px; top: 10px;
  width: 100%; height: 60px;
  text-align: right;
  font-family: "ヒラギノ明朝 ProN W3","ＭＳ Ｐ明朝",serif;
  font-size: 14pt;
  font-weight: normal;
  padding: 5px 15px 0 0;
  color: #eee;
  line-height: 1.25em;
  overflow: hidden;
}
#menu{
  position: absolute;
  left: 16px;
  bottom: -20px;
  height: 1.2em;
}
#menu li{
  font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #ccc;
}

/** Main **/
#main{
  margin: 0 auto;
  text-align: center;
}
#view{
  width: 100%;
  height: 100%;
}

/** Footer */
#footer{
  height: 25px;
  background-color: #333;
}
/** Anchor **/
#menu a{
  text-decoration: none;
}
#menu a:link,
#menu a:visited{
  color: #dd7;
}
#menu a:hover,
#menu a:active{
  color: #eee;
}
/** Other **/
hr{
  visibility: hidden;
}
#copyright{
  text-align: center;
  padding-top: 4px;
  font-size: 10pt;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif;
  color: #ccc;
}


@media screen and (max-width: 1023px) {
	h1{ right: 0px; top: 2px; width: 70%; font-size: 14pt; }
}
@media screen and (max-width: 640px) {
  .site_title{ left: -5px; top: 5px; }
  .site_title img{ width: 150px; height: 40px; }
  #menu{ left: 6px; }
	h1{ right: 0px; top: 2px; width: 60%; font-size: 13pt; }
  #copyright{ font-size: 9pt; }
}
@media screen and (max-width: 360px) {
  .site_title{ left: -5px; top: 5px; }
  .site_title img{ width: 150px; height: 40px; }
  #menu{ left: 6px; }
	h1{ right: 0px; top: 2px; width: 50%; font-size: 12pt; }
  #copyright{ font-size: 7pt; }
}
