@import url(layout_cont.css);


/*** select menu ***/
ul.menuLista {
	clear: both;
	width: 606px; /* 720-(57*2)px */
	margin-bottom: 10px;
	padding: 0 57px;
	list-style-type: none;
}

ul.menuLista li {
	display: inline;
	margin-right: 3px;
	font-size: 70%;
	line-height: 120%;
}


/*** item display ***/
h3 {
	height: 200px;
	margin: 0 45px;
	padding: 4px 12px;
}

h3 span {
	visibility: hidden;
}

h3.bg_party {
	height: 42px;
	background: url(../images/title_lista/title_party.jpg) center top no-repeat;
}

h3.bg_course {
	height: 42px;
	background: url(../images/title_lista/title_course.jpg) center top no-repeat;
}

h3.bg_antipasto {
	background: url(../images/title_lista/title_antipasto.jpg) center top no-repeat;
}

h3.bg_pizza {
	background: url(../images/title_lista/title_pizza.jpg) center top no-repeat;
}

h3.bg_primo {
	background: url(../images/title_lista/title_primo.jpg) center top no-repeat;
}

h3.bg_secondo {
	background: url(../images/title_lista/title_secondo.jpg) center top no-repeat;
}

h3.bg_vino {
	background: url(../images/title_lista/title_vino.jpg) center top no-repeat;
}

h3.bg_insalata {
	background: url(../images/title_lista/title_insalata.jpg) center top no-repeat;
}

h3.bg_pasta {
	background: url(../images/title_lista/title_pasta.jpg) center top no-repeat;
}

h3.bg_spa {
	background: url(../images/title_lista/title_spa.jpg) center top no-repeat;
}

h3.bg_risotto {
	background: url(../images/title_lista/title_risotto.jpg) center top no-repeat;
}

h3.bg_pesce {
	background: url(../images/title_lista/title_pesce.jpg) center top no-repeat;
}

h3.bg_carne {
	background: url(../images/title_lista/title_carne.jpg) center top no-repeat;
}

.listaBoxNew {
	margin: 20px 45px 0;
	padding: 10px;
}

.listaBoxNew:after {
	visibility: hidden;
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

.listaBoxNew {
	zoom: 1;
}

.listaBoxNew h4 {
	margin: 30px 10px 20px;
	padding-left: 6px;
	color: #42230B;
	font-size: 90%;
	border-left: 3px solid #CCCCCC;
	border-color: #BB9776;
}

.listaBoxNew h4 span {
	display: block;
	font-size: 75%;
	font-weight: normal;
}

h4.category {
	margin: 30px 55px 20px;
	padding-left: 6px;
	color: #42230B;
	font-size: 90%;
	border-left: 3px solid #CCCCCC;
	border-color: #BB9776;
}

.itemBox {
	clear: both;
	width: 550px;
	margin: 0 20px;
	padding: 10px;
	border-bottom: 1px dotted #B3B3B3;
}

.itemBox .itemBoxImg {
	float: left;
	width: 130px;
}

.itemBox .itemBoxCont {
	float: left;
	width: 400px;
	margin-left: 15px;
}

.itemBoxPizza {
	float: left;
	width: 174px;
	height: 240px;
	margin: 10px;
	padding: 5px 6px 10px;
	border-right: 1px solid #8E977F;
	border-bottom: 1px solid #8E977F;
	border-color: #B3B3B3;
}

.itemBoxBase {
	float: left;
	width: 174px;
	height: 190px;
	margin: 10px;
	padding: 5px 6px 10px;
	border-right: 1px solid #8E977F;
	border-bottom: 1px solid #8E977F;
	border-color: #B3B3B3;
}

.itemBoxPizza .itemBoxImg, .itemBoxBase .itemBoxImg {
	margin-bottom: 5px;
}

.itemBoxPizza .itemBoxCont, .itemBoxBase .itemBoxCont {
	margin: 0 2px 15px;
}

.itemBoxImg a img {
	display: block;
	border: 3px double #999999;
}

.itemBoxImg a:hover img {
	border: 3px double #CCCCCC;
}

img.noImg {
	border: 3px double #CCCCCC;
}

.imgLista {
	padding-bottom: 20px;
	text-align: center;
}

.imgLista img {
	border: 3px double #CCCCCC;
}

p.itemHeader {
	margin-bottom: 0.2em!important;
	color: #666666;
	font-size: 70%!important;
	line-height: 100%!important;
}

.category {
	margin-right: 0.5em;
	color: #666666;
	font-size: 70%;
}

.listaCont {
	margin: 0 10px;
	padding: 10px;
	border-bottom: 1px dotted #B3B3B3;
}

.listaCont:after {
	visibility: hidden;
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

.listaCont {
	zoom: 1;
}

.listaCont dt {
	float: left;
	margin-bottom: 0.2em;
	padding: 0;
	color: #516933;
	font-size: 85%!important;
	line-height: 120%;
	font-weight: bold;
}

span.italianName {
	display: block;
	margin-bottom: 0.2em;
	padding: 0;
	color: #7A9F29;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%!important;
	line-height: 120%;
	font-weight: bold;
}

span.remark {
	display: block;
	margin-bottom: 0.2em;
	padding: 0;
	color: #454545;
	font-size: 90%!important;
	font-weight: normal;
}

.listaCont dd {
	float: right;
	margin-bottom: 0.2em;
	color: #304E1A;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 90%;
	font-weight: bold;
	line-height: 150%;
}

.listaCont dd span {
	display: block;
	font-size: 70%;
	font-weight: normal;
	line-height: 70%!important;
}

.listaCont dt.vino {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.listaCont dt.vino span {
	display: block;
	font-family: "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Osaka", sans-serif;
	font-size: 80%;
	font-weight: normal;
}

.itemTitle {
	/* 「p」付けしない。<p>と<h3>で使用しているので */
	margin-bottom: 0.2em;
	padding: 0;
	color: #516933;
	font-size: 85%!important;
	line-height: 120%!important;
	font-weight: bold;
}

.itemBoxBase .itemTitle {
	/* 「p」付けしない。<p>と<h3>で使用しているので */
	margin-bottom: 0.2em;
	padding: 0;
	color: #516933;
	font-size: 75%!important;
	line-height: 120%!important;
	font-weight: bold;
}

p.italianName {
	margin-bottom: 0.2em;
	padding: 0;
	color: #7A9F29;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%!important;
	line-height: 120%;
	font-weight: bold;
}

p.price {
	margin-bottom: 0.5em;
	color: #304E1A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 90%!important;
	font-weight: bold;
}

p.price span {
	margin-left: 0.5em;
	font-size: 70%!important;
}

p.price_board {
	margin-bottom: 0.5em;
	color: #304E1A;
	font-size: 80%!important;
}

span.priceRange {
	margin: 0 0.3em;
}

p.itemCont {
	margin-bottom: 0.5em!important;
	padding: 0!important;
	font-size: 75%!important;
	line-height: 140%!important;
}

p.appearance {
	font-size: 75%;
	color: #3F94CB;
}

.signDetail {
	float: right;
	font-size: 60%;
}

.signDetail a {
	display: block;
	width: 100px;
	height: 20px;
	background: url(../lista/img/detail.gif) 0 0 no-repeat;
	text-decoration: none; 
}

.signDetail a:hover {
	background-position: 0 -50px;
	text-decoration: none; 
}

.dimmer {
	color: #CCCCCC;
}

.itemBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

ul.listaComment {
	clear: both;
	margin: 20px 80px;
	list-style-type: none;
}

ul.listaComment li {
	margin-bottom: 0.5em;
	padding-left: 12px;
	font-size: 75%;
	line-height: 140%;
	background: url(../images/leader.gif) 0 5px no-repeat;
}


/*** pizza ***/
#pizzaHeader {
	margin: 0 75px 10px;
}

#pizzaHeader:after {
	visibility: hidden;
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#pizzaHeader {
	zoom: 1;
}

#pizzaHeader p {
	margin-bottom: 1em;
	font-size: 75%;
	line-height: 160%;
}

