
/* 全体の設定 */
body,td,th{ 
font-size:70%;
color:#cccccc;
font-family:Verdana,Osaka,'MS P Gothic';
font-weight:normal;
background-color:#000000;
margin:0px;
padding:0px;
}

/* スクロールバーの設定 */
html,body{
scrollbar-base-color:#000000;
scrollbar-track-color:#000000;
scrollbar-face-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#aaaaaa;
scrollbar-shadow-color:#aaaaaa;
}

/* リンク設定 */ 
a:link{text-decoration:none;color:#ffcc33;}/* リンクに触れる前の色 */ 
a:visited{text-decoration:none;color:#ffcc33;}/* 訪問したことのあるリンクの色 */ 
a:hover{text-decoration:none;color:#333333;}/* 触れた時のリンク設定 */ 

/* リスト設定 */ 
ul,ol{
list-style-position:inside;
margin:0px 0px 0px 15px;
} 

/* 画像のボーダーをあらかじめ０にする */
img{border:none;}

/* フォーム関連の設定 */
textarea{
font-size:11px;
line-height:17px;
padding:5px;
}
textarea,input{
color:#ffcc33;
border:1px dashed #666666;
background-color:#000000;
}

/* 装飾用box */
.box1{
border:3px double #ffcc33;
background-color:#000000;
}
.box2{
color:#333333;
border:3px double #ffcc33;
background-color:#ffcc66;
}
.box1,.box2{width:350px;margin:15px 0px 0px 0px;padding:5px;}

/* 配布元リンク */
#copyright{text-align:center;}
#copyright a{color:#cccccc;}
#copyright a:hover{color:#ffcc00;}

/* テーブル設定 */
.ta1{
border-left:4px dashed #999999;
border-right:4px dashed #999999;
}
.ta2{
background:#000000 url(h1.gif) no-repeat 100% 100%;
}

/* アイフレーム設定 */
iframe{
border-top:1px dashed #999999;
border-bottom:1px dashed #999999;
}

/* 見出し設定 */ 
h1{
font-size:20px;
color:#cccccc;
padding:10px 0px 0px 10px;
}
h1:first-letter{font-size:38px;color:ffcc00;}
h2{
font-size:17px;
color:#666666;
text-align:right;
border-bottom:1px solid #666666;
background:url(h2.gif) no-repeat 100% 50%;
margin:20px 10px 5px 5px;
padding:3px 40px 1px 40px;
}
h2:first-letter{color:ffcc00;}
h3{
font-size:10px;
color:#ffcc33;
text-decoration:underline;
background:url(h3.gif) no-repeat 0% 50%;
margin:5px 10px;
padding:0px 12px;
}

/* メニューの設定 */
#menu{
font-size:10px;
font-weight:bold;
letter-spacing:4px;
}
#menu ul {
list-style-type:none;
margin:0px;
padding:0px;
}
#menu li {
display:inline;
}
#menu li a {
display:block;
color:#cccccc;
background:url(menu01.gif) no-repeat 0% 0%;
margin:8px 0px 0px 10px;
padding:0px 0px 0px 20px;
}
#menu li a:hover{
color:#ffcc33;
background-image:url(menu02.gif);
}

/* テキスト設定 */
.text1,.text2{
line-height:20px;
padding:0px 20px 50px 15px;
}
 
/* リンクページの設定 */ 
dl.banner{margin:0px 0px 15px 0px;}
dl.banner dt{float:left;margin:0px 5px 0px 0px;}
dl.banner dd{margin:-2px 0px 0px 0px;}
