  /*--- 全体にわたってのスタイル ---*/

body {
    font-size: 12px;
    margin: 2.5%
}

td.ver01 {
 font-size: 16pt;
}

th.ver01 {
 font-size: 16pt;
}

td,th {
    font-size: 12pt;
    margin: 2.5%
}

body.chap01{
    background-color:#ffffff;
}

body.chap02{
    background-color:#ffffff;
}

body.chap03{
    background-color:#ffffff;
}

body.chap04{
    background-color:#ffffff;
}

body.chap05{
    background-color:#ffffff;
}

body.chap06{
    background-color:#ffffff;
}

body.chap07{
    background-color:#ffffff;
}

body.chap08{
    background-color:#ffffff;
}

body.chap09{
    background-color:#ffffff;
}

body.chap10{
    background-color:#ffffff;
}

  /*--- 電子マニュアル topページのスタイル（00_0index.html） ---*/


div.top_title1{
    font-weight: bold;
    color: #666666;
}

div.top_title2{
    font-size: 24px;
    font-weight: bold;
    color: #666666;
}

p.topfont{
    font-size: 12px;
}

  /*--- 各章のもくじのスタイル ---*/

div.subtitle_sub{
    font-size: 20pt;
    color:#CC3300;
}

div.subtitle2{
    font-size: 16pt;
    text-indent: -1em;
    margin-left: 1em;
}

div.subtitle3{
    font-size: 12pt;
    text-indent: -0.7em;
    padding-left : 2em;
}


  /*--- 各章のスタイル ---*/

div.contents_mokuzi{
    background-color:#ffffff;
    border-width:12px;
    border-style:solid;
    border-color:#ffffff;
}

div.contents{
    background-color:#ffffff;
    font-size: 16pt;
    line-height: 1.5;
    border-width:8px;
    border-style:solid;
    border-color:#ffffff;
}

  /*-- 本文のスタイル --*/
h1 {
    color:#CC3300;
    font-size: 24pt;
}

h2 {
    color:#CC3300;
    font-size: 24pt;
}

div.title{
    font-size: 20pt;
    margin-left: 1em;
    text-indent: -0.7em;
}

div.subtitle{
    font-size: 16pt;
    margin-left: 1em;
    text-indent: -0.7em;
}

div.memo{
    font-size: 14pt;
    color: #666666;
    margin-left: 1em;
    text-indent: -0.7em;
}

div.explanation{
    font-size: 16pt;
}

div.sentence1{
    font-weight: bold;
    color:#CC3300;
    margin-left: 1em;
    text-indent: -0.7em;
}

div.sentence2{
    font-size: 16pt;
    color: #666666;
    margin-left: 1.4em;
}

/*--10_specificationsで使用--*/
div.indent_10{
    margin-left: 2em;
}


div.indent{
    margin-left: 1em;
    text-indent: -0.7em;
}


  /*--- （1）に使用 ---*/
div.indent2{
    margin-left: 1.6em;
    text-indent: -2.5em;
}

  /*--- imgのt_1に使用 ---*/
div.indent3{
    margin-left: 1.2em;
    text-indent: -1.5em;
}

div.indent_dot{
    margin-left: 1em;
    text-indent: -1em;
}


div.marginleft{
    margin-left: 3em;
}

