@charset "utf-8";

/* ローカルメニュー
------------------------------------------------------------*/
#local-menu {
	width: 200px;
}
#local-menu ul {
}
#local-menu li {
	display: block;
	float: none;
	height: 36px;
	width: 200px;
	text-indent: -9999px;
	/*\*/
	overflow: hidden;
	/**/
}
#local-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../img/common/local-menu-aaa.gif);
	background-repeat: no-repeat;
}
#lmenu01 a {
	background-position: -200px 0;
}
#lmenu01 a:hover {
	background-position: -200px 0;
}
#lmenu02 a {
	background-position: 0 -36px;
}
#lmenu02 a:hover {
	background-position: -200px -36px;
}

/* コンテンツヘッド
------------------------------------------------------------*/
h3 {
	width: 740px;
	height: 80px;
	background-image: url(../../img/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#staff,
#period,
#appoint {
	margin: 0px auto 20px;
	width: 600px;
}
table caption {
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
}
th {
	width: 100px;
	padding: 5px;
	background: #CCCCCC;
}
td {
	padding: 5px 5px 5px 10px;
	background: #EEEEEE;
	line-height: 1.4em;
}
#staff ul {
	list-style: circle inside;
}
#staff li {
	display: inline;
	padding-right: 20px;
}
#appoint p {
	padding-bottom: 10px;
}

#contact {
	border: 1px solid #990000;
	line-height: 1.5em;
	height: 20px;
}
#contact strong {
	display: block;
	float: left;
	height: 20px;
	width: 100px;
	padding: 0px;
	background: #990000;
	color: #FFFFFF;
	text-align: center;
	margin-right: 20px;
}
#contact em {
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
