@charset "utf-8";

/*------------------------------*/
/* Layout                       */
/*------------------------------*/
div#TPwrapper {
	width: 827px;
	margin: 23px auto 0px auto;
}
div#sub-navi {
	width: 273px;
	float: left;
}
div#TPright-box {
	width: 554px;
	float: right;
}



/*===styles=======================*/
h2 {
	width: 870px;
	height: 65px;
	text-indent: -9999px;
	font-size: medium;
	font-weight: normal;
	background: url(../../cuisine/img/title_main.jpg) no-repeat;
}
h3 {
	width: 554px;
	height: 27px;
	font-size: x-small;
	text-indent: -9999px;
}
h3.cs01 {
	background: url(../../cuisine/img/popular/title_sub.gif) no-repeat;
}
h3.cs02 {
	background: url(../../cuisine/img/season/title_sub.gif) no-repeat;
}
h4 {
	width: 544px;
	height: 24px;
	padding: 6px 0px 0px 10px;
	margin-top: 25px;
/*	font-size: medium;*/
	font-size: 16px;
	font-weight: normal;
	background: url(../../cuisine/img/title_midashi.gif) no-repeat;
}

p {
	line-height: 1.6em;
}


/*+++ sub-navi +++*/
#sub-navi ul {
	list-style: none;
}
#sub-navi li{
	list-style: none;
	text-indent: -9999px;
	overflow: hidden;
}
#sub-navi li a:focus{
	outline:none;	/*non-display of link focus*/
}
#sub-navi li a {
	width: 252px;
	display: block;
	background-image: url(../../cuisine/img/navi/sub-navi.gif);
	overflow: hidden;	/*non-display of link focus*/
}
#sub-navi li.KM01 a {
	height: 35px;
	background-position: 0px 0px;
}
#sub-navi li.KM01 a:hover, #sub-navi li.KM01-SLCT a  {
	height: 35px;
	background-position: 252px 0px;
}
#sub-navi li.KM02 a {
	height: 30px;
	background-position: 0px -35px;
}
#sub-navi li.KM02 a:hover, #sub-navi li.KM02-SLCT a {
	height: 30px;
	background-position: 252px -35px;
}
#sub-navi li.KM03 a {
	height: 32px;
	background-position: 0px -65px;
}
#sub-navi li.KM03 a:hover, #sub-navi li.KM03-SLCT a {
	height: 32px;
	background-position: 252px -65px;
}
#sub-navi li.KM04 a {
	height: 34px;
	background-position: 0px -97px;
}
#sub-navi li.KM04 a:hover, #sub-navi li.KM04-SLCT a {
	height: 34px;
	background-position: 252px -97px;
}
#sub-navi li.KM05 a {
	height: 32px;
	background-position: 0px -131px;
}
#sub-navi li.KM05 a:hover, #sub-navi li.KM05-SLCT a {
	height: 32px;
	background-position: 252px -131px;
}
#sub-navi li.KM06 a {
	height: 32px;
	background-position: 0px -163px;
}
#sub-navi li.KM06 a:hover, #sub-navi li.KM06-SLCT a {
	height: 32px;
	background-position: 252px -163px;
}
#sub-navi li.KM07 a {
	height: 34px;
	background-position: 0px -195px;
}
#sub-navi li.KM07 a:hover, #sub-navi li.KM07-SLCT a {
	height: 34px;
	background-position: 252px -195px;
}

/*+++ popular-menu +++*/
p.popcopy {
	margin-top: 10px;
	margin-left: 4px;
}

p.popmenulist {
	width: 550px;
	margin-left: 4px;
	margin-top: 25px;
}
p.popmenulist a {
	margin: 0px 5px 0px 5px;
}
p.popmenulist a:link {
	color: #e5d148;
	text-decoration: none;
}
p.popmenulist a:visited {
	color: #e5d148;
	text-decoration: none;
}
p.popmenulist a:hover {
	color: #e5d148;
	text-decoration: underline;
}
p.popmenulist a:active {
	color: #e5d148;
	text-decoration: underline;
}

p.popmenutitle {
	margin-top: 17px;
	margin-left: 4px;
	color: #ff6600;
}
p.popmenucopy {
	margin-left: 4px;
}

table.popmenunaiyo {
	margin-top: 10px;
}
table.popmenucmt {
	width: 100%;
}
table.popmenucmt td {
	padding: 5px 5px 4em 5px;
}





/*+++ season-menu +++*/
p.seasoncopy {
	margin-top: 10px;
	margin-left: 4px;
}

p.seasonmenulist {
	width: 550px;
	margin-top: 25px;
	margin-left: 4px;
}
p.seasonmenulist a {
	margin: 0px 5px 0px 5px;
}
p.seasonmenulist a:link {
	color: #e5d148;
	text-decoration: none;
}
p.seasonmenulist a:visited {
	color: #e5d148;
	text-decoration: none;
}
p.seasonmenulist a:hover {
	color: #e5d148;
	text-decoration: underline;
}
p.seasonmenulist a:active {
	color: #e5d148;
	text-decoration: underline;
}

p.seasonmenutitle {
	margin-top: 17px;
	margin-left: 4px;
	color: #ff6600;
}
p.seasonmenucopy {
	margin-left: 4px;
}

table.seasonmenunaiyo {
	width: 250px;
}
table.seasonmenunaiyo td {
	padding: 5px 5px 4em 5px;
}






