@charset "utf-8";
@import url("../css/basis.css") ;
/*-------------------------------*/

#mmtitle {
	background-image: url(pagetitle.png);
	height: 108px;
	width: 980px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#mmtitle h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#b-link {
	padding-top: 10px;
	font-size: 85%;
	letter-spacing: .2em;
}
/*-------------------------------*/
/*サイドメニュー
/*-------------------------------*/
#side{
	width: 270px;
	margin-right: 30px;
	float: left;
position: absolute;
}
#side ul li {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#side ul li a{
	display: block;
	padding: 10px;
	text-decoration: none;
	background-color: #F0F0F0;
	text-align: left;
	color: #006699;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #64AADE;
	letter-spacing: 0.2em;
	font-size: 85%;
}

#side ul li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #64AADE;
	background-color: #FFFF99;
	color: #069;
}
/*---------------------------------------------------------
料金表
----------------------------------------------------------*/

.pricelist {
	width: 680px;
	border-collapse: collapse;
}
.pricelist th {
	font-size: 14px;
	padding: 10px 10px;
	letter-spacing: 0.1em;
	color: #063;
}
.pricelist tr, td {
	text-align: center;
	padding: 10px 10px;
	vertical-align: middle;
}
.category {
	background: linear-gradient(#FFF, #FFF, #E1E1E1);
	color: #333;
}
.area {
	background-color: #C5EDC7;
}
#main #contents section ul {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 20px;
	letter-spacing: .1em;
	font-size: 90%;
}
#main #contents section ul li {
	margin-bottom: 20px;
}
#main #contents section ul li ol {
	list-style-type: none;
	margin-left: 20px;
	margin-top: 20px;
}
