@charset "UTF-8";

/*main*/
body {
	text-align: center;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 150%;
	color: #666666;
	margin: 0;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*decoration*/
.xxLarge {
	font-size: 20px;
	line-height: 150%;
}
.xLarge {
	font-size: 18px;
	line-height: 150%;
}
.large {
	font-size: 16px;
	line-height: 150%;
}
.medium {
	font-size: 14px;
	line-height: 150%;
}
.small {
	font-size: 12px;
	line-height: 150%;
}
