
/* 基本設定 */ 
body,td,th{
font-size:70%;  
color:#333333;  
font-family:Verdana,Osaka,'MS P Gothic';
font-weight:normal;
margin:0px;
padding:0px;
}

/* 横幅 */
body { margin-left: 5em; margin-right: 20em; }

/* リンク設定 */ 
a:link{text-decoration:none;color:#0066cc;}/* リンクに触れる前の色 */ 
a:visited{text-decoration:none;cursor:crosshair;color:#0066cc;}/* 訪問したことのあるリンクの色 */ 
a:hover{text-decoration:none;cursor:crosshair;color:#cccccc;}/* 触れた時のリンク設定 */ 


 /* 画像のボーダーをあらかじめ０にする */
img{border:none;}


/* 配布元リンク */
#copyright{font-size:10px;padding:0px 0px 0px 40px;}
#copyright a{color:#333333;}
#copyright a:hover{color:#ffaa33;}

/* デザイン全般設定 */
.ta3{background:url(bg01.gif) no-repeat 0% 0%;}
.ta4{background:url(bg02.gif) no-repeat 0% 0%;}
.ta5{background:url(bg03.gif) no-repeat 0% 0%;}
body#enter_page{overflow:hidden;}
body#menu_page{background:url(bg01.gif) no-repeat 0% 0% fixed;}
.ta1{background:url(bg04.gif) repeat-x 100% 100%;}
.ta2{background:url(bg05.gif);}
body#left_page{background:url(bg02.gif) no-repeat 0% 0% fixed;}
.back{
text-align:right;
border-top:1px dashed #666666;
margin:0px 10px 0px 5px;
padding:2px 5px;
}


/* テキスト設定 */ 
.text1{
line-height:20px;
padding:8px 40px 30px 25px;
}
.text2{background-image:url(bg05.gif);}
.text3{background-image:url(bg06.png);}
* html .text3{filter:alpha(opacity=70);width:100%;background-color:#ffffff;}
.text2,.text3{
font-size:90%;
line-height:18px;
margin:0px 5px 20px 10px;
padding:8px 10px 10px 5px;
}

/* リンクページの設定 */ 
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;}

ins{text-decoration:none;border-bottom:1px solid #33aaff;}
del{text-decoration:line-through;}
