@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_antipasto {
	background: url(../images/title_lista/title_antipasto.jpg) center top no-repeat;
}

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

h3.bg_pizza {
	background: url(../images/title_lista/title_pizza.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;
}

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

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

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

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

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

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

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%;
}

.itemTitle {
	/* 「p」付けしない。<p>と<h3>で使用しているので */
	margin-bottom: 0.2em;
	padding: 0;
	color: #629634;
	font-size: 85%!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: 75%!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_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: 150%!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;
}


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