@charset "shift_jis";

body {
    background: url('../image/bcg.gif') repeat;
    font-family: "MS Pゴシック", sans-serif;
}

.main-hr {
    width: 700px;
}

.menu-table {
    width: 700px;
    border-collapse: collapse;
    margin-bottom: 45px;
}

.menu-image {
    width: 200px;
    text-align: center;
    vertical-align: top;
}

.caption {
    font-size: smaller;
}

.spacer {
    width: 20px; 
}

.menu-description {
    width: 490px;
    vertical-align: top;
}

.inner-table {
    width: 100%; 
}
.highlight {
    background-color: #FFC1A4;
    color: #9E4E27;
    text-align: center;
    font-weight: bold;
    height: 25px;
    vertical-align: bottom;
}

.highlight-houji {
    background-color: #E0C0E0;
    color: #663366;
    text-align: left;
}

.spacer-5 {
    height: 5px;
}

.price {
    color: #CC0033;
    font-weight: bold;
}

.note {
    font-size: smaller;
    color: #4600AE;
	text-align: left;
	padding-left: 20px;
}

.note-large {
    font-size: smaller;
    color: #4600AE;
    text-align: center;
    display: block;
    margin: 8px 0;
}

.small {
    font-size: smaller;
	padding-left: 16px;
	padding-top: 15px;
}
.bullet{
    display: inline-block;
	margin-right: 3px;
}
.bullet {
    color: #6D811F;
}

.info-table {
    width: 450px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}

.star {
    color: #CC0033;
    font-size: smaller;
}

.info-text {
    color: #CC0033;
    font-size: smaller;
}

.order-info {
    color: #CC0033;
    font-weight: bold;
}

.tel {
    font-size: 1.5em; /* <font size="+2"> 相当 */
}


