/* 通常スタイル */
a:link	{ text-decoration:none; color:#0099CC; }
a:visited	{ text-decoration:none; color:#0099CC; }
a:active	{ text-decoration:underline; color:#FF6633; }
a:hover	{ text-decoration:underline; color:#FF6633; }
body	{ color:#333333; font-size:12px; margin-left:0%; margin-right:0%; margin-top:1%; margin-bottom:2%; }
tr,td	{ font-size:12px; }
small	{ font-size:11px; }

/* バック */
#log	{ background : url(../img/title.gif) no-repeat fixed 101% 100%; } /* 横×縦ロゴ上表示 */
#log2	{ background : url(../img/title.gif) no-repeat fixed 100% 125%; } /* ロゴ下表示 */
#log3	{ background : url(../img/oth000.jpg) no-repeat fixed 230% 100%; } /* ロゴ下表示 */

/* 他スタイル */
a:link.right { color: #ffffff; }
a:visited.right { color: #ffffff; }
a:active.right  { color: #ff0000; }
a:hover.right  { color: #FF6633; }

a:link.pink { color: #df8fa6; }
a:visited.pink { color: #df8fa6; }
a:active.pink  { color: #cccc00; }
a:hover.pink  { color: #cccc00; }

a:link.black { color: #000000; }
a:visited.black { color: #000000; }
a:active.black  { color: #000000; }
a:hover.black  { color: #FF6633; }
