/* 基本スタイル */
body{ 
color : #000;
font-family : "Tahoma","MS UI Gothic";
font-size : 9pt;
background-color: #ffffff;
background-image : url(../img/icon/stripe.gif);
background-repeat : repeat;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
line-height : 1.6em;

scrollbar-face-color: #fff;
scrollbar-base-color: #fff;
scrollbar-track-color: #fff;
scrollbar-highlight-color: #fff;
scrollbar-3dlight-color: #fff; 
scrollbar-darkshadow-color: #fff; 
scrollbar-shadow-color: #fff;
scrollbar-arrow-color: #aaa;
}
td {
color : #000;
font-family : "Tahoma","MS UI Gothic";
font-size : 9pt;
line-height : 1.6em;
}
a {text-decoration : none ; }
a:link    { color:#660033; text-decoration:none;}	
a:visited { color:#660033; text-decoration:none;}	
a:active  { color:#ffcccc; text-decoration:none;}
a:hover   { color:#ffcccc; text-decoration:none;}
}