@charset "UTF-8";

*, body  {
	color: #fff;
	text-align: left;
	line-height: 1.5em;
	font-style: normal;
	font-size: 0.9em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	font: bold;
	}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
	}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	margin: 0 3em;
}
.mouse_on a:hover img {
	text-decoration: underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	}