/* CSS Document */


.mincho {
	font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
	font-weight: bold;
    text-shadow:
        0 1px 0 #fff,
        1px 0 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff
        ;
}
  

#main1 {
	width: 840px;
	margin: 20px 0;
	padding: 20px 0;
	background: #000 url(../img/2022xmas/bg.jpg) top right;
}

.top_msg {
	width: 770px;
	margin: 40px auto 10px;
	color: #000;
	font-size: 22px;
	line-height: 35px;
	text-align: left;
}


#menu{
	width: 800px;
}

.menu_box{
	width: 385px;
	height: 450px;
	float: left;
	margin: 50px 5px 30px 10px;
	padding: 15px 0;
	text-align: left;
	font-size: 16px;
	color: #333;
}

.left_box{
	background: url(../img/2022xmas/inner_bg.png);
}


#menu h3 {
	margin: 20px 0;
	width: 385px;
	height: 50px;
	text-indent: -1000;
	overflow: hidden;
}

.menu_title1{
	background: url(../img/2022xmas/menu1.png) no-repeat center;
}

.menu_title2{
	background: url(../img/2022xmas/menu2.png) no-repeat center;
}

#menu ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#menu ul li{
	list-style: none;
	width: 380px;
	margin: 0 0 25px;
	padding: 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
}

#menu ul li span.mini{
	font-size: 14px;
}


.price {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
	width: 250px;
	margin: 10px auto 20px;
	padding: 15px 20px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #999;
}


#yoyaku {
	line-height: 1.4;
	width: 700px;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
}

.photo {
		width: 350px;
		height: 329px;
		margin: 20px auto 0;
		padding: 0;
		border: 1px solid #ccc;
		background: #fff;
		position: relative;
}
.photo a{
	border-style: none;
}

.photo img {
	border: 1px solid #ccc;
	width: 330px;
	height: 259px;
	margin: 10px;
	background: #fff;
}


.photo p {
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	bottom: 10px;
	left: 1px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
}

#gallery {
	width: 740px;
	margin: 0 auto;
	padding: 0 10px;
}

#gallery h3 {
	background: url(../img/2022xmas/gallery_h3.png) no-repeat center;
	width: 800px;
	height: 30px;
	text-indent: -10000;
	overflow: hidden;
	margin: 0 auto 10px;
}

#gallery ul {
	list-style: none;
}

#gallery ul li{
	float: left;
	margin: 0 10px 10px 0;
}

#gallery ul li a{
	display: block;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #999;
}

#gallery ul li a:hover{
	background-color: #ccc;
}

#gallery ul li a img{
	border: none;
}

#infomation2 {
	background: url(../img/2022xmas/infomation2.png) no-repeat center;
	width: 800px;
	height: 30px;
	text-indent: -10000;
	overflow: hidden;
	margin: 20px auto 30px;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child + html .clearfix {
	zoom: 1;
}
/* DW */
.clearfix + * {
	clear: both;
}