@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../images/bg.jpg);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:14px;
	letter-spacing:0.2em;
	line-height:1.6em;
	margin:0;
	padding:0;
}

#wrap{
	width:1000px;
	margin:0 auto;
	padding:0;
}

h1{
	margin:30px auto 30px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:390px;
	height:99px;
	text-indent:-9999px;
}

#copy{
	margin:70px auto 90px;
	background-image:url(../images/teaser_01.png);
	background-repeat:no-repeat;
	width:664px;
	height:275px;
	text-indent:-9999px;
}


#news{
	margin:0 auto 60px;
	background-image:url(../images/teaser_02.png);
	background-repeat:no-repeat;
	width:611px;
	height:383px;
	text-indent:-9999px;
}

#comingsoon{
	margin:0 auto;
	padding-top:50px;
	background-image:url(../images/bdr.png);
	background-repeat:repeat-x;
	background-position:top;	
}

#cs_text{
	margin:0 auto 60px;
	padding:0;
	width:270px;
	height:51px;
}

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

#ftr_logo{
	margin:0 auto 60px;
	width:92px;
	height:92px;
}

#footer{
	margin:0 auto;
	padding:0;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
}


