@charset "utf-8";

/* ----------------------------------------------

	ArtMeter / MYPAGE loading styles
	author   : (C)KAYAC http://www.kayac.com/
	
---------------------------------------------- */

@import url("/css/common.css");
body {
	height: 100%;
	background: #F0F0F0 url(/img/mypage/loading.gif) no-repeat 50% 50%;
}
div#boxLoading {
	display: none;
}
div#boxLoading p {
	display: none;
}

