/**/

.sp-t00 {
	margin-top: 0px;
}
.sp-t05 {
	margin-top: 5px;
}
.sp-t10 {
	margin-top: 10px;
}
.sp-t20 {
	margin-top: 20px;
}
.sp-t40 {
	margin-top: 40px;
}
.sp-b00 {
	margin-bottom: 0px;
}
.sp-b05 {
	margin-bottom: 5px;
}
.sp-b10 {
	margin-bottom: 10px;
}
.sp-b20 {
	margin-bottom: 20px;
}
.sp-b40 {
	margin-bottom: 40px;
}

/**/

.textS {
	font-size: x-small;
}
.textM {
	font-size: small;
}
.textL {
	font-size: medium;
}
.textLL {
	font-size: large;
}	
.text-red {
	color: #FF0000;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.clear {
	clear: both;
}

	/**/
	
h1,
h2,
h3,
h4,
p {
	margin: 0px;
}

a {
	color: #982D33;
	text-decoration: none;
}
img {
	margin: 0px;
	border: 0px;
}

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