#pizzaContent {
	float: left;
	width: 370px;
}

#pizzaImg {
	float: right;
	width: 202px;
}

#pizzaImg img {
	margin-bottom: 10px;
	border: 1px solid #999999;
}

#pizzaSummary {
	float: left;
	width: 470px;
}

#pizzaSummary h4 {
	margin: 1em 0 0.5em;
	padding-bottom: 2px;
	font-size: 85%;
	border-bottom: 1px solid #CCCCCC;
	border-color: #C99D89;
}

#pizzaSummary ol {
	margin: 0;
	list-style-position: inside;
}

#pizzaSummary li {
	margin-bottom: 0.5em;
	font-size: 75%;
	line-height: 120%;
}

#pizzaBanner {
	float: right;
	margin-top: 1em;
}

#pizzaBanner a img {
	border: 1px solid #666666;
	text-decoration: none;
}

#pizzaBanner a:hover img {
	border: 1px solid #FF6600;
	text-decoration: none;
}


/*** party ***/
.listaParty {
	margin: 20px 55px;
	padding: 30px 50px 40px;
	color: #50533B;
	background-color: #DDE4CD;
	border: 1px solid #98B054;
}

.listaParty h2 {
	margin-bottom: 30px;
	color: #50533B;
	font-size: 100%;
	line-height: 120%;
}

.listaParty h3 {
	height: 36px!important;
	margin: 0!important;
	padding: 0.5em 25px 0!important;
	color: #FFFFFF;
	background: url(../images/bg_h3_party.gif) center top no-repeat;
}

.listaParty p {
	margin: 0 30px 30px;
	font-size: 75%;
	line-height: 150%;
}

ul.listParty {
	margin: 5px 20px 30px;
	padding: 1px 0 1px 8px;
	border-left: 2px solid #666666;
}

ul.listParty li {
	list-style-type: none;
	margin: 8px 0;
	color: #42230B;
	font-size: 75%;
}

#drinkParty {
	padding-top: 30px;
	border-top: 1px solid #98B054;
}

#drinkParty dl {
	margin-top: 20px;
	padding: 0 25px;
}

#drinkParty dt {
	margin-bottom: 6px;
	padding-bottom: 3px;
	font-size: 85%;
	font-weight: bold;
	border-bottom: 1px solid #98B054;
}

#drinkParty dd {
	margin: 0 0 8px 10px;
	color: #42230B;
	font-size: 75%;
	line-height: 130%;
}


/*** highslide ***/
.highslide-caption span {
	display: block;
	margin-bottom: 0.5em;
	font-weight: bold;
}

