<HTML>
<HEAD>
<style type="text/css">

<!--
BODY{font-size:90%;/*全体文字の大きさ*/
line-height: 1.25;/*行間を広めにとっています*/
background-color:#ffffff;/*背景の指定*/
color:#333333; /*フォントカラー*/
}

a:link {/*未訪問のリンク*/
    color:#0000ff;
    font-style:normal;
    text-decoration:underline;
}

a:visited {/*訪問後のリンク*/
    color:#9900cc;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#0099ff;
    font-style:normal;
    text-decoration:underline;
}



table,tr,td,th  {
    font-size:inherit;/*テーブルにも文字の大きさを継承させます。これがないとおかしくなります〜*/
    font:100%;/*全体のフォントサイズを９０％にしているので、こちらは１００％にしないとおかしくなります*/
line-height: 1.3;/*行間を広めにとっています*/
color:#333333; /*フォントカラー*/
}


-->

/*index.phpのみに書く？
<style type="text/css">
<!--
A:HOVER{
position:relative ; top :1px ;
}
-->
</style>

*/

</style>
</HEAD>
</HTML>