
/* 基本設定 */ 
body,td,th{
font-size:65%;  
color:#333333;  
font-family:'Comic Sans MS',Verdana,Osaka,'MS P Gothic';
font-weight:normal;
background-repeat:no-repeat;
background-position:100% 0%;
background-image:url(bg02.gif);
margin:0px;
padding:0px;
}

/* スクロールバーの設定 */ 
body { 
scrollbar-base-color:"#ffffff";
scrollbar-track-color:"#ffffff";
scrollbar-face-color:"#ffffff";
scrollbar-arrow-color:"#33aaff";
scrollbar-3dlight-color:"#ffffff";
scrollbar-darkshadow-color:"#ffffff";
scrollbar-highlight-color:"#33aaff";
scrollbar-shadow-color:"#0099cc";
}

/* リンク設定 */ 
a:link{cursor:crosshair;text-decoration:none;color:#3366aa;}/* リンクに触れる前の色 */ 
a:visited{cursor:crosshair;text-decoration:none;color:#3366aa;}/* 訪問したことのあるリンクの色 */ 
a:hover{cursor:crosshair;text-decoration:none;color:#ccffff;}/* 触れた時のリンク設定 */ 

/* リスト設定 */ 
ul,ol{
list-style-position:inside;
margin:20px 0px 0px 0px;
} 

 /* 画像のボーダーをあらかじめ０にする */
img{border:none;}

/* テキストエリア */
textarea{
font-size:11px;
color:#003366;
line-height:150%;
width:200px;
height:80px;
border:1px dashed #666666;
padding:5px;
}

/* 装飾用box */
.box1{
border:3px double #33aaff;
background:#ffffff;
margin:20px 0px 0px 0px;
padding:5px;
width:400;
}
.box2{
border:1px solid #33aaff;
background:#ccffff;
margin:20px 0px 0px 0px;
padding:5px;
width:400;
}

/* 配布元リンク */
#right{margin:17px 5px 0px 8px;}

/* z-index設定 */
#z0{z-index:0;bottom:0px;left:0px;}
#z1{z-index:1;top:60px;left:80px;width:65%;height:70%;border:1px solid #333333;overflow:auto;}
#z2{z-index:2;top:40px;left:0px;width:40%;height:50px;border-style:solid;border-color:#333333;border-width:1px 1px 1px 0px;background-position:0% 0%;background-image:url(bg01.gif);}
#z3{z-index:3;top:78%;right:0px;width:80%;height:50px;border-style:solid;border-color:#333333;border-width:1px 0px 1px 1px;background-position:50% 50%;background-image:url(bg01.gif);}

#z0,#z1,#z2,#z3{position:absolute;background-color:#ffffff;}

/* 見出し設定 */ 
h1{
font-size:23px;
color:#33aaff;
letter-spacing:8px;
margin:0px;
padding:0px 0px 10px 20px;
}
h2{
font-size:11px;
color:#333333;
font-weight:normal;
width:350px;
background-repeat:no-repeat;
background-image:url(h2.gif);
border:1px dashed #333333;
margin:40px 10px 3px 10px;
padding:3px 5px 2px 5px;
}

/* メニュー設定 */ 
#menu{
font-size:12px;
font-weight:bold;
letter-spacing:1px;
text-align:right;
}
#menu ul{
list-style-type:none;
margin:17px 20px 0px 3px;
}
#menu li{
display:inline;
}
#menu li a{
color:#333333;
margin:0px;
padding:0px 9px 0px 9px;
}
#menu li a:hover{
background-repeat:no-repeat;
background-position:0% 40%;
background-image:url(menu.gif);
border-bottom:1px dashed #3366cc;
}

/* テキスト設定 */ 
.text,.text2{
line-height:20px;
margin:5px 40px 70px 20px;
padding:3px;
}
.text{background-image:url(line.gif);}

/* 以下リンクページの設定。いらない場合は削除して下さい */ 
dl.bn1 dt{
 width:200px;
 float:left;
}
dl.bn1 dd{
 margin:2px 0px 0px 200px;
 padding:0px 0px 0px 5px;
}
dl.bn2 dt{
 width:88px;
 float:left; }
dl.bn2 dd{
 margin:0px 0px 0px 88px;
 padding:0px 0px 0px 5px;
}
br.clear{ 
 clear:both;
 line-height:0px;
}
ul.row{
 list-style:none;
 margin:0px;
 padding:0px;
}
ul.row li{
 display:inline;
 margin-right:1px;
}
