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

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

#head_title {
	background-image: url(../_parts/img/page/heder_title_chiro.jpg);
}
#head_navi {
	background-image: url(../_parts/img/page/heder_navi_chiro.jpg);
}
#head_menubox {
	background-image: url(../_parts/img/page/heder_menu_chiro.jpg);
}
#content_title {
	background-image: url(../_parts/img/page/contents_title_chiro.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の設定
	----------------------------------*/
	
		/* head_navi_menuの内容 
		----------------------------------*/

					#head_navi_menu a:link {
						color: #83BFE4;
						text-decoration: none;
					}
					#head_navi_menu a:visited {
						color: #83BFE4;
						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: #82BDE5;
	table-layout: fixed;
}
.menu2 {
	width: 550px;
	margin-bottom: 90px;
	position: relative;
	top: 50px;
	background-color: #FFA385;
	table-layout: fixed;
}
.menu3 {
	width: 550px;
	margin-bottom: 90px;
	position: relative;
	top: 100px;
	background-color: #FFA385;
	table-layout: fixed;
}


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


#pagetop1 {
	font-size: 10px;
	text-align: right;
	position: relative;
	top: 10px;
}
#pagetop2 {
	font-size: 10px;
	text-align: right;
	position: relative;
	top: 50px;
}
#pagetop3 {
	font-size: 10px;
	text-align: right;
	position: relative;
	top: 100px;
}


.note {
	font-size: 10px;
	position: relative;
	top: 10px;
}
#note2 {
	font-size: 9.5px;
	position: relative;
	top: 120px;
	left: 300px;
	line-height: 1.5em;
}


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


.menu3 .th1 {
	width: 150px;
}
.menu3 .th3 {
	width: 400px;
}


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

.a td {
		background-color: #D5E9EE;
	}
	
	
#content_main td .price {
		font-size: 13px;
		line-height: 1.4em;
		text-align: center;
		margin-left: 5px;
		margin-right: 5px;
	}
#content_main td .lineup {
		font-size: 11px;
		line-height: 1.4em;
		text-align: left;
		margin: 5px 5px 5px 20px;
	}
#content_main td .account {
		font-size: 11px;
		line-height: 1.4em;
		text-align: left;
		margin-left: 5px;
		margin-right: 5px;
	}
#content_main td .small {
		font-size: 9px;
	}
