@charset "utf-8";

.main {
	position: relative;
	margin: 0 auto;
	width: 556px;
}
.main .pageTitle {
	padding-bottom: 5px;
	font-weight: normal;
	font-size: medium;
}
.main .pageTitleCap {
	padding: 0 0 5px 10px;
	font-size: small;
}
/* pageTitleSection ---------- */
.main .pageTitleSection .pageTitle ,
.main .pageTitleSection .pageTitleCap {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Verdana,arial,helvetica,clean,sans-serif;
}
/* IE6 */
* html .main .pageTitleSection .pageTitle ,
* html .main .pageTitleSection .pageTitleCap {
	display: inline;
	zoom: 1;
}
/* IE7 */
*:first-child+html .main .pageTitleSection .pageTitle ,
*:first-child+html .main .pageTitleSection .pageTitleCap {
	display: inline;
	zoom: 1;
}

.main .appointment {
	position: absolute;
	top: 0;
	right: 0;
}
.main .pageTop {
	margin: 0;
	padding: 0;
	 text-align: right;
}

/* boxSection */
.boxSection {
	position: relative;
}
.boxSection .title {
	margin-bottom: 8px;
	font-size: large;
	font-weight: normal;
/*	font-family: Times,Times New Roman,Century,Georgia,serif;*/
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Verdana,arial,helvetica,clean,sans-serif; 
	text-align: left;
}
.boxSection .price {
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: medium;
	font-weight: normal;
/*	font-family: Times,Times New Roman,Century,Georgia,serif;*/
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Verdana,arial,helvetica,clean,sans-serif; 
	color: #949449;
}
.boxSection .note {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: x-small;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Verdana,arial,helvetica,clean,sans-serif;
	color: #949449;
}
.boxSection p {
	line-height: 1.4;
	margin-bottom: 1em;
}
.boxSection table {
	margin: 0 auto;
	width: 95%;
}
.boxSection table td {
	padding: 3px 5px;
	text-align: left;
	line-height: 1.4!important;
}
.boxSection table td strong {
	color: #848c52;
}

/* carameloBreakfast */
.boxSection.carameloBreakfast .title {
	font-size: medium;
	border-bottom: 1px solid #F0EBAD;
}
.boxSection.carameloBreakfast {
	width: 534px;
	background-color: #FFFAC1;
	border: solid 1px #D9D38F;
	text-align:center;
	padding: 5px 10px 15px;
	margin-bottom: 10px;
}

/* carameloBreakfastType */
.boxSection.carameloBreakfastType {
	width: 556px;
	background-color: #fff;
	border: none;
	text-align:center;
	padding: 5px 0 10px;
	margin-bottom: 0;
}
.boxSection.carameloBreakfastType .title {
	margin-bottom: 0.2em;
	font-size: medium;
	border-bottom: none;
}
.boxSection.carameloBreakfastType table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #B3AD64;
	border-bottom: 1px solid #B3AD64;
	background: url(http://www.ceruleantower-hotel.com/restaurant/coucagno/img/table-bg02.gif) 0 0 repeat-y;
}
.boxSection.carameloBreakfastType table tr td {
	background: url(http://www.ceruleantower-hotel.com/restaurant/img/line.gif) 0 100% repeat-x;
}
.boxSection.carameloBreakfastType table tr.lastChild td ,
.boxSection.carameloBreakfastType table tr:last-child td {
	background: none;
}

/* carameloLunch */
/* carameloLunchPrefix */
/* carameloDinner */
/* carameloDinnerPrefix */
.boxSection.carameloLunch .title ,
.boxSection.carameloLunchPrefix .title ,
.boxSection.carameloDinner .title ,
.boxSection.carameloDinnerPrefix .title {
	font-size: medium;
	color: #54534A;
	border-bottom: 1px solid #D4CDA6;
}
.boxSection.carameloLunch ,
.boxSection.carameloDinner {
	width: 534px;
	background-color: #E9E2C1;
	border: 1px solid #C9BD87;
	text-align:center;
	padding: 8px 10px 0;
	margin-bottom: 10px;
}
.boxSection.carameloLunchPrefix ,
.boxSection.carameloDinnerPrefix {
	width: 534px;
	background-color: #E9E2C1;
	border: 1px solid #C9BD87;
	text-align:center;
	padding: 8px 10px 10px;
	margin-bottom: 10px;
}
.boxSection.carameloLunchPrefix table ,
.boxSection.carameloDinnerPrefix table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
}

