/***********************************************************/
/* 標準定義スタイル                                        */
/***********************************************************/

/* BODY */
body          { font-family: "ＭＳ 明朝", 細明朝体; 
                background-color: #ffffff }

/* 段落 */
p             { font-size: 12pt; 
                color: #000000; 
                text-align: left; 
                line-height: 150%; 
                font-weight: normal; 
                margin-left: 12pt; 
                margin-right: 12pt }

/* リンク */
a             { text-decoration: none; 
                line-height: 150% }

/***********************************************************/
/* CLASS定義スタイル                                      */
/***********************************************************/

/* 本文１ */
.honbun1
              { font-size: 12pt; 
                color: #000000; 
                text-align: left; 
                line-height: 150%;
                margin-left: 12pt; 
                margin-right: 12pt }

/* 本文-2 */
.honbun-2
              { font-size: 12pt; 
                color: #000000; 
                text-align: left; 
                text-indent: -12pt; 
                line-height: 150%;
                margin-left: 24pt; 
                margin-right: 12pt }

/* 本文p1 */
.honbunp1
              { font-size: 12pt; 
                color: #000000; 
                text-align: left; 
                text-indent: 12pt; 
                line-height: 150%;  
                margin-left: 12pt; 
                margin-right: 12pt }

/* 本文2 */
.honbun2
              { font-size: 12pt; 
                color: #000000; 
                text-align: left; 
                line-height: 150%;
                margin-left: 24pt; 
                margin-right: 12pt }

/* 本文-3 */
.honbun-3
              { font-size: 12pt; 
                color: #000000; 
                text-align: left; 
                text-indent: -12pt; 
                line-height: 150%;
                margin-left: 36pt; 
                margin-right: 12pt }

/* 本文3-3 */
.honbun3-3
              { font-size: 12pt; 
                color: #000000; 
                text-align: left; 
                text-indent: -36pt;
                line-height: 150%;
                margin-left: 48pt; 
                margin-right: 12pt }

/* 本文p2 */
.honbunp2
              { font-size: 12pt; 
                color: #000000; 
                text-align: left; 
                text-indent: 12pt; 
                line-height: 150%;  
                margin-left: 24pt; 
                margin-right: 12pt }

/* 本文3 */
.honbun3
              { font-size: 12pt; 
                color: #000000; 
                text-align: left; 
                line-height: 150%;
                margin-left: 36pt; 
                margin-right: 12pt }

/* 本文p3 */
.honbunp3
              { font-size: 12pt; 
                color: #000000; 
                text-align: left; 
                text-indent: 12pt; 
                line-height: 150%;
                margin-left: 36pt; 
                margin-right: 12pt }

/* 本文4 */
.honbun4
              { font-size: 12pt; 
                color: #000000; 
                text-align: left; 
                line-height: 150%;
                margin-left: 48pt; 
                margin-right: 12pt }

/* 本文p4 */
.honbunp4
              { font-size: 12pt; 
                color: #000000; 
                text-align: left; 
                text-indent: 12pt; 
                line-height: 150%;
                margin-left: 48pt; 
                margin-right: 12pt }

/* 本文p5 */
.honbunp5
              { font-size: 12pt; 
                color: #000000; 
                text-align: left; 
                text-indent: 12pt; 
                line-height: 150%;
                margin-left: 60pt; 
                margin-right: 12pt }

/* ゴシック */
.honbunGothic
              { font-size: 12pt; 
                color: #000000; 
                text-align: center; 
                line-height: 150%; 
                margin-left: 12pt; 
                margin-right: 12pt }

/* 中央寄せ（文字フォント＝標準） */
.center-n
              { font-size: 12pt; 
                color: #000000; 
                text-align: center; 
                line-height: 150% } 

/* 本文見出し１ */
.midashi
              { font-size: 15pt; 
                color: #000000; 
                text-align: left; 
                line-height: 150%; 
                margin-left: 12pt; 
                margin-right: 12pt }

/* ゴシックボールド */
.center-b
              { font-size: 12pt; 
                color: #000000; 
                text-align: center; 
                line-height: 150%; 
                margin-left: 12pt; 
                margin-right: 12pt ;
                font-weight: bold}

/* 右寄せ1 */
.right
              { font-size: 12pt;
                color: #000000; 
                text-align: right; 
                line-height: 150%; 
                margin-left: 12pt; 
                margin-right: 12pt }


