@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------- */
/* home */
/* ----------------------------------------------------------- */

.info-photo {
	width: 190px;
	float: left;
	margin-right: 15px;
}

.photo-fix {
	width: 190px;
	float: left;
	margin-right: 0px;
}

/* ----------------------------------------------------------- */
/* menu */
/* ----------------------------------------------------------- */

.menulist, .menulist a {
	font-size: 10px;
	font-family:"Times New Roman", Times, serif;
}

.side-line {
	background: url(../images/menu/dot-line.png) repeat-y 0px center;
}

.menu-box {
	line-height: 1.6;
	margin: 0px 0 5px 5px;
}

.menu-name {
	width: 400px;
	float: left;
 	clear: both;
	font-weight: bold;
	color: #594c4c;
}

.menu-price {
	padding: 0 0 0 320px;
	text-align: right;
	font-size: 14px;
}

.menu-left  {
	width: 120px;
	float: left;
}

.menu-right {
	width: 520px;
	float: right;
}

.menu-option {
	border: 1px solid #c2b1b1;
	padding: 15px 10px;
}

.menu-detail {
	font-size: 10px;
	padding: 0 10px 20px 10px;
	color: #8b7575;
}

/* ----------------------------------------------------------- */
/* staff */
/* ----------------------------------------------------------- */

.staff-list {
	width: 500px;
	margin: 10px auto;
}

.staff-list li {
	width: 80px;
	float: left;
	margin-right: 2px;
	padding-bottom: 10px;
}

.hidani, .kubo, .yokoyama, .tsuya, .mizukami, .iwama, .tsuchiya, .ozato, .sugiyama, .hatano, .sato, .arakawa, .yoshizawa {
	padding: 20px 0 50px 250px;
	zoom:100%;
}

.hidani { background: url(../images/staff/hidani.jpg) no-repeat left center; }
.kubo { background: url(../images/staff/kubo.jpg) no-repeat left center; }
.yokoyama { background: url(../images/staff/yokoyama.jpg) no-repeat left center; }
.tsuya { background: url(../images/staff/tsuya.jpg) no-repeat left center; }
.mizukami { background: url(../images/staff/mizukami.jpg) no-repeat left center; }
.iwama { background: url(../images/staff/iwama.jpg) no-repeat left center; }
.tsuchiya { background: url(../images/staff/tsuchiya.jpg) no-repeat left center; }
.sato { background: url(../images/staff/sato.jpg) no-repeat left center; }
.ozato { background: url(../images/staff/ozato.jpg) no-repeat left center; }
.sugiyama { background: url(../images/staff/sugiyama.jpg) no-repeat left center; }
.hatano { background: url(../images/staff/hatano.jpg) no-repeat left center; }
.arakawa { background: url(../images/staff/arakawa.jpg) no-repeat left center; }
.yoshizawa { background: url(../images/staff/yoshizawa.jpg) no-repeat left center; }

.staff-name {
	background: url(../images/common/dot-line.png) repeat-x left bottom;
	font-size: 14px;
	color: #8b7575;
	margin-bottom: 10px;
}

.staff-detail {
	width: 400px;
}

.staff-detail li {
	width: 200px;
	float: left;
	padding: 5px 0;
	text-indent: 12px;
}



