﻿@charset "UTF-8";
/* CSS Document */

body{
background-color:#000;
margin-top: 0;
}

a:link{color:#000;text-decoration:none;}
a:visited{color:#666;text-decoration:none;}
a:hover{color:#c00;text-decoration:none;}

.contents {
  width:800px;
  height:100%;
  background-color:#FFFFFF;
  margin-top:0px;
}

.title {
  margin-top:10px;
  margin-bottom:5px;
}

.copy {
  width:800px;
  height:25px;
  background-color:#000000;
}

.menu {
  width:600px;
  border-bottom:#ccc 1px solid;
  margin-top:20px;
  padding-bottom:10px;
}

.menuText {
  width:340px;
}

.menuTitle {
  font-size:14px;
  color:#000000;
  font-weight:bold;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.url {
  font-size:12px;
  color:#000000;
  font-weight:bold;
  font-family:Geneva, Arial, Helvetica, sans-serif;
}

.comment {
  font-size:11px;
  color:#666;
  line-height:180%;
}

.gotop {
  font-size:11px;
  width:600px;
  height:25px;
  margin-top:10px;
  margin-bottom:20px;
}
