@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
}
img {
	border: none;

	/* 画像ドラッグ・選択禁止 */
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}
.color-red2 {
	color: #cc0000;
}

.tax {
	margin: 10px 20px;
	padding: 5px;
	outline: solid 2px #FF0000;
	background-color: #FFD4FE;
	text-indent: 10px;
	font-weight: bold;
	color: #2A1314;
}