@charset "utf-8";
.main {
	background-image: url(../image/main.jpg);
	background-repeat: no-repeat;
	width: 320px;
	height: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

/*TOPボタン*/
section{
	margin-top: -10px;
	padding:0 4px;
	text-align:justify;
	color: #FFF;
}
section .menu li{
	background:url(../image/bg_menu.png);
	-webkit-border-radius:8px;
	letter-spacing: 0.1em;
	color: #FFF;
}
section .menu li a{	
	height:40px;
	line-height:40px;
	text-indent:10px;
	display:block;
	-webkit-border-radius:8px;
	margin-bottom:8px;
	text-align:center;
	text-shadow:1px 1px 1px #F06;
	font-weight:bold;
	color: #FFF;
}
section .menu li a.bg1{
	background:url(../image/bg_b.png) no-repeat;
	color: #FFF;
}
section .menu li a.bg2{
	background:url(../image/bg_b.png) no-repeat;
	color: #FFF;
}
section .menu li a.bg3{
	background:url(../image/bg_b.png) no-repeat;
	color: #FFF;
}
section .menu li a.bg4{
	background:url(../image/bg_b.png) no-repeat;
	color: #FFF;
	}
section .menu li a.bg5{
	background:url(../image/bg_b.png) no-repeat;
	color: #FFF;
}
section .menu li a.bg6{
	background:url(../image/bg_b.png) no-repeat;
	color: #FFF;
}
section .menu li a:hover{
	color: #FFF;
	text-shadow:1px 1px 1px #F30;
}
section .menu_cardapio li{
	-webkit-border-radius:8px;
	color: #FFF;
}
section .menu_cardapio li a{	
	height:40px;
	line-height:40px;
	text-indent:10px;
	display:block;
	-webkit-border-radius:8px;
	margin-bottom:8px;
	text-align:center;
	text-shadow:1px 1px 1px #F90;
	font-weight:bold;
	border:2px #F60 solid;
	color: #FFF;
}
section .menu_cardapio_interno{
	height:90px;
	border:0px red solid;
	color: #FFF;
}
section .menu_cardapio_interno li{
	text-align:center;
	color: #FFF;
}
section .menu_cardapio_interno li a{
	float:left;
	display:block;
	padding:6px;
	margin:2px;
	font-size:13px;
	text-align:center;
	color: #FFF;
}
/*TOPボタンここまで*/

.data {
	padding-top: 420px;
	line-height: 1.4em;
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 40px;
	color: #F69;
	text-shadow: 2px 1px 2px #FFF;
}

.txt {
	padding: 0.8em;
	font-size: 0.9em;
	line-height: 1.4em;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 10px #CFC inset;
	box-shadow: 0 0 10px #CFC inset;
	border-radius:8px 8px 8px 8px;
	margin-bottom: 0.7em;
}

.txt_2 {
	padding: 0.8em;
	font-size: 0.9em;
	line-height: 1.4em;
}

h2 {
	font-size: 1.1em;
	text-shadow: 2px 2px 3px #CFC;
	color: #666;
	border-bottom: 1px solid #CFC;
	border-left: 10px solid #CFC;
	padding-left: 0.5em;
}

.nenrei {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	font-size: 1.5em;
	border: solid 2px #C00;
	color: #C00;
	text-align: center;
}