
/* 基本設定 */ 
body,td,th{
font-size:65%;  
color:#333333;  
font-family:Verdana,Osaka,'MS P Gothic';
font-weight:normal;
margin:0px;
padding:0px;
}

/* スクロールバーの設定 */ 
html,body{ 
scrollbar-base-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-face-color:#000000;
scrollbar-arrow-color:#00aaff;
scrollbar-3dlight-color:#999999;
scrollbar-darkshadow-color:#999999;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
}

/* リンク設定 */ 
a:link{text-decoration:none;color:#333333;}/* リンクに触れる前の色 */ 
a:visited{text-decoration:none;cursor:crosshair;color:#333333;}/* 訪問したことのあるリンクの色 */ 
a:hover{text-decoration:none;cursor:crosshair;color:#0066aa;}/* 触れた時のリンク設定 */ 

/* リスト設定 */ 
ul,ol{
list-style-position:inside;
margin:0px 0px 0px 15px;
} 

 /* 画像のボーダーをあらかじめ０にする */
img{border:none;}

/* フォーム関連の設定 */
textarea{
font-size:10px;
line-height:17px;
padding:5px;
}
textarea,input{
color:#333333;
border:1px solid #333333;
background-color:#ffffff;
}

/* 装飾用box */
.box1{
border:3px double #3399cc;
background:#ffffff;
}
.box2{
border:1px solid #3399cc;
background:#ccffff;
}
.box1,.box2{width:350px;margin:15px 0px 0px 0px;padding:5px;}

/* 配布元リンク */
#copyright{font-size:10px;color:#666666;padding:0px 0px 0px 10px;}
#copyright a{color:#666666;}
#copyright a:hover{color:#ffffff;}

/* デザイン全般設定 */
.ta1,.ta2,.ta3{border:1px solid #333333;}
.ta1{background:#000000 url(img/h4.gif) no-repeat 0% 50%;}
.ta2{background:#000000 url(img/bg.jpg) no-repeat 0% 50%;}
.ta3{background:#000000 url(img/h2.gif) no-repeat 0% 100%;}
.ta4{background:#000000}

/* 見出し設定 */ 
h1{
font-size:20px;
color:#333300;
text-align:center;
font-weight:normal;
margin:1px;
padding:0px 0px 10px 0px;
}
h2{
font-size:10px;
color:#ffffff;
width:240px;
border:1px solid #000000;
background:url(img/h2.gif) no-repeat left top;
margin:15px 15px 0px 0px;
padding:3px 10px 4px 10px;
}
h3{
font-size:10px;
color:#666666;
background:url(img/h3.gif) no-repeat 0% 50%;
margin:4px 5px;
padding:0px 9px;
}
h3:first-letter{color:#0066aa;}
}
h4{
font-size:10px;
color:#666666;
background:url(img/h3.gif) no-repeat 0% 50%;
border-bottom:solid #000000 1px;width:50px;
margin:4px 5px;
padding:0px 9px;
}
h4:first-letter{color:#0066aa;}

/* メニュー設定 */ 
#menu{
text-align:center;
}
#menu ul{
list-style-type:none;
margin:0px 0px 0px 3px;
padding:0px;
}
#menu li{
float:left;
width:80px;
}
#menu li a {
display:block;
color:#ffffff;
border:1px solid #666666;
background-image:url(img/menu01.png);
margin:2px 3px;
padding:15px 0px;
}
#menu li a:hover{
color:#003366;
}
* html #menu li a{filter:alpha(opacity=70);width:100%;background-color:#000000;}

/* テキスト設定 */ 
.text1{
line-height:20px;
padding:5px 30px 30px 10px;
}

/* リンクページの設定 */ 
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;}
