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


.wrapper{
	width:100%; 
	height:auto;
	margin:0 auto;
	
	
}

.menu{
	width:100%;
	height:40px;
	background-color:#EEAAFF;
	text-align:center;
	padding-top:10px;
	border-radius:50px;
	-moz-border-radius:50px;
	

}

.menu li{
	display:inline;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	padding:15px 15px 0px 15px;
	list-style:katakana;
}

.a:hover{
	color:#BFE4EC;
	font-style:oblique;
}

.teacup{
	width:50%;
	height:600px;
	float:left;
}
	
.coffee{
	width:50%;
	height:600px;
	float:left;
}
.text{
	width:50%;
	height:600px;
	float:right;
}

.footer{
	width:100%;
	height:40px;
	background-color:#F165EC;
	float:left;
	text-align:center;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	
}

p{
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	color:#F46CA;
	font-size:12px;
	