/* 基本設定 */ 
body,td,th{
font-size:80%;  
color:#666666;  
font-family: monospace;
font-weight:normal;
}

/* スクロールバーの設定 */ 
html,body{ 
    scrollbar-face-color:#ffffff;
    scrollbar-arrow-color:E6E5D3;
    scrollbar-track-color:#ffffff;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#ffffff;
    scrollbar-3dlight-color:E6E5D3;
    scrollbar-darkshadow-color:E6E5D3;
}

/* 壁紙 */ 
body { 
background-color : #fffffff;
background-attachment:fixed;
background-image : url(bg.jpg);
background-repeat:no-repeat;
background-position:100% 100%;
}

 /* 画像のボーダー */
img{border:3px solid #ffffff;}

/* 見出し設定 */ 
h1{
font-size:30px;
font-family: HGP創英角ｺﾞｼｯｸUB;
padding:10px 0px 0px 0px;
}
h2{
font-size:13px;
}

/* テキスト設定 */ 
.text{
line-height:20px;
padding:5px 0px 50px 0px;
}

/*カーソル */
a { cursor:crosshair; }
body { cursor:crosshair; }
input { cursor:crosshair; }
