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

body  {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif, Meiryo, sans-serif;
	font-size: 12px;
	Line-height: 150%;
	color: #333333;
	text-justify: inter-ideograph;
	background-image: url(image/bg.gif);
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: left; 
}

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


.midashi {color: #990000; font-size: 16px; font-weight: bold; 
}

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

.style1 {	font-size: 10px;
	color: #FFFFFF;
}