/* 外部スタイルシート、ファイル名：style.css */
/* メイン */
body       { font-size : 11px ; color : rgb(0,0,0) ; font-family: ゴシック体 ;margin: 0px ;}

body.main{background:#ffffff;}

/* 背景 */




/* リンク */
body       { font-size : 11px ; color : rgb(0,0,0) ; font-family: ゴシック体 ; }
A { text-decoration: none; }
A:link { color: #A7A29A }
A:visited { color: orange }  
A:hover { color: #A7A29A } 
A:active { color: #A7A29A } 



/* テーブル */
table.main         { font-size : 11px ;table-layout: fixed ; border:0; cellspacing:0;cellpadding:0; width: 800 ; height:340;padding:0;}
table.naka         { font-size : 11px ;table-layout: fixed ; border:0; cellspacing:0;cellpadding:0; width: 550 ; height:400;padding:0;}



td.1      { font-size : 11px ;width: 180 ; height:70;background:url("1.gif") no-repeat;padding:0;}

td.2      { font-size : 11px ;width: 560 ; height:70;background:url("2.gif") no-repeat;padding:0;}
td.3      { font-size : 11px ;width: 70 ; height:70;background:url("3.gif") no-repeat;padding:0;}
td.4      { font-size : 11px ;width: 180 ; height:410;background:url("4.gif") no-repeat;padding:0;}
td.5      { font-size : 11px ; width: 560 ;height:410;background:url("5.gif") no-repeat;padding:0;}
td.6      { font-size : 11px ; width: 70 ;height:410;background:url("6.gif") no-repeat;padding:0;}
td.7      { font-size : 11px ;width: 180 ;height:70; background:url("7.gif") no-repeat;padding:0;}
td.8      { font-size : 11px ;width: 560 ;height:70; background:url("8.gif") no-repeat;padding:0;}
td.9      { font-size : 11px ;width: 70 ;height:70; background:url("9.gif") no-repeat;padding:0;}
td.10      { font-size : 11px ;width: 70 ;height:500;padding:0; background:url("item10.gif") ;}




/* カーソル */
body       { cursor : help ; }


/* スクロールバー */
body{ scrollbar-face-color:white;
scrollbar-highlight-color:white; scrollbar-shadow-color:white;
scrollbar-3dlight-color:white; scrollbar-arrow-color:#000000;
scrollbar-track-color:white; scrollbar-darkshadow-color:white;}

