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

/* pngIE6対応 */
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
*html body #g_menu #dinner {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/g_dinner_over.png");
}

*html body #contents #catchCopy h2 {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/title_01.png");
	margin-bottom:25px;
}

*html body #contents #menu h2 {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/title_02.png");
	margin-bottom:15px;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

#wrapper {
	background:url(img/backImg.jpg) no-repeat top #fbfbfb;
	padding-bottom:10px;
}

#g_menu #dinner {
	background:url(../img/g_dinner_over.png) no-repeat;
}

/*contents
----------------------------------------------------------------*/
#contents {
	width:884px;
	padding-top:165px;
	padding-left:116px;
}

/*catchCopy
---------------------------------*/
#contents #catchCopy h2 {
	width:255px;
	height:23px;
	background:url(img/title_01.png) no-repeat;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}

#contents #catchCopy p {
	line-height:170%;
	font-size:1.1em;
	font-weight:bold;
	margin:20px 0px 0px 4px;
	padding:0px;
}

/*menu
---------------------------------*/
#contents #menu h2 {
	width:173px;
	height:23px;
	background:url(img/title_02.png) no-repeat;
	text-indent:-9999px;
	margin:40px 0px 0px 0px;
	padding:0px;
}

#contents #menu p {
	font-weight:bold;
	margin:9px 0px 0px 4px;
	padding:0px;
}

#contents #menu ul {
	width:260px;
	line-height:140%;
	margin:15px 0px 0px 4px;
	padding:0px;
	float:left;
}

#contents #menu li {
	margin:0px 0px 0px 20px;
	padding:0px;
}

#contents #menu .no-listStyle {
	font-size:1.2em;
	font-weight:bold;
	list-style:none;
	margin-left:0px;
	padding-bottom:5px;
}

#contents #menu img {
	margin:45px 80px 0px 0px;
	padding:0px;
	float:left;
}

#contents #annotation {
	width:720px;
	color:#7c7b7b;
	font-size:0.8em;
	font-weight:normal;
	text-align:right;
}