/* carameloSubTitle */
.carameloSubTitle {
	position: relative;
	margin-bottom: 0.3em;
	padding: 10px 0 0;
	font-size: medium;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Verdana,arial,helvetica,clean,sans-serif; 
	color: #54534A;
	border-bottom: 1px solid #EBEBE0;
	zoom: 1;
}
.carameloSubTitle span {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: x-small;
	zoom: 1;
}

/* carameloLunchType */
/* carameloDinnerType */
.boxSection.carameloLunchType ,
.boxSection.carameloDinnerType {
	width: 556px;
	background-color: #fff;
	border: none;
	text-align:center;
	padding: 5px 0 10px;
	margin-bottom: 0;
}
.boxSection.carameloLunchType .title ,
.boxSection.carameloDinnerType .title {
	margin-bottom: 0.2em;
	font-size: medium;
	border-bottom: none;
}
.boxSection.carameloLunchType table ,
.boxSection.carameloDinnerType table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #B3AD64;
	border-bottom: 1px solid #B3AD64;
	background: url(http://www.ceruleantower-hotel.com/restaurant/coucagno/img/table-bg01.gif) 0 0 repeat-y;
}
.boxSection.carameloLunchType table tr td ,
.boxSection.carameloDinnerType table tr td {
	background: url(http://www.ceruleantower-hotel.com/restaurant/img/line.gif) 0 100% repeat-x;
}
.boxSection.carameloLunchType table tr.lastChild td ,
.boxSection.carameloLunchType table tr:last-child td ,
.boxSection.carameloDinnerType table tr.lastChild td ,
.boxSection.carameloDinnerType table tr:last-child td {
	background: none;
}
.boxSection.carameloLunchType table tr td p,
.boxSection.carameloDinnerType table tr td p {
	margin: 0;
}


/* carameloWinelist */
.boxSection.carameloWinelist {
	width: 534px;
	background-color:#f9faed;
	border: solid 1px #d2d5b9;
	text-align:center;
	padding: 3px 10px 15px;
	margin-bottom: 10px;
}
.boxSection.carameloWinelist .title {
	border-bottom: 1px solid #E2E4D0;
}
.boxSection.carameloWinelist table td p {
	margin: 0;
}


.carameloFooterInfo {
	margin: 0 0 1em;
}
.carameloFooterInfo .topComment {
	padding: 5px 0 5px;
	text-align: right;
}
.carameloFooterInfo .menu {
	float: left;
	display: inline;
	width: 305px;
	margin: 5px 0 0;
}
.carameloFooterInfo .menu .entryBody {
	padding: 5px 0px;
}
.carameloFooterInfo .menu .entryBody ul li {
	padding: 0 0 5px;
}
.carameloFooterInfo .outline {
	float: right;
	display: inline;
	width: 249px;
	margin: 5px 0 0;
	font-size: small;
}
.carameloFooterInfo .outline .entryBody {
	padding: 5px 10px;
}
.carameloFooterInfo .outline .entryBody p {
	margin: 0 0 0.3em;
}
.carameloFooterInfo .bottomComment {
	clear: both;
	width: 100%;
	margin: 15px 0 0;
	padding: 10px 0;
	background: url(http://www.ceruleantower-hotel.com/restaurant/img/textline.gif) 0 0 no-repeat;
}


