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

body{
	background-color:#FFF;
}

.text_shop{
	font-size:14px;
	font-weight:bold;
	color:#ee7d99;
	text-align:center;
	line-height: 2em;
}

.text1{
	font-size:11px;
	color:#666;
	line-height: 1.7em;
}

a:link {
	text-decoration: none;
	border:none;
}
a:visited {
	text-decoration: none;
	border:none;
}
a:hover {
	text-decoration: underline;
	border:none;
}
a:active {
	text-decoration: none;
	border:none;
}
	

#wrapper{
	width:800px;
	margin:0 auto;
	padding-bottom:80px;
	overflow:hidden;
	background-color:#FFF;
}

#box01{
	width:800px;
	height:620px;
	background-image:url(../img/title.jpg);
	background-repeat:no-repeat;
	margin-bottom:15px;
}

#box02{
	width:800px;
	height:245px;
	background-image:url(../img/back01.jpg);
	background-repeat:no-repeat;
	margin-bottom:65px;
}

#box03{
	width:800px;
	height:390px;
	background-image:url(../img/back02.jpg);
	background-repeat:no-repeat;
}

#partyscene{
	width:800px;
	height:100px;
	margin-bottom:45px;
}


#box04{
	width:800px;
	height:30px;
	background-image:url(../img/back03.png);
	background-repeat:no-repeat;
	margin-bottom:15px;
}

#shop{
	width:800px;
	height:320px;
	margin-left:-25px;
}

#shop ul{
	width:825px;
	float:left;
	list-style:none;
}

#shop ul li{
	float:left;
	width:250px;
	margin-left:25px;
}

.block{
	margin-top:15px;
	width:250px;
}

.block img{
	margin-bottom:6px;
}
.bg_white {
	background-color:#FFF;
}
