﻿@charset "UTF-8";

body {
     line-height:130%;
     background-color: #000040;
     color :#FFFFFF;
}
header {
    text-align: center; color: #80FFFF; font-size: 11pt;
}
table {
     margin: 0 auto;
}
footer {
     text-align: center;
}
.capt {
     color: #FFFF80;
}
.text {
     font-family: Meiryo, MS PGothic;
     font-size: 10pt;
}
a:link    { color: #FFFF00; }
a:visited { color: #00FF00; }
a:active  { color: #00FFFF; }