﻿body {
	font-size: 12pt;
	font-family: 'Comic Sans MS','標楷體', 'Courier New';
	background-attachment: fixed; 
	background-size: 100% 100%;
	background-image: url('../images/0.jpg');
	background-position: center center;
}

.page {
	width: 1000px;
	padding: 10px;
	margin: 0 auto 0 auto;
	/*background-color: white;*/
}

.a{
	width: 100%;
	height: 16%;
	text-align: center;
	font-size: 14pt;

}

.a img:hover{
	box-shadow: 10px 5px 20px rgb(255,255,128);
}
.c{
	font-size: 14pt;
	padding:30px;
}

table.noline{
	width: 100%;
	/*border:1px solid gray;*/
	margin: 0 auto 0 auto;
	padding:50px 0  0  0;
}
table.noline  td{
	width: 100%;
	/*border:1px solid gray;*/
	vertical-align : middle;

}

header {
	width: 100%;
	height: 16%;
	/*margin: 0 auto 20px auto;*/
	text-align: center;
	font-size: 12pt;
	color: rgb(255,0,0);

}
.pageb {
	width: 75%;
	margin: 0 auto 0 auto;
	/*background-color: white;*/
	background-image: url('../images/0-1.jpg');
	/*box-shadow: 0 0 2px 2px gray;*/
	overflow: auto;
}


nav {
	width:100%;
	margin:0 auto 0 auto;/*框邊跟外面距離*/
	border: 0px solid gray;
	height: 80px;
}
.menu {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0px;
	margin:0 auto 0 auto;
	text-align: center;
	border:0px solid gray;
}


footer{
	width: 98%;
	float: right;
	margin: 0 10px 0 0;
	text-align: center;
	font-size: 5pt;
	color: black;
}
.p{
	border: 0px solid gray;
	color: rgb(225,225,132);

}

.fixedpage {
	position: fixed;
	top: 0%;
	width: 100%;
	height: 25px;
	background-color: rgb(121,75,51);	
	z-index:100;
	white-space: nowrap;
	padding-top:5px;
}
.fixedpage a{
	border: 0px solid gray;
	color: rgb(225,225,132);
	margin-left:50px;
	position:absolute;
	
}
.fixedpage a:hover{
	font-weight:bold;
	color: red;

}
.fixedpage marquee{
	color: white;
	font-size: 10pt;
	border: 0px solid red;
	margin-left:222px;
	margin-right:210px;
}


.drinkmenu{
	width: 510px;
	height: 625px;
	border: 2px groove gray;
	padding:0;
	margin:0 auto;
	position: relative;
	
}
.drinkmenu .coffe1{
	position: absolute;
	top: 130px;
	left: 45px;
	width: 340px;
	height: 70px;
	z-index: 1;
}

.drinkmenu .coffe1:hover{
	background-color: rgba(255,255,255,0.5);
}

.drinkmenu .coffe2{
	position: absolute;
	top: 240px;
	left: 45px;
	width: 360px;
	height: 80px;
	z-index: 1;
}

.drinkmenu .coffe2:hover{
	background-color: rgba(255,255,255,0.5);
}

.drinkmenu a{
	display: block;
}