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

body  {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	Line-height: 160%;
	color: #000000;
	text-align: justify;
	text-justify: inter-ideograph;
	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;
}