@charset"utf-8";

body{
		font-size:100%;
}

/* ロゴ設定 */
#cafe_logo{
	background-color: #ffffff;
	margin-top: 5px;
	height: 100px;
	width: 180px;
}
/* 背景画像設定 */
#contents{
	background-image : url(images/cafe_bg.gif);
	background-color: #000000;
	text-align:left;
	background-repeat: no-repeat;
	margin-top:10px;
	margin-left:100px;
	width:615px;
	height:560px;
}
/* ドリンクとアルコール設定 */
#drink{
	width: 150px;
	margin-top:150px;
	margin-left:100px;
	float:left;
}
/* ドリンク設定 */
#drink_title{
	font-size:88%;
	color:#ffffff;
}
#drink_menu{
	display:block;
	font-size:80%;
	color:#ffffff;
	line-height:1.2;
}
/* アルコール設定 */
#alcohol_title{
	margin-top:10px;
	font-size:98%;
	color:white;
}
#alcohol_menu{
	display:block;
	font-size:90%;
	color:white;
	line-height:1.2;
	list-style-type:disc;
}
/* スイーツ設定 */
#sweets{
	width: 250px;
	margin-top:200px;
	margin-left:350px;
}
#sweets_title{
	font-size:88%;
	color:white;
}
#sweets_menu{
	display:block;
	font-size:80%;
	color:white;
	line-height:1.2;
	list-style-type:disc;
}
/* フッターリンク */
#footer_link{
	width:800px;
	height:20px;
	padding-top:10px;
	float: right;
}
#footer_link ul{
	text-align: center;
}
#footer_link li{
	list-style-type: none;
	padding: 3px;
	font-size:80%;
	display: inline;
}