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

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

.info-photo {
	width: 190px;
	float: left;
	margin-right: 15px;
	margin-left: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: 320px;
	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 5px 20px 5px;
	color: #8b7575;
}
.menu-url{
	font-size:13px;
	color:#8b7575;
	padding:5px 0 15px;
	text-align:center;
}

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

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

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

.akiya, .kaihara, .itou, .harakawa, .otake, .koga, .oto, .tsuda, .suzukiy, .suzukim {
	padding: 60px 0 60px 320px;
	zoom:100%;
}

.akiya { background: url(../images/staff/akiya.jpg) no-repeat left center; }
.kaihara { background: url(../images/staff/kaihara.jpg) no-repeat left center; }
.itou { background: url(../images/staff/itou.jpg) no-repeat left center; }
.harakawa { background: url(../images/staff/harakawa.jpg) no-repeat left center; }
.otake { background: url(../images/staff/otake.jpg) no-repeat left center; }
.koga { background: url(../images/staff/koga.jpg) no-repeat left center; }
.oto { background: url(../images/staff/oto.jpg) no-repeat left center; }
.tsuda { background: url(../images/staff/tsuda.jpg) no-repeat left center; }
.suzukiy { background: url(../images/staff/suzukiy.jpg) no-repeat left center; }
.suzukim { background: url(../images/staff/suzukim.jpg) no-repeat left center; }

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

.staff-detail {
	width: 300px;
}

.staff-detail li {
	width: 150px;
	float: left;
	font-family:"Times New Roman", Times, serif;
	padding: 3px 0;
	text-indent: 12px;
}

/* ----------------------------------------------------------- */
/*Ajax Calendar*/
/* ----------------------------------------------------------- */
#calendar {
    margin: 5px 0 10px;
    color: #444444;
    margin-top: 15px;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 10px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 11px;
    line-height: 120%;
}
.today { /*本日のスタイル*/
    display: block;
    /*border: 1px solid #444444;*/
    /*font-weight: bold;*/
    color:#339900;
    text-decoration: underline;
}
.sunday, /*日曜祝日のスタイル*/
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #ff6600;
}
.saturday, /*土曜日のスタイル*/
.saturday a:link,
.saturday a:visited {
    color: #006699;
}


