@charset "UTF-8";
/* CSS リニューアル中です。今暫らくお待ちください。page */

/*** ボディ ****/
/*** @group body ******************************************************************************/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
}

#wrapper {
	height: auto;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}

span.bf {
	visibility: hidden;
	text-indent: -9999px;
	display: none;
}

/*** メイン ****/
/*** @group main ******************************************************************************/

/* 背景 */
#main {
	padding: 0px;
	height: 410px;
	width: 520px;
	margin: 0px 0px 0px 0px;
	background: url(../images/commingsoon/commingsoon.jpg) no-repeat;
}

