/*基本設定*/
BODY,td,th{
color:#333333;          /*フォントカラー*/
font-size:11px;         /*フォントサイズ*/
font-family:Verdana;    /*フォント*/
font-weight:normal;     /*太文字設定*/
line-height:1.5;        /*行の間隔*/
letter-spacing:1;       /*文字の間隔*/
margin:0; padding:0;    /*余白*/}

/*背景設定*/
BODY{background:#ffffff; 
background-image:url(bg.gif);background-repeat:repeat-y;background-position:0% 50px;background-attachment:fixed;}

/*基本リンク設定*/
a:link {   text-decoration:none; cursor:crosshair; color:#999999;}
a:visited {text-decoration:none; cursor:crosshair; color:#555555;}
a:active { text-decoration:none; cursor:crosshair; color:#eeeeee;}
a:hover {  text-decoration:none; cursor:crosshair; color:#00ccff; background-color:;}

/*スクロールバーの設定*/
BODY{
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#555555;
scrollbar-shadow-color:#555555;
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#555555;
scrollbar-track-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;}

/*リスト設定*/
ul,ol{margin:0px; padding:0px 15px;}

/*画像の枠を０にする*/
img{border:none;}

/*フォントサイズ*/
.font1{font-size:10px;}

/*テーブル1*/
.tb1{border-spacing:0px; border-collapse:collapse; width:650px;}
.tb2{border-spacing:0px; border-collapse:collapse; width:20px; vertical-align:top;}
.tb3{border-spacing:0px; border-collapse:collapse; width:; vertical-align:top;}

/*ラインの設定*/
hr.a{border:0px; border-top:2px dashed #333333; width:;}
hr.b{border:0px; border-top:1px dashed #333333; width:; height:1px;}

br{letter-spacing:normal}

/*広告*/
.tdftad a {text-decoration: none; color:#888888;}