
/* 基本設定 */ 
body,td,th{
font-size:70%;  
color:#333333;  
font-family:Verdana,Osaka,'MS P Gothic';
font-weight:normal;
margin:0px;
padding:0px;
}
body{
background-attachment:fixed;
background-repeat:repeat-y;
background-position:98% 100%;
background-image:url(bg05.png);
}

/* リンク設定 */ 
a:link{text-decoration:none;color:#0033aa;}/* リンクに触れる前の色 */ 
a:visited{text-decoration:none;color:#0033aa;}/* 訪問したことのあるリンクの色 */ 
a:hover{text-decoration:none;color:#aaccff;}/* 触れた時のリンク設定 */

/* リスト設定 */ 
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:#333333;
border:1px dashed #999999;
background-color:#ffffff;
}

/* 装飾用box */
.box1{
border:1px dashed #6699ff;
background-color:#ffffff;
}
.box2{
border:1px solid #6699ff;
background-color:#bbeeff;
}
.box1,.box2{width:400px;margin:15px 0px 0px 0px;padding:5px;}

/* 配布元リンク */
#copyright{text-align:right;padding:15px 10px 0px 0px;}
#copyright a{color:#333333;}
#copyright a:hover{color:#ffffff;}

/* 背景設定 */
#all{
width:750px;
margin:30px 0px 50px 50px;
}
#header{height:200px;background-position:0% 0%;}
#footer{height:80px;background-position:0% 50%;clear:both;}
#header,#footer{
border:1px solid #333333;
background:url(bg01.jpg) no-repeat;
}
#main{float:left;margin-right:25px;}
* html #main{margin-right:70px;}
#right{float:left;}
#on{
font-weight:bold;
background:url(menu01.gif) no-repeat 2% 60%;
}
#back{
border:1px dashed #000000;
background:url(bg04.gif) no-repeat 100% 0%;
margin:5px 0px 40px 20px;
padding:4px 0px 3px 10px;
}

/* 見出し設定 */ 
h1{
font-size:28px;
color:#ffffff;
font-weight:normal;
margin:0px;
padding:20px 15px 0px 20px;
}
h2{top:13px;width:320px;}
h4{top:15px;right:20px;width:180px;background-position:30% 0%;}
h2,h4{
position:relative;
font-size:90%;
font-weight:normal;
letter-spacing:3px;
border:1px solid #333333;
background-color:#ffffff;
background-repeat:no-repeat;background-image:url(bg04.gif);
margin:0px;
padding:5px 0px 5px 10px;
}
h3{
font-size:10px;
color:#0033aa;
text-decoration:underline;
background:url(h3.gif) no-repeat 0% 50%;
margin:5px 0px 0px 0px;
padding:0px 10px;
}

/* メニュー設定 */ 
#menu{
letter-spacing:2px;
}
#menu ul {
list-style-type:none;
margin:0px;
padding:4px 0px 4px 0px;
}
#menu li {
margin:0px;
padding:0px;
}
#menu li a {
color:#000000;
padding:0px;
}
#menu li a:hover{
color:#cccccc;
}

/* テキスト設定 */
.text1{
line-height:20px;
width:450px;
background-image:url(bg02.gif);
margin:0px 0px 0px 20px;
padding:18px 20px 25px 10px;
}
.text2{
font-size:90%;
line-height:18px;
width:200px;
background-image:url(bg03.gif);
margin:0px 0px 30px 0px;
padding:18px 10px 15px 10px;
}
.text1,.text2{
border:1px solid #333333;
background-repeat:no-repeat;
background-position:95% 95%;
}

/* リンクページの設定 */ 
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;}


