@charset "utf-8";


/*mainのtopページのスタイルシート*/

/*グローバル上書き*/
div#global ul li#gmbtn03 a{
	background-position: left bottom;
}

/*mainのページ*/

div#main h2 {
	background: url(../img/menu/menutop.jpg) no-repeat;
	width: 750px;
	height: 300px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

/*textのページ*/
div#text {
	width: 350px;
	float: right;
	margin-bottom: 50px;
	line-height: 24px;
}

div#text dl {
	margin: 20px 0 30px 0;
}
div#text dl dt {
	font-weight: bold;
	font-size: 20px;
	margin: 20px 0;
	border-bottom: 2px dashed #b89e8e;
}
div#text dl dt div.option{
	display: inline;
	font-weight: bold;
	font-size: 14px;
}
div#text dl dd {
	line-height: 120%;
	border-bottom: 1px dotted #b89e8e; 
	margin-top: 10px;

}
div#text dl dd div.menu{
	text-align: left;
	font-weight: bold;
}
div#text dl dd div.price{
	text-align: right;
	font-weight: bold;
}
div#text div#caution {
	line-height: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #b89e8e; 
	margin-top: 10px

}

/*sideのページ*/
div#side {
	width: 350px;
	float: left;
	margin-bottom: 50px;
	line-height: 24px;
}

div#side dl {
	margin: 20px 0 30px 0;
}
div#side dl dt {
	font-weight: bold;
	font-size: 20px;
	margin: 20px 0;
	border-bottom: 2px dashed #b89e8e;
}
div#side dl dt div.option{
	display: inline;
	font-weight: bold;
	font-size: 14px;
}
div#side dl dd {
	line-height: 120%;
	border-bottom: 1px dotted #b89e8e; 
	margin-top: 10px;

}
div#side dl dd div.menu{
	text-align: left;
	font-weight: bold;
}
div#side dl dd div.price{
	text-align: right;
	font-weight: bold;
}
div#side div#caution {
	line-height: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #b89e8e; 
	margin-top: 10px

}
