@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
BODY {
font-size: 12pt; /* 全体の文字サイズ */

  font-family : "ＭＳ Ｐゴシック";
}

/*---罫線の設定---*/
hr{
height: 2px;
background-color: #0000ff;
border: none;
color: #0000ff;
}

/* --- コンテナ --- */
#container {
width: 600px;
	font-size: 12pt;
	font-style: ＭＳ Ｐゴシック;
	line-height: 180%;
  text-align : left;
  font-family : "ＭＳ Ｐゴシック";
}
