body      {font-style:normal;
           font-weight:normal;
           font-size:medium;
           line-height:1.2em;
           letter-spacing:1px;
           font-family:"MS UI Gothic",sans-serif;
           color:#424242;
           background:#ffffff;}

h1        {color:#4d80cc;}

hr        {color:#808080;}

.bold     {font-weight:bold;}

.left     {text-align:left;}
.right    {text-align:right;}
.center   {text-align:center;}
.top      {vertical-align:top;}
.middle   {vertical-align:middle;}
.bottom   {vertical-align:bottom;}

a:link,a:visited
          {color:#4455b6;
           text-decoration:none;
           font-weight:bold;}
a:hover   {color:#3e82a6;
           text-decoration:none;
           font-weight:bold;}

img       {border:0px;}

/*-----あばうと関連-----*/
dl        {margin:1.3em 2em;}
dt        {color:#1a841a;
           font-weight:bold;
           width:10em;
           margin-bottom:0.8em;
           padding-left:5px;
           border-style:solid;
           border-width:0 0 1px 8px;
           border-color:#006633;}
dd        {margin-left:14px;}

.red      {color:#ff0000;}

/*-----stage一覧-----*/
table     {margin:auto auto 3em;
           width:20em;
           background:#ffffff;
           text-align:center;
           border:2px solid #353535;
           border-collapse:collapse;}

td        {border:1px dotted;
           padding:5px 10px;}

/*-----フッター-----*/
#footer   {background:url(./img/hr.png) repeat-x top;
           text-align:left;
           padding:0.5em;}
