/* CSS Document */

/* top */
#address_area {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin: 15px 0 15px 0;
	padding: 10px;
}
.address_title {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
address {
	font-size: 90%;
	font-style: normal;
}



/* work */
.work_attention {
	color: #CC3300;
	margin: 0;
	padding: 0;
}




/* rest */
h3.rest {
	background-image: url(../restaurant/img/menu_title.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 60px;
	margin: 0;
	padding: 0;
	border: none;
}
h3.rest span {
	display: none;
}

.rest_left {
	width: 250px;
	margin: 0;
	padding: 0;
	float: left;
}
.rest_right {
	width: 250px;
	margin: 0;
	padding: 0;
	float: right;
}
.menu_name {
	font-size: 110%;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 0;
}
.menu_price {
	color: #333366;
	font-size: 105%;
	font-weight: bold;
	margin: 5px 0 10px 0;
	padding: 0;
}
.menu_comment {
	background-color: #E0E0E8;
	margin: 0;
	padding: 10px;
	font-size: 85%;
	line-height: 1.5em;
}
.menu_group {
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 5px 0;
}


/* news */
.news_table {
	margin: 0 0 30px 15px;
	padding: 0;
}
.news_table table {
	width: 535px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.news_table table th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 7px;
}
.news_table table td {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 4px;
}

.next_year {
	border: #996666 1px solid;
	margin: 20px 0 20px 0;
	padding: 5px;
	font-weight: bold;
	color: #996666;
}



/* member */
.member_list ul {
	margin-top: 10px;
}
.member_list li {
	margin: 0 0 5px 0;
}

.member_table {
	margin: 15px 0 30px 15px;
	padding: 0;
}
.member_table table {
	width: 300px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.member_table table th {
	text-align: center;
	background-color: #EEEEEE;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 7px;
}
.member_table table td {
	text-align: right;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 4px;
}

.form_btn a {
	background-image: url(../member/img/form_btn.gif);
	background-repeat: no-repeat;
	width: 244px;
	height: 44px;
	margin: 10px 0 20px 154px;
	padding: 0;
	display: block;
}
.form_btn a span {
	display: none;
}



/* history */
.history_table {
	margin: 15px 0 15px 0;
	padding: 0;
}
.history_table table {
	width: 550px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
td.txt {
	text-align: left;
	font-weight: normal;
	font-size: 85%;
	border-right: 1px solid #CCCCCC;
	padding: 4px;
	vertical-align: top;
}
td.txt_end {
	text-align: left;
	font-weight: normal;
	font-size: 85%;
	padding: 4px;
	vertical-align: top;
}
td.img {
	vertical-align: top;
	text-align: right;
	padding: 4px;
	border-right: 1px solid #CCCCCC;
}




/* area */
.area ul {
	margin-bottom: 20px;
	list-style-type: none;
	text-align: left;
}
.area li {
	margin-bottom: 5px;
}

.area_table {
	margin: 5px 0 10px 15px;
	padding: 0;
}
.area_table table {
	width: 535px;
	border: none;
}
.area_table table td {
	text-align: left;
	font-weight: normal;
	font-size: 80%;
	border: none;
	padding: 4px;
}
