body{background-color:black;
     margin:0px;
     padding:0px;
}

#position{position:absolute;
width:445px;
height:490px;
text-align:center;
border:solid 1px #66cc33;
background-color:white;
left:50%;
top:50%;
margin-left:-222.5px;
margin-top:-245px;}

.main{
height:505px;}

h1{margin-top:20px;margin-bottom:5px;font-size:1.8em;}

.sub{font-size:0.9em;font-weight:bold;color:#666666;margin-bottom:20px;}

address{color:white;font-size:0.9em;}

li{
	border-right: #000 1px solid; border-top: #000 1px solid; float: left; margin-left: 0px; border-left: #000 1px solid;
}

ul {list-style:none;}

A.btn {
  display: block;             /* ブロック要素にする */
  width:60px;                /* 横幅 */
  color: #ffffff;
  background-color: #666699;  /* 背景色 */
  border: outset 2px #9999cc; /* 枠の色 */
  margin: 0px;
  padding: 3px 1px 1px 0px;
  font-size: 11px;            /* フォントサイズ */
  line-height: 12px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
}
A.btn:hover {
  color: #eeeeee;
  background-color: #555588;  /* 背景色 */
  border: inset 2px #9999cc;  /* 枠の色 */
  margin: 0px;
  padding: 4px 0px 0px 1px;
}
A.btn:active { color: #ffffff; }
A.btn:visited { color: #ffffff; }
