
/* 基本設定 */ 
body,td,th{
font-size:70%;  
color:#ffffff;  
font-family:Verdana,Osaka,'MS P Gothic';
font-weight:normal;
margin:0px;
padding:0px;
}

/* スクロールバーの設定 */ 
html,body{ 
scrollbar-base-color:#000000;
scrollbar-track-color:#000000;
scrollbar-face-color:#000000;
scrollbar-arrow-color:#ffaaaa;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#333333;
scrollbar-shadow-color:#333333;
}

/* リンク設定 */ 
a:link{text-decoration:none;color:#ffaacc;}/* リンクに触れる前の色 */ 
a:visited{text-decoration:none;cursor:crosshair;color:#ffaacc;}/* 訪問したことのあるリンクの色 */ 
a:hover{text-decoration:none;cursor:crosshair;color:#ff0066;}/* 触れた時のリンク設定 */ 

/* リスト設定 */ 
ul,ol{
list-style-position:inside;
margin:0px 0px 0px 15px;
} 

 /* 画像のボーダーをあらかじめ０にする */
img{border:none;}

/* フォーム関連の設定 */
textarea{
font-size:12px;
line-height:17px;
padding:5px;
}
textarea,input{
color:#ffffff;
border:1px solid #ffaaff;
background-color:#000000;
}

/* 装飾用box */
.box1{
border:3px double #ff99cc;
background-color:#000000;
}
.box2{
border:1px solid #ff99cc;
background-color:#aa0033;
}
.box1,.box2{width:350px;margin:15px 0px 0px 0px;padding:5px;}

/* 配布元リンク */
#copyright{color:#666666;padding:0px 20px;}

/* デザイン全般設定 */
.enter{color:#333333;line-height:18px;padding:10px 20px;}
body#main_page{overflow:hidden;}
.ta1{
border:1px solid #333333;
background:#000000 url(img/back.jpg) no-repeat 100% 100%;
}
#scroll{
overflow:auto;
height:140px;
background-image:url(img/bg02.png);
margin:10px 0px;
padding:5px;
}
iframe{
border:1px solid #000000;
background-image:url(img/bg02.png);
}
* html #scroll{filter:alpha(opacity=65);background-color:#000000;}
* html iframe{filter:alpha(opacity=65);width:100%;background-color:#000000;}

/* 見出し設定 */ 
h1{
font-size:25px;
color:#ff6666;
font-weight:bolder;
margin:0px;
padding:0px 0px 0px 10px;
}
h2{
font-size:11px;
color:#ff6666;
text-align:right;
border-bottom:1px solid #666666;
margin:25px 15px 0px 7px;
padding:2px 10px;
}
h3{
font-size:11px;
color:#ff3333;
text-decoration:underline;
background:url(img/h3.gif) no-repeat 0% 60%;
margin:8px 0px 5px 15px;
padding:0px 12px;
}
h4{
font-size:10px;
color:#ff6666;
border-bottom:1px dashed #aaaaaa;
margin:0px;
padding:2px 5px;
}

/* メニュー設定 */ 
#menu{
font-size:11px;
background-image:url(img/bg02.png);
}
#menu ul{
list-style-type:none;
margin:0px;
padding:10px 0px;
}
#menu li{
display:inline;
}
#menu li a {
display:block;
color:#ffffff;
background:url(img/menu.gif) no-repeat 0% 50%;
margin:8px 20px;
padding:0px 10px;
}
#menu li a:hover{
color:#ffaacc;
}
* html #menu{filter:alpha(opacity=60);width:100%;background-color:#000000;}

/* テキスト設定 */ 
.text1{
line-height:20px;
padding:5px 30px 30px 15px;
}
.text2{
line-height:15px;
padding:4px 5px 20px 5px;
}

/* リンクページの設定 */ 
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;}

/* その他要素 */ 
em{font-style:normal;font-weight:bold;}
strong{color:#ff3333;background-color:#ffcccc;}
ins{text-decoration:none;border-bottom:1px solid #ff3333;}
del{text-decoration:line-through;}

