/************* ＨＰの作り方８ *************/


/***** ボディ・スクロールバー指定（水色）*****/
body{
color:#003300;background-image:url("");
background-color:#e7ffd0;
scrollbar-base-color: #ffffff;
scrollbar-3dlight-color: #cdcdcd; 
scrollbar-arrow-color:#0000ad;
scrollbar-dark-shadow-color:#cdcdcd;
scrollbar-face-color:#e7ffd0;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#cdcdcd;}


/***** all内の文字指定 *****/
#all{
text-align:left;
width:730px;
padding: 20px 38px;
font-size:100%;line-height:160%;
font-family:"MS PGothic";
line-break:strict;overflow:hidden;}

p{text-align:center;}

table{font-size:100%;line-height:160%;
font-family:"MS PGothic";
color:#003300;}

/***** bigの文字指定 *****/
big{font-size:200%;font-weight:bold;
color:#808000;font-family:"MS PGothic";}

/***** リンク文字・下線なし・茶色 *****/
a{text-decoration:none;color:#ff0080;font-weight:bolder}


/***** カーソルを置いた時の色・薄緑色 *****/
a:hover{color:orange;}

/***** 見出し文字 *****/
h1 {font-size:20pt;line-height:22pt;font-family:"MS UI Gothic";color:#9c794a;}
h2 {font-size:16pt;line-height:18pt;font-family:"MS UI Gothic";color:#9c794a;}

/***** 見出し文字（大文字１） *****/
.1{font-size:30pt;line-height:30pt;font-family:"ＤＦＰPOP体";color:#800000;}


/***** 見出し文字（大文字３） *****/
.3{font-size:20pt;line-height:20pt;font-family:"HG丸ｺﾞｼｯｸM-PRO";color:#800000;}


/***** 解説文字（小文字） *****/
.4{font-size:10pt;line-height:15pt;color:#0000cc;}


/***** 解説文字（色太文字・茶） *****/
.7{color:#aa33ff;font-weight:bolder;}


/***** 解説文字（色太文字・紺） *****/
.8{color:#000080;font-weight:bolder;}


/***** 解説文字（色太文字・白） *****/
.9{color:#ffffff;font-weight:bolder;}
