@charset "Shift_JIS";
/* 全体構造
---------------------------------------------------- */
body {
	margin: 0;
	background-color: #FFFFFF;
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 160%;
	color: #333333;
	}
a:link {
	text-decoration:none;color:#CE181E
	}
a:active {
	text-decoration:none;color:#CE181E
	}
a:visited {
	text-decoration:none;color:#CE181E
	}
a:hover {
	text-decoration:underline;color:#B2AC9D
	}
	
/* 通常テキスト */
td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 160%;
	color: #666666;
}

