@CHARSET "UTF-8";

/* CSS document for access */

/* Contents */
.contents {
	width: 1200px;
	height: 4800px;
	overflow: hidden;
	background: url(../img/background_contents.png) repeat-y;
}

.common-cafe{
	height:1200px;
}

.cafe-hiroshima{
	height:2800px;
}

.cafe-nato{
	height:4100px;
}

.cafe_menu{
	margin-top:20px;
}
/* Contents */



/* main */
.main {
	font-weight: bolder;
	position: absolute;
	overflow: hidden;
}


.sub_ttl {
	width: 150px;
	font-size: 120%;
	font-weight: bolder;
	color: #BBBB85;
	position: relative;
	top: 5px;
	left: 50px;
}

#cafe_kitchen {
	width: 670px;
	position: relative;
}

.cafe_block {
	display: block;
	width: 670px;
	margin-top: 10px;
}
.cafe_block_img {
	display: block;
	width: 670px;
	margin-bottom: 20px;
}
.cafe_block {
	vertical-align: bottom;
}
.cafe_block h2{
	font-size: 130%;
	color: #78770B;
	margin-bottom: 20px;
}
.cafe_block p{
	font-weight: normal;
	line-height: 1.5;
}
.cafe_block .left {
	float: left;
	width: 300px;
	margin-left: 20px;
}
.cafe_block .right {
	float: right;
	width: 300px;
}
.cafe_block_img .left {
	float: left;
	width: 300px;
	margin-left: 20px;
}
.cafe_block_img .right {
	float: right;
	width: 300px;
}

#cafe_menu {
	width: 670px;
	position: relative;
}
.cafe_tbl table {
	width: 640px;
	margin-left: 20px;
	border: 5px solid #E6E6E6;
	border-collapse: collapse;
	position: relative;
}
.cafe_tbl h2 {
	font-size: 130%;
	background: url("../img/main_icon01.gif") no-repeat left;
	color: #999947;
	vertical-align: bottom;
	padding-left: 25px;
	margin: 20px 0 20px 20px;
}
.cafe_tbl th {
	padding: 10px 0;
	background-color: #F1F2BF;
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
.cafe_tbl th.right {
	padding: 10px 0;
	background-color: #F1F2BF;
	border-bottom: 1px solid #E6E6E6;
}
.cafe_tbl td {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px dotted #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
.cafe_tbl td.allergy {
	padding: 10px 0 10px 27px;
	border-bottom: 1px dotted #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
.cafe_tbl td.center {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px dotted #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
.cafe_tbl td.right {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px dotted #E6E6E6;
}
.cafe_tbl td.title {
	padding: 10px 0 10px 10px;
	color: #996600;
	background-color: #F1F2BF;
	border-bottom: 1px dotted #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
.cafe_tbl td.title_right {
	text-align: center;
	padding: 10px 0;
	background-color: #F1F2BF;
	border-bottom: 1px dotted #E6E6E6;
}
/* main */

/*food_menu*/
.food_text {
	float:left;
	width:50%;
}

.food_image {
	float:right;
	margin-right:5px;
}

.price {
	text-align:right;
	color:#990000;
}

.note_writing{
	width:580px;
	margin-top:30px;
	margin-left:50px;
	color:#FFF;
	background:#F90;
	font-weight:normal;
}

.note_writing p{
	text-indent:-1em;
	padding:20px;
}

.text{
	margin: 10px 20px;
	font-weight:normal;
}

.note_caution{
	font-weight: normal;
}

/*food_menu*/


