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

body  {
    font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: center;
    Line-height: 150%;
    color: #333333;
    margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
    padding: 0;
    background-color: #E5ECBA;
}


.top {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	color: #333333;

}

a:link {
	text-decoration: none;
	color: #CC3366;
}
a:visited {
	text-decoration: none;
	color: #CC0099;
}
a:hover {
	text-decoration: underline;
	color: #CC3366;
}
a:active {
	text-decoration: none;
	color: #CC3399;
}


.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;
	Line-height: 150%;
	color: #333333;
}


.style2 {	font-size: 14px;
	Line-height: 150%;
	color: #FF6600;
}

.style3 {	font-size: 12px;
	Line-height: 150%;
	color: #990000;
}
