
/* 基本設定 */ 
body,td,th{
font-size:70%;  
color:#333333;  
font-family:Verdana,Osaka,'MS P Gothic';
font-weight:normal;
margin:0px;
padding:0px;
}



body{background:url(bg03.gif) repeat-y 90% 0%;}

/* リンク設定 */ 
a:link{text-decoration:none;color:#9900ff;}/* リンクに触れる前の色 */ 
a:visited{text-decoration:none;color:#9900ff;}/* 訪問したことのあるリンクの色 */ 
a:hover{text-decoration:none;color:#0099ff;}/* 触れた時のリンク設定 */

/* リスト設定 */ 
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:#eeeeee;
}

/* 装飾用box */
.box1{
border:3px double #aaaaaa;
background-color:#ffffff;
}
.box2{
border:3px double #66aaff;
background-color:#ccffff;
}
.box1,.box2{width:450px;margin:15px 0px 0px 0px;padding:5px;}


/* 配布元リンク */
#copyright{padding:5px 0px 0px 40px;}
#copyright a{color:#333333;}
#copyright a:hover{color:#ffffff;}

/* デザイン全般の設定 */
#all{
width:100%;
background:url(bg01.gif) repeat-y 100px 0px;
padding:0px 0px 80px 0px;
}
#header{
background:url(bg01.gif) repeat-x 0px 120px;
padding:60px 0px 20px 0px;
}
#bg{
width:650px;
height:180px;
border:1px solid #333333;
background-image:url(bg02.gif);
margin:0px 0px 0px 200px;
}
#back{
text-align:right;
background:url(bg01.gif) repeat-x 100% 100%;
margin:50px 350px 0px 0px;
padding:0px 20px 2px 0px;
}

/* 見出し設定 */ 
h1{
font-size:26px;
color:#333333;
font-weight:normal;
margin:0px;
padding:30px 0px 0px 20px;
}
h2{
position:relative;
top:55px;
font-size:10px;
color:#000000;
text-align:center;
width:122px;
border:1px solid #333333;
background-image:url(h2.gif);
margin:0px 30px 0px 40px;
padding:18px 0px;
}
h2:first-letter{color:#FF3366;}
h3{
font-size:11px;
color:#aa3399;
text-decoration:underline;
background:url(h3.gif) no-repeat 0% 60%;
margin:10px 0px 0px 170px;
padding:0px 12px;
}

/* メニュー設定 */
#menu{
font-size:13px;
}
#menu ul{
list-style-type:none;
margin:52px 0px 0px 10px;
padding:0px;
}
#menu li{
display:inline;
}
#menu li a{
color:#ffffff;
padding:0px 10px;
}
#menu li a:hover{
color:#aa3399;
}

/* テキスト設定 */
.text1{
line-height:20px;
background-image:url(bg04.gif);
padding:10px 140px 0px 180px;
}



/* リンクページの設定 */ 
dl.banner{margin:0px 0px 15px 0px;}
dl.banner dt{margin:0px 5px 0px 0px;}
dl.banner dd{border-left:4px solid #aaaaaa;margin:0px 0px 0px 10px;padding:0px 5px;}

/* その他要素 */ 
em{font-style:normal;font-weight:bold;}
strong{color:#ffffff;background-color:#cc66aa;}
ins{text-decoration:none;border-bottom:1px solid #33aaff;}
del{text-decoration:line-through;}


.clearfix {zoom:1}
.clearfix:after {content: '\20'; display: block; clear: both;}

.text1 ul{ margin:0; padding:0; width:800px;}
.text1 ul li{ float:left; margin:5px 10px;padding:5px;height:160px; display:block;}
.text1 ul li img{_width:120px;max-width:120px;width:expression(this.width > 120 && this.width > this.height ? 120: true); }
.text1 ul li a{ padding:10px; border:1px solid #999; display:block;}

.clear{clear:both;}
.text1 .logo img{_width:300px;max-width:300px;width:expression(this.width > 300 && this.width > this.height ? 300: true);}
.text1 .img li img{_width:300px;max-width:300px;width:expression(this.width > 300 && this.width > this.height ? 300: true);}