@charset "UTF-8";
body {
	background-color: #e60000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

.whitebase02 {
	background-image: url(images/whitebase02.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.index_border {
	background-image: url(images/border.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 10px;
}
.base_space {
	height: 10px;
}
.margin10 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.left_margin {
	margin-left: 15px;
}
.small {
	font-size: 12px;
	line-height: 26px;
}
 a.btn:hover {
   opacity: 0.5;
   filter alpha(opacity=50);
   -ms-filter: "alpha(opacity=50)";
 }

a:link {
	color: #E40000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #DE6D6F;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited {
	color: #820106;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
