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

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

/* リスト設定 */ 
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:#33aaff;
border:1px solid #33aaff;
background-color:#ffffff;
}

/* 装飾用box */
.box1{
border:1px solid #33aaff;
background-color:#ffffff;
}
.box2{
color:#3366aa;
border:1px solid #3399cc;
background-color:#cceeff;
}
.box1,.box2{width:380px;margin:15px 0px 0px 0px;padding:5px;}

/* 配布元リンク */
#copyright{font-size:10px;text-align:center;padding:10px;}

/* デザイン全般の設定 */
body#main_page{background:url(bg02.jpg) no-repeat 100% 0% fixed;}
#all{
text-align:left;
width:570px;
background:url(bg01.gif) repeat-y 0% 0%;
margin:0px auto;
}
body#main_page01{background:url(bg02.jpg) no-repeat 100% 0% fixed;}
#all1{background:url(bg-01.png) no-repeat 0% 100% fixed;}
#all{
text-align:left;
width:570px;
background:url(bg01.gif) repeat-y 0% 0%;
margin:0px auto;
}
body#main_page02{background:url(bg02.jpg) no-repeat 100% 0% fixed;}
#all2{background:url(bg-02.png) no-repeat 0% 100% fixed;}
#all{
text-align:left;
width:570px;
background:url(bg01.gif) repeat-y 0% 0%;
margin:0px auto;
}
body#main_page03{background:url(bg02.jpg) no-repeat 100% 0% fixed;}
#all3{background:url(bg-03.png) no-repeat 0% 100% fixed;}
#all{
text-align:left;
width:570px;
background:url(bg01.gif) repeat-y 0% 0%;
margin:0px auto;
}
body#main_page04{background:url(bg02.jpg) no-repeat 100% 0% fixed;}
#all4{background:url(bg-04.png) no-repeat 0% 100% fixed;}
#all{
text-align:left;
width:570px;
background:url(bg01.gif) repeat-y 0% 0%;
margin:0px auto;
}
body#main_page05{background:url(bg02.jpg) no-repeat 100% 0% fixed;}
#all5{background:url(bg-05.png) no-repeat 0% 100% fixed;}
#all{
text-align:left;
width:570px;
background:url(bg01.gif) repeat-y 0% 0%;
margin:0px auto;
}
body#main_page06{background:url(bg02.jpg) no-repeat 100% 0% fixed;}
#all6{background:url(bg-06.png) no-repeat 0% 100% fixed;}
#all{
text-align:left;
width:570px;
background:url(bg01.gif) repeat-y 0% 0%;
margin:0px auto;
}
body#main_page07{background:url(bg02.jpg) no-repeat 100% 0% fixed;}
#all7{background:url(bg-07.png) no-repeat 0% 100% fixed;}
#all{
text-align:left;
width:570px;
background:url(bg01.gif) repeat-y 0% 0%;
margin:0px auto;
}
#back{
font-size:15px;
text-align:right;
background:url(bg03.gif) repeat-x 0% 0%;
margin:0px 10px;
padding:15px 25px 50px 0px;
}

/* 見出し設定 */ 
h1{
font-size:45px;
color:#aaaaaa;
font-weight:normal;
text-align:center;
margin:0px;
padding:60px 0px 0px 0px;
}
h1:first-letter{color:#3366aa;}
h2{
position:relative;right:30px;
font-size:12px;
color:#ffffff;
text-align:right;
width:350px;
background:url(h2.gif) no-repeat 0% 50%;
margin:35px 0px 0px 0px;
padding:12px 20px 12px 0px;
}
h3{
position:relative;
right:4px;
font-size:12px;
color:#3333aa;
text-decoration:underline;
border-left:4px solid #3366cc;
margin:10px 0px 0px 2px;
padding:11px 10px;
}

/* メニュー設定 */
#menu{
font-size:13px;
color:#aaaaaa;
text-align:right;
}
#menu ul{
list-style-type:none;
margin:0px;
padding:20px 30px 40px 0px;
}
#menu li{
display:inline;
}
#menu li a{
color:#666666;
margin:0px;
padding:0px 6px;
}
#menu li a:hover{
color:#66aaff;
text-decoration:underline;
}

/* テキスト設定 */
.text1{
line-height:20px;
padding:15px 20px 30px 20px;
}
.text2{
line-height:20px;
padding:5px 20px 30px 20px;
}

/* リンクページの設定 */ 
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:#19448e;background-color:#aaffff;}
ins{text-decoration:none;border-bottom:1px solid #33aaff;}
del{text-decoration:line-through;}
