@charset "Shift_JIS"; 
/* 見出し */
h1 { /* home・HPタイトル */
   padding:5px;   
   font-size: 50px; /* 文字サイズ・５０ｐｘ */
   line-height: 30%; /* 行間・３０％ */
   font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;/* フォント・明朝系 */
}
h2 { /* HPタイトル */
   padding:5px;   
   font-size: 30px; /* 文字サイズ・３０ｐｘ */
   line-height: 10%; /* 行間・１０％ */
   font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;/* フォント・明朝系 */
}
h3 { /* ページタイトル */
   padding:3px 5px; 
   font-size: 13px; /* 文字サイズ・１３ｐｘ */
   color:#ffffff; /* 文字・白色 */
   background-color:#730000;/* 背景・赤茶色 */
   border-color:#ddb9b9; /* 線・薄ピンク色 */
   border-width:0 0 0 10px; 
   border-style:solid;
}
h4 { /* セクション */ 
   padding:3px 15px; 
   font-size: 13px; /* 文字サイズ・１３ｐｘ */
   color:#730000; /* 文字・赤茶色 */
   border-width:0 0 1px 0px;
   border-color:#730000; /* 線・赤茶色 */
   border-style:dashed;
   font-weight: 600;
}

h4 img{ vertical-align: top; 
}

/* レイアウト */
body{ /* 全体 */ 
   margin:0;
   padding:0;
   background-color: #ddb9b9; /* 背景・薄ピンク色 */
   color:#730000; /* 文字・赤茶色*/
   scrollbar-track-color: #ddb9b9;
   scrollbar-face-color: ;
   scrollbar-arrow-color: #730000; /* 矢印・赤茶色 */
   scrollbar-3dlight-color: ;
   scrollbar-darkshadow-color: ;
   scrollbar-highlight-color: ;
   scrollbar-shadow-color: ;
}
#wrap { /* 本体全体 */ 
   margin:0 0; 
   width:800px; /* 横幅・８００ｐｘ */
   text-align:left; /* 文字左寄せ */
   background-color: #ffffff; /* 背景・白色 */
}
p.left{ /* 左寄せ */ 
   text-align:left; /* 文字左寄せ */
   margin-left:5px;  
   font-size: 15px;/* 文字サイズ・１５ｐｘ */
}

p.center{ /* 中央寄せ */ 
   text-align:center; /* 文字中央寄せ */
   margin-left:5px;  
   font-size: 15px;/* 文字サイズ・１５ｐｘ */
}

p.right{ /* 右寄せ */ 
   text-align:right; /* 文字右寄せ */
   font-size:80%;/* 文字サイズ・８０％ */
}

a img { /* 画像 */ 
border:1px solid #ddb9b9
}
a:hover img { /* 画像 */ 
border:1px solid #990000
} 
div a { /* リンク */ 
    font-size: 13px;/* 文字サイズ・１３ｐｘ */
}


div.main { /* メイン全体 */
   margin-left: 25px;  /*   margin-left: ２５ｐｘ */
}

textarea { /* テキストエリア */
   background-color: #ffffff; /* 背景・白色 */
   border: medium #000033 double; /* 線 */
   font-size:90%;/* 文字サイズ・９０％ */
}
strong {
   color: #730000; /* 赤茶色 */
   font-weight: bold;/* 太字　７００ */
}
big {
   font-size: 16px;/* 文字サイズ・１６ｐｘ */
   font-weight: 600;/* 太字　６００ */

}
small {
   font-size: 12px;/* 文字サイズ・１２ｐｘ */
}

ul {
   list-style-image: url(./image/dot3.gif);
}
li {
   margin-bottom: 10px;
}

th.left {
   vertical-align: top;
   text-align:left; /* 文字左寄せ */
   margin-left:5px;  
   font-size: 17px;/* 文字サイズ・１７ｐｘ */
}
td {
   vertical-align: top;
   margin-left:5px;  
   font-size: 15px;/* 文字サイズ・１５ｐｘ */
}
td.space {
   width: 25px; 
}
td.image {
   width: 160px; 
}
td.caption {
   width: 500px; 
}

hr.book {
   width: 90%;
   height: 1px;
   background-color: #CC6666;
   border: 1px #CC6666 dotted;
   color: #CC6666;
}

a{/*リンクされた文字*/

color:#730000;

font-style:normal;

text-decoration:underline;

}

a:link {/*未訪問のリンク*/

color:#730000;

font-style:normal;

text-decoration:underline;

}

a:visited {/*訪問後のリンク*/

color:#730000;

text-decoration:underline;

}

a:hover {/*マウスをのせたとき*/

color:#a33737;

font-style:normal;

text-decoration:underline;

}

a:active {/*クリック中*/

text-decoration:none;

}


div.clear {
   clear: both;
}