/* default.css : デフォルトのスタイルシート */

BODY		{ color:#330000; font:13px verdana; background: lightblue url("chesu1.gif") 0% 0% repeat-y fixed; text-align:left; }

H5		{ color:navy; }
.m-left120	{ margin-left:120px; }
.m-left10	{ margin-left:10px; }
.m-left30	{ margin-left:30px; }
a		{ font :12px verdana; }
IMG		{ border:none; vertical-align:bottom; }
HR.wide		{ width:550px; }
TABLE.eseframe	{ width:100px; float:left; }
TD		{ font:13px; border:ridge 3px royalblue; }
TD.image	{ text-align:center; width:200px; height:250px; }
TD.spec		{ text-align:left; width:400px; }
TD.comment	{ text-align:left; border:none; }

.left		{ float:left; }
.right		{ float:right; }
.text-left	{ text-align:left; }
.text-center	{ text-align:center; }
.text-right	{ text-align:right; }

/* リンクカラーを定義 */
A:link    {color: blue}			/* リンクの標準状態は青 */
A:visited {color: green}		/* 読み込んだ状態は緑 */
A:active  {color: black}		/* ボタン押下時は黒 */
A:hover   {color: yellow}		/* マウスがリンクの上にある時は黄 */