/* bodyの内容 
----------------------------------*/
a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #2DA792;
	text-decoration: none;
}
a:hover {
	color: #2DA792;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}



/* banaの内容 
----------------------------------*/

#head_title {
	background-image: url(../_parts/img/page/heder_title_massage.jpg);
}
#head_navi {
	background-image: url(../_parts/img/page/heder_navi_massage.jpg);
}
#head_menubox {
	background-image: url(../_parts/img/page/heder_menu_massage.jpg);
}
#content_title {
	background-image: url(../_parts/img/page/contents_title_massage.jpg);
}


/* content_headの設定 
----------------------------------*/

	/* head_titleの設定 
	----------------------------------*/

	#head_title h1 {
		width: 300px;
		height: 55px;
		font-size: 20px;
		letter-spacing: -0.1em;
		margin-left: 15px;
		font-weight: bold;
		color: #808080;
		position: relative;
		top: 23px;
	}


/* head_naviの設定 （page.css）
----------------------------------*/
	
	
	/* head_navi_menuの内容 
	----------------------------------*/

					#head_navi_menu a:link {
						color: #2DA792;
						text-decoration: none;
					}
					#head_navi_menu a:visited {
						color: #2DA792;
						text-decoration: none;
					}
					#head_navi_menu a:hover {
						color: #808080;
						text-decoration: none;
					}
					#head_navi_menu a:active {
						color: #000000;
						text-decoration: none;
					}

	/* head_menuboxの設定 （page.css）
	----------------------------------*/


/* content_titleの設定 （page.css)
----------------------------------*/


/* content_mainの内容 
----------------------------------*/


/* menuの内容 
----------------------------------*/

.menu {
	width: 550px;
	position: relative;
	top: 10px;
	background-color: #96D4C9;
	table-layout: fixed;
}

.ca1 {
	caption-side: top;
	text-align: left;
}

th {
	color: #FFFFFF;
}
	.th1 {
		width: 150px;
	}
	.th2 {
		width: 200px;
	}
	.th3 {
		width: 200px;
	}


td {
	border: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #F3FAFC;
	height: 50px;
	_height: 200px;
}

.a td {
		background-color: #F3FAFC;
	}
	

	 td .price {
		font-size: 13px;
		line-height: 1.4em;
		text-align: center;
		margin-left: 5px;
		margin-right: 5px;
	}
	 td .lineup {
		font-size: 12px;
		line-height: 1.4em;
		text-align: left;
		margin: 5px 5px 5px 20px;
	}
	 td .account {
		font-size: 11px;
		line-height: 1.4em;
		text-align: left;
		margin-left: 5px;
		margin-right: 5px;
	}
	 td .small {
		font-size: 9px;
	}
#content_main  td li {
	list-style-type: none;
	text-align: right;
	line-height: 1em;
	margin: 5px 50px 5px 0;
}
#content_main  td li .time {
	position: relative;
	left: 0.4em;
}
#content_main  td li .time2 {
	position: relative;
	left: -0.1em;
}
