
/* 基本設定 */ 
body,td,th{
font-size:65%;  
color:#334433;  
font-family:Verdana,Osaka,'MS P Gothic';
font-weight:normal;
margin:0px;
padding:0px;
}
body{overflow:auto;text-align:center;}

/* スクロールバーの設定 */
body,html{
scrollbar-base-color:#eeeeee;
scrollbar-track-color:#eeeeee;
scrollbar-face-color:#eeeeee;
scrollbar-arrow-color:#eeeeee;
scrollbar-3dlight-color:#eeeeee;
scrollbar-darkshadow-color:#eeeeee;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
}

/* リンク設定 */ 
a:link{text-decoration:none;color:#666696;}/* リンクに触れる前の色 */ 
a:visited{text-decoration:none;color:#888899;}/* 訪問したことのあるリンクの色 */ 
a:hover{text-decoration:none;color:#998866;}/* 触れた時のリンク設定 */

/* リスト設定 */ 
ul,ol{
list-style-position:inside;
margin:5px 0px 0px 15px;
} 

 /* 画像のボーダーをあらかじめ０にする */
img{border:none;}

/* フォーム関連の設定 */
textarea{
font-size:11px;
line-height:17px;
padding:5px;
}
textarea,input{
color:#666666;
border:1px solid #aaaaaa;
background-color:#efefff;
}

/* 装飾用box */
.box1{
border:1px solid #ffcc33;
background-color:#ffffff;
}
.box2{
color:#333333;
border:3px double #ffcc33;
background-color:#ffffbb;
}
.box1,.box2{width:190px;margin:15px 0px 0px 0px;padding:5px;}


/* copyright */
#copyright{color:#aaaaaa;text-align:right;border-bottom:1px solid #dddddd;padding:5px 20px 50px 0px;}
#copyright a{color:#aaaaaa;}
#copyright a:hover{color:#ffffff;}

/* デザイン全般の設定 */
#all{
text-align:left;
width:1000px;height:100%;
margin:0px auto;
padding:0px;
}
* html #all{width:800px;}
#main{
float:left;
overflow:scroll;overflow-x:hidden;
width:288px;height:100%;
border-left:16px solid #eeeeee;
margin:0px 7px;
padding:0px 5px;
}


/* 見出し設定 */ 
h1{
font-size:25px;
color:#993333;
font-weight:normal;
text-align:center;
margin:0px;
padding:40px 0px 0px 0px;
}
h2{
font-size:23px;
color:#dddddd;
text-align:right;
margin:0px;
padding:2px 5px 0px 5px;
}
h3{
font-size:10px;
color:#999979;
text-decoration:underline;
background:url(image/h3.gif) no-repeat 0% 38%;
margin:0px;
padding:10px 0px 20px 10px;
}
h3:first-letter{color:#cc9966;}
h4{
font-size:10px;
color:#666666;
text-align:right;
letter-spacing:1px;
margin:12px 0px 3px 0px;
padding:0px 8px;
}
h4:first-letter{color:#ffcc33;}
h5{
font-size:10px;
color:#666666;
text-align:center;
border-top:3px solid #ff9933;
margin:20px 0px 0px 0px;
padding:2px 0px 1px 0px;
}
h5:first-letter{color:#ffaa00;}

/* メニュー設定 */
#menu{
font-size:12px;
text-align:right;
}
#menu ul{
list-style-type:none;
margin:47px 20px 0px 0px;
padding:0px;
}
#menu li{
display:inline;
}
#menu li a{
color:#ffffff;
margin:0px;
padding:0px 10px;
}
#menu li a:hover{
color:#ff33aa;
}

/* テキスト設定 */
.text1{background:url(image/small-r.jpg) no-repeat 100% 1%;}
.text2{background:url(image/ .jpg) no-repeat 100% 95%;}
.text3{background:url(bg03.gif) no-repeat 100% 95%;}
.text4{background:url(image/icon-coming.jpg) no-repeat 100% 40%;}
.text5{background:url(image/white.jpg) no-repeat 100% 95%;}
.text6{background:url(image/small-y.jpg) no-repeat 100% 1%;}
.text7{background:url(image/small-k.jpg) no-repeat 99% 1%;}
.text1,.text2,.text3,.text4,.text5,.text6,.text7{
line-height:20px;
border-bottom:1px solid #dddddd;
margin:-16px 0px 0px 0px;
padding:0px 0px 30px 0px;
}

/* リンクページの設定 */ 
dl.banner{margin:0px 0px 15px 0px;}
dl.banner dt{margin:0px 5px 0px 0px;}
dl.banner dd{margin:0px 0px 0px 10px;padding:0px 5px;}

/* その他要素 */ 
em{font-style:normal;font-weight:bold;}
strong{color:#3366cc;background-color:#cccccc;}
ins{text-decoration:none;border-bottom:1px solid #aaaaaa;}
del{text-decoration:line-through;}
