/* tako1,2の写真
----------------------------- */

		#tako {
		width: 600px;
		height: 200px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
		}
		
			#tako1 {
				float: left;
				position: relative;
				left: 100px;
			}
			
			#tako2 {
				position: relative;
				left: 200px;
			}


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

table {
	font-size: 1em;
}

.menu {
	width: 550px;
	position: relative;
	top: 10px;
	background-color: #9ACC99;
	table-layout: fixed;
}
.menu2 {
	width: 550px;
	position: relative;
	top: 50px;
	background-color: #9ACC99;
	table-layout: fixed;
}
.menu3 {
	width: 550px;
	margin-bottom: 90px;
	position: relative;
	top: 100px;
	background-color: #9ACC99;
	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: 10px;
}


.note {
	font-size: 10px;
	position: relative;
	top: 10px;
}
#note2 {
	font-size: 9.5px;
	position: relative;
	top: 115px;
	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: #F1FDCD;
	height: 50px;
	_height:150px;
}

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

	 td .price {
		font-size: 13px;
		line-height: 1.4em;
		text-align: center;
		margin-left: 5px;
		margin-right: 5px;
	}
	 td .lineup {
		font-size: 11px;
		line-height: 1.6em;
		text-align: left;
		margin: 5px;
	}
	 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 sup {
	font-size: 8px;
}

#footstep {
	position: relative;
	left: -30px;
}
