@charset "utf-8";

#content {
	position: relative ;
}

#price_menu {
	width: 200px;
	position: absolute;
	right: 10px;
	background-color: #fff;
	border: 1px solid #eee;
	list-style: none;
	padding: 10px 0;
}

	#price_menu dt {
		margin: 1em 0.5em 0 0.5em;
		padding: 0.3em 0.3em 0 0.3em;
		font-size: 115%;
		font-weight: bold;
		border-bottom: 1px solid #eee;
	}

	#price_menu dd {
		margin: 0.3em 0 0 1.5em;
	}

		#price_menu a {
			text-decoration: none;
		}

		#price_menu a:hover {
			text-decoration: underline;
		}

#price_table {
	width: 520px;
}

#in_wrap {
	margin: 0 0 0 30px;
}

#price_table table {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	width: 100%;
}

	th,
	td {
		padding: 6px;
		color: #666;
	}
	
	th {
		background-image: url(../../_common/image/bg_th.png);
		text-align: center;
		width: 60%;
	}
	
	#price_table table td {
		text-align: right;
		padding: 6px 10px 6px 6px;
		width: auto;
	}
	
	th.label {
	background-image: none;
	background-color: transparent;
	vertical-align: bottom;
	height: 1.5em;
	text-align: left;
	border: none;
	color: #E67928;
	font-size: 110%;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 3px;
	}
	
	td.sup {
		background: transparent;
		border: none;
	}

#acomia {
	clear: both;
}

	#acomia table {
		width: 670px;
	}

h1 {
	margin-bottom: 20px;
}

h2 {
	font-size: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
}

h3 {
	font-size: 100%;
	margin: 10px 0 5px 0;
	padding: 0;
	border: none;
}

#content p {
	font-size: 110%;
	line-height: 1.8;
	width: auto;
	padding: 5px 40px 5px 30px;
	letter-spacing: 1px;
}

table.datsu {
}

	table.datsu th {
		width: 10em;
	}
	
	#price_table table.datsu td {
		width: auto;
		font-family: Verdana, "Century Gothic", Arial;
		letter-spacing: -1px;
		text-align: right;
	}
	
	#price_table table.datsu td.num {
	text-align: center;
	background: #F2F3F1;
	}

#content p.topto {
	font-size: 90%;
	text-align: right;
	margin: 15px 1em 20px 0;
	padding: 0 0 0 0;
}

.to_sejyutu a {
	background-image: url(to_sejyutubui.png);
	width: 150px;
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	display: block;
	height: 28px;
	margin-left: 280px;
	outline: none;
}

.to_sejyutu a:hover {
	background-position: bottom;
	}
