@charset "UTF-8";

*{font-family:"メイリオ", "Meiryo","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* デフォルトスタイルの無効化（リセットするためのスタイル） */
body,div{
margin:0px;
padding:0px;
}
h1,h2,h3,h4,h5,h6,ul,li{
margin:0px;
padding:0px;
font-size:100%;
font-weight:normal;
}

body{
font-size:16px;
width:800px;
margin-left:auto;
margin-right:auto;
line-height:140%; 
}

hr{
width:728px;
}
#long{
width:100%;
}

h1{
font-size:32px;
font-weight:bold;
text-align:center;
line-height:130%; 
}
h2{
font-size:24px;
font-weight:bold;
text-align:center;
line-height:120%; 
}
h3{
font-size:18px;
font-weight:bold;
text-align:center;
line-height:120%; 
}
h4{
font-size:16px;
font-weight:bold;
text-align:center;
line-height:120%; 
}
h5{
font-size:13px;
font-weight:bold;
text-align:center;
line-height:120%; 
}
h6{
font-size:9px;
font-weight:bold;
text-align:center;
line-height:120%; 
}

/* 見出しタグの代用 */
.h0{
font-size:48px;
font-weight:bold;
text-align:center;
line-height:130%; 
}
.h1{
font-size:32px;
font-weight:bold;
text-align:center;
line-height:130%; 
}
.h2{
font-size:24px;
font-weight:bold;
text-align:center;
line-height:120%; 
}
.h3{
font-size:18px;
font-weight:bold;
text-align:center;
line-height:120%; 
}
.h4{
font-size:18px;
font-weight:bold;
text-align:center;
line-height:120%; 
}
.h5{
font-size:13px;
font-weight:bold;
text-align:center;
line-height:120%; 
}
.h6{
font-size:9px;
font-weight:bold;
text-align:center;
line-height:120%; 
}
.h7{
font-size:5px;
font-weight:bold;
text-align:center;
line-height:120%; 
}
.h8{
font-size:1px;
font-weight:bold;
text-align:center;
line-height:120%; 
}

/* フォントサイズ全般 */
.font0{
font-size:1px;
line-height:160%; 
}
.font1{
font-size:9px;
line-height:160%; 
}
.font2{
font-size:13px;
line-height:160%; 
}
.font3{
font-size:16px;
line-height:170%; 
}
.font4{
font-size:18px;
line-height:170%; 
}
.font5{
font-size:24px;
line-height:170%; 
}
.font6{
font-size:32px;
line-height:170%; 
}
.font7{
font-size:48px;
line-height:170%; 
}


/* フォントサイズ特別版 */
.font25{
font-size:14px;
line-height:160%; 
}
.font35{
font-size:17px;
line-height:170%; 
}

/* 画像のキャプション用 font size="2"の設定 */
.font2c{
font-size:13px;
line-height:160%; 
text-align:center;
}

/* その他のサイズの中央寄り文字の設定 */
.font3c{
font-size:16px;
line-height:170%; 
text-align:center;
}
.font4c{
font-size:18px;
line-height:170%; 
text-align:center;
}
.font5c{
font-size:24px;
line-height:170%; 
text-align:center;
}
.font6c{
font-size:32px;
line-height:170%; 
text-align:center;
}
.font7c{
font-size:48px;
line-height:170%; 
text-align:center;
}

/* ファイル番号＆作成日用 font size="3"の設定 */
.font3_top{
font-size:16px;
line-height:100%; 
padding-left:16px;
}

/* 見出しチャプター（章分けスクエア） */
.font35_ch{
font-size:17px;
font-weight:bold;
text-align:left;
line-height:120%; 
}
.font35_ddred_ch{
font-size:17px;
font-weight:bold;
color:#AE012C;
text-align:left;
line-height:120%; 
}
.font35_blue_ch{
font-size:17px;
font-weight:bold;
color:#0000FF;
text-align:left;
line-height:120%; 
}
.font35_dblue_ch{
font-size:17px;
font-weight:bold;
color:#000099;
text-align:left;
line-height:120%; 
}

/* 水平線（区切り線） */
.hr100{
width:100%;
}
.hr728{
width:728px;
}


/* モバイル対応コード */
div{
max-width:800px;
margin-left:auto;
margin-right:auto;
}
img{
max-width:100%;
}
iframe{
max-width:100%;
}



/* 文字の強調＆墨入れ */
.red{color:#FF0000;}
.dred{color:#CC0033;}
.ddred{color:#AE012C;}


/* 不採用のコード */
/* 行の高さ　line-height:170%; */
/* ライン（2本線）　border-top:double 6px #ff9f0d; */


