@charset "utf-8";

html {
　　		min-height: 100%; /* html要素をウィンドウサイズにフィット*/

		background-color:#000000;

 }



body{
	margin:0;
	padding:0;
/*	background-color:#000000;*/
}

#header{
	
	position: fixed;
	_position: absolute; 
	
	top: 0;

	background-color:#494949;
	width:980px;
	height:125px;

	margin-left:auto;
	margin-right:auto;
	
	z-index: 3;
}



.header-l{	
	position:relative;
	float:left;
	top:5px;
	left:0px;
	width:225px;
	height:125px;
	border:#C1C1C1 0px solid;

}

.title{
	position:relative;
	float:left;
	left:0px;
	top:40px;	
	width:520px;
	height:125px;
	font-size:40px;
	margin: auto; 
	text-align:center;
	border:#C1C1C1 0px solid;
}


.header-r{
	width:225px;
	height:125px;
	padding:0px;
	margin:auto; 
	position:relative;
	float:right;
	top:5px;
	overflow:hidden;
	border:#C1C1C1 0px solid;
}






#main{
	width:980px;
	height:auto;

	border:#C1C1C1 0px solid;
	margin: auto;

	margin:0;
	padding:0;
	background:url("../../../images/menu-bk-4s.png") repeat;
	text-align:center;



/*	background-attachment:fixed;
	background-repeat: no-repeat;
 	background-position: center;
	background-size:100% auto; */
}



.atable{
	position:relative;
	top:0px;
}

.space{
	width:100%;
	height:120px;
}



.center {
	background-color:#000000;
	padding:0px;
	border: 0px solid #ffd700;

}



div.end{

	padding:10px;
	clear:both;
}


p.end{

	padding:0px;
	clear:both;
}



.menu{
	width:750px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center:
	clear:both;
}

.menu-one{
	width:740px;	
	border-style:dotted;
	border-width:0px 0px 2px 0px;
	border-color:#c1c1c1;
	clear:both;
	
}

h1{
	color:#ffffff;
	font-size:60px;
	font-weight:bold;
	text-align:center; 
	position:relative;
	bottom:0px;
}

h2{
	color:#ff00ff;
	font-size:50px;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 2px #ffff00; 
	position:relative;
	bottom:0px;
}

a2{
	color:#00ff00;
	font-size:40px;
	
	text-align:center;
	position:relative;
	top:0;
}



p{
	color:#ffffff;
	margin-left:0px;
	margin-right:0px;
	font-size:30px;
	font-weight:bold;
	line-height:10px;
	text-align:center; 
	position:relative;
	bottom:0px;
}

p1{
	color:#ffffff;
	font-size:18px;
	position:relative;
	left:0px;	
}




p.menu-name{
	float:left;
}
	
p.menu-price{
	float:right;
}

p.menu-sub{
	font-size:18px;
	color:#ffffff;
	clear:both;

}


p.menu-sub1{
	font-size:26px;
	color:#ffffff;
	clear:both;

}




.copyright{
	
	bottom: 0;

	width:980px;
	height:auto;
	font-size:18px;
	background: #000000;
	
	text-align:center;

	
}


#all{
	width:980px;
	height:auto;
	border:#C1C1C1 1px solid;

	margin-left:auto;
	margin-right:auto;
	
}









