@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	background-attachment: fixed;
	background-image: url(image/bg.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin-top: 0px;
}
a:link {
	color: #CC6666;
	text-decoration: none;
}
a:hover {
	color: #CC6666;
	text-decoration: underline;
}
a:visited {
	color: #CC6666;
	text-decoration: none;
}
a:active {
	color: #CC6666;
	text-decoration: none;
}

.M {
	font-size: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #6666CC;
}
.s {
	font-size: 10px;
	line-height: 17px;
	color: #333333;
}

