@charset "UTF-8";

/*main*/
body {
	text-align: center;
	background: #F0EEDF url(img/bg.jpg) repeat-x top;
	font-size: 16px;
	line-height: 150%;
	color: #000000;
	margin: 0;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

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