<!-- リンク -->
a:link    {font-size: 9pt; text-decoration:none; color:#000040 ;}
a:visited {font-size: 9pt; text-decoration:none; color:#000040 ;}
a:active  {font-size: 9pt; text-decoration:none; color:#000040 ;}
a:hover   {font-size: 9pt; text-decoration:underline; color:#000040; }
body{
    background-color:#000000;
}

.pagebody{
    background-color:#ffffff;
    width:800px;
    margin-left:auto;
    margin-right:auto;
}
.main{
    float:right;
    width:650px;
   
}

.contents{
	float:right;
	width:150px;
}
