@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	color:#000000;
	font-family: "ＭＳ Ｐゴシック", Osaka,Arial "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	line-height:140%;
}

.pp{
	color:#5B2C6B;
}

a:hover img	{
	filter: alpha(opacity=50);
	opacity:0.8;
	background: #fff;
	}



body{
	background: url(../images/back02.jpg) repeat-x #f3efe4;
	font-family: 'Hiragino Kaku Gothic Pro W3', "MS UI Gothic",Helvetica, Arial, sans-serif;
}

#wrapper{
	width:850px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-shadow: 1px 2px 1px white;
}

#header{
	height:91px;
	}

#header h1 a{
	background:url(../images/logo.jpg) no-repeat;
	display:block;
	width:250px;
	height:91px;
	text-indent:-9999px;
	float:left;
}

#content{
	width:850px;
	padding:10px 0 0 0;
}


#leftColumn{
	width:243px;
	height:auto;
	float:left;
	margin-left:10px;
	display:inline;
}

.box{
	margin:0 10px 0 10px;
}

#rightColumn{
	width:571px;
	float:right;
	margin-right:10px;
	display:inline;
}

#rightColumn h3{
	margin:20px 0 10px 0;
}


.sideBox{
	border:1px solid #D9C2A7;
	background:#FFFFFF url(../images/box_back.gif) repeat-x bottom;
}
.sideBox p{
	padding:10px 10px 20px 10px;
	font-size:13px;
	line-height:140%;
	}




	
	
/*メニューナビケーション*/	

#menuNavi {
	height: auto;
	width: 240px;
	margin:0 0 20px 0;
	margin-left:10px;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	text-align: right;
}
h4 {
	font-size:14px;
	text-shadow: 1px 2px 1px white;
} 
h5 {
	margin:10px 0 0 0;
}
ol.nagare{
	margin:10px 0 0 30px;
}
ol.nagare li{
	margin:3px 0 3px 0;
	font-size:13px;
}

/*メニューテーブル*/

.MenuTable{
	margin:5px 0 0 0;
}
.MenuTable td {
	padding:7px;
	border:#CEC7C7 1px solid ;
	font-size:13px;
	}
	

.osusume {
	background:#eeedea;
	border:1px solid #ded5c7;
	color:#993366;
	font-size:12px;
	line-height:150%;
	margin:10px 0 5px 0;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 10px;
	background: -moz-linear-gradient(center bottom, #FFFFFF 0%,#eeedea 80%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF),color-stop(0.36, #eeedea));
}


.textBold{
	font-size:14px;
	font-weight:bold;
	
}

.setMenu{
	color:#663366;
	font-size:18px;
	border-left:4px solid #663366;
	padding: 3px 0 3px 10px;
	text-shadow: 1px 2px 1px white;
	margin:0 0 10px 0;
	text-shadow: 1px 2px 1px white;	
}