@charset "UTF-8";
/* CSS Document */

body  {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 14px;
	Line-height: 160%;
	color: #000000;
	text-align: justify;
	text-justify: inter-ideograph;
	background-image: url(image/bg02.gif);
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.honmon {
	font-size: 14px;
	Line-height: 160%;
	color: #000000;
	text-align: justify;
	text-justify: inter-ideograph;
}

.pankuzu {
	margin-top: 1em;
	font-size: 12px;
	Line-height: 145%;
	text-align: right;
}
.midashi {color: #990000; font-size: 16px; font-weight: bold; 
}

.news {
	font-size: 12px;
	color: #333333;
	Line-height: 145%;
	text-align: left;
}

.style1 {
	font-size: 12px;
	color: #333333;
