/*--ＴＯＭの部屋ＴＯＰページ用スタイルシート(春バージョン)--*/

@charset "UTF-8";

* {
}

/*--共通バージョンとの差分の設定--*/

body {
 font-style:normal;
 font-weight:normal;
 font-size:medium;
 text-align:center;
 color:#000000;
 background-color:#fcf2f3;
 background-image:url("../image/bg/sakura.jpg");
}

a:link {
 color:#ff0000;
 text-decoration:underline;
}
a:visited {
 color:#ff4444;
 text-decoration:underline;
}
a:hover {
 text-decoration:underline;
}
a:active {
 text-decoration:underline;
}
