@charset "UTF-8";

/*main*/
body {
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #EBE0BE url(img/bg.gif) repeat-y center;
}
input {
	font-size: 16px;
	line-height: 150%;
}
textarea {
	font-size: 16px;
	line-height: 150%;
}
h1 div {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin: 0px 0px 0px 22px;
	padding: 5px 0px 0px;
}
.ranking ul li {
	margin-left: 18px;
	margin-right: 25px;
	line-height: 120%;
	margin-bottom: 8px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

/*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%;
}
