@charset "EUC-JP";



/*MAIN-PAGE*/

div.aboutCatch{
	width:980px;
	text-align:center;
	margin-bottom:10px;
}
	div.aboutCatch p{
		padding-top:5px;
	}

div.aboutJoin{
	width:980px;
	height:70px;
	position:relative;
}
	div.ajBox01{
		width:420px;
		height:70px;
		position:absolute;
		top:0px;
		left:10px;
	}
	div.ajBox02{
		width:420px;
		height:70px;
		position:absolute;
		top:0px;
		left:500px;
	}

/*VIP*/

div.vipNumber{
	width:980px;
	background-color:#FFFFD2;
	padding-bottom:15px;
	text-align:center;
}
	h2.aboutH2vip{
		height:75px;
	}
	div.vipNumber div{
		text-align:center;
		margin:0px auto;
	}

div.svipNumber{
	width:980px;
	background-color:#FFDFDF;
	padding-bottom:15px;
	text-align:center;
}

	div.svipNumber div{
		text-align:center;
		margin:0px auto;
	}

