
@import url("base.css");
@import url("globalmenu.css");


/*　bodyのスタイル　*/

body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/*　*/
.section {
	margin: 10px 10px 5px 20px; /* 上下方向のマージンを20pxに指定、左右方向は10pxに指定 */
	font-size: 11pt;
	line-height: 180%;
}
.section02 {
	margin: 5px 10px 5px 6px; /* 上下方向のマージンを20pxに指定、左右方向は10pxに指定 */
	font-size: 8pt;
	line-height: 150%;
}
.section03 {
	margin: 0px 22px 8px 22px; /* 上下方向のマージンを30pxに指定、左右方向は10pxに指定 */
	font-size: 10pt;
	line-height: 140%;
}

.dotline    {
        border-bottom: dotted 1px #041c62;
	margin: 5px 0px 10px 0px; 
} 
.underline  {
        border-bottom: solid  1px #041c62;
	margin: 5px 0px 10px 0px;
	font-size: 9pt;
        font-weight: bold;
	line-height: 150%;
        letter-spacing: 1pt;
}