
/* 基本設定 */ 
body,td,th{
font-size:12px;  
color:#000000;  
font-family:MS UI Gothic,Verdana,Osaka;
font-weight:normal;
margin:0px;
padding:1px;

scrollbar-face-color:white;
scrollbar-highlight-color:white; scrollbar-shadow-color:white;
scrollbar-3dlight-color:white; scrollbar-arrow-color:#747474;
scrollbar-track-color:#747474; scrollbar-darkshadow-color:white;
}
body {text-align:center;}

/* リンク設定 */ 
a:link{text-decoration:none;color:#000000;border-bottom:1px dotted #DDDDDD;}/* リンクに触れる前の色 */ 
a:visited{text-decoration:none;color:#000000;border-bottom:1px dotted #CCCCCC;}/* 訪問したことのあるリンクの色 */ 
a:hover{text-decoration:none;color:#ffffff;border-bottom:0px;}/* 触れた時のリンク設定 */

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

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

/* デザイン全般の設定 */
#all{
text-align:left;
width:500px;
margin:0px auto;
}

#all2{
text-align:left;
width:370px;
margin:0px auto;
}

#main{
border-style:solid;border-color:#ffffff;border-width:0px;
padding:0px 0px;
margin:-5px 0px 20px 0px;
}

/* 見出し設定 */ 
h1{
font-size:28px;
color:#333333;
font-weight:normal;
font-family:Georgia,Century Gothic;
text-align:center;
margin:0px;
padding:30px 0px 5px 0px;
}
h2{
font-size:22px;
color:#CCCCCC;
font-family:Georgia,Century Gothic;
font-weight:normal;
margin:0px;
padding:10px 0px;
}

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

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

/* その他要素 */ 
em{font-style:normal;font-weight:bold;}
strong{font-weight:normal;color:#d7003a;}
ins{text-decoration:none;border-bottom:1px solid #d7003a;}
del{text-decoration:none;border-bottom:1px dashed #808080;}

