@charset "UTF-8";



div#container p{

margin-bottom: 10px;

}



/* 各ブロック最後のパラグラフ */

div#container .lastParagraph{

margin-bottom: 0 !important;

}



div#container h1{

margin: 0;

color: #333;

font-size: 1.0em;

font-weight: bold;

}



div#container h2{

margin-bottom: 15px;

color: #333;

font-size: 1.0em;

font-weight: bold;

}



div#container h2.second{

margin-top: 30px;

}



div#container h3{

color: #333;

font-size: 0.84em;

font-weight: bold;

}



div#container h4{

color: #333;

font-size: 0.84em;

font-weight: bold;

}



div#container h5{

color: #333;

font-size: 0.84em;

font-weight: bold;

}



div#container h6{

color: #333;

font-size: 0.84em;

font-weight: bold;

}



/* 強調表現 */

div#container strong{

font-weight: bold;

}



/* 強調でない太字 */

div#container .bold{

font-weight: bold;

}



/* 上付き文字 */

div#container sup{

vertical-align: top;

}