/* 背景と配置 */
body {
 background-color: #000000;
 text-align: center;
}

/* リンク設定 */
a:link {color:#ccff00; text-decoration:none}
a:visited {color:#CCCC00; text-decoration:none}
a:active { color: #0066CC;}
a:hover { color: #CC9900; text-decoration: underline;}

.text {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 line-height: 150%;
 margin: 40px;
} 

.text p{
 margin-top: 40px;
} 

.font10 {
margin-top:3px;
font-size: 10px;
 line-height: 100%;
}

.font {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 line-height: 100%;
}

.link {
 text-decoration: none;
}

a.link:link {color:#0000ff; text-decoration:none}
a.link:visited {color:#666666; text-decoration:none}
a.link:active { color: #0066CC;}
a.link:hover { color: #CC9900; text-decoration: underline;}

.foot {
 margin-top:10px;
 border-top: 1px dashed #666666;
}