@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
BODY {
font-size: 11pt; /* 全体の文字サイズ */
  font-family : "ＭＳ Ｐゴシック";
 }
a {
  text-decoration: none; 
}

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

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