body{
       background-color:#ffffff;
       background-image:url("bg.png");
       background-repeat:repeat-y;
       background-position:center;
}
A { text-decoration:none;}
A:hover {text-decoration:underline overline;color:#66aadd;}
body,td,th{
    margin:0;
    color:777777;
    font-size:10pt;
    font-family:'Osaka';
}
td.set{
	background-image:url("list.png");
	background-repeat:no-repeat;
}
.na{
	width:300;
	border-left:solid 3px #666666;
	border-bottom:solid 1px #666666;
}
li{
	list-style-type:circle;
}
.start {
width:700;
height:600;
padding-left:2px;
border-style:solid;
border-color:#999999;
border-top-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-right-width:0px;
}
.ctitle{
	letter-spacing:0.2em;
	width:150;
	background:cce5ee;
	border-left:2px solid #696969;
	border-bottom:1px solid #696969;
	text-align:center;
}
.c2title{
	width:163;
	padding-left:5px;
	border-left:2px solid #696969;
}
.c3title{
	width:163;
	padding-left:5px;
	border-left:2px solid #696969;
}
<!--BODY{
scrollbar-face-color:#cce5ee; /*スクロールバー本体の色*/
scrollbar-highlight-color:cce5ee; /*スクロールバー左側（上）の影*/
scrollbar-shadow-color: ffffff; /*スクロールバー右側（上）の影*/
scrollbar-3dlight-color: #ffffff; /*スクロールバーの左側（下）の影*/
scrollbar-arrow-color: 66ccdd; /*矢印の色*/
scrollbar-track-color: #ffffff; /*背面の色*/
scrollbar-darkshadow-color: #ffffff;/*スクロールバー右側（下）の影*/
}
