a.b_img:link {
	width: 240px;
	height: 30px;
	background-image: url("./price_list/b_link.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	margin-left: 200px;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	
}

a.b_img:visited {
	width: 240px;
	height: 30px;
	background-image: url("./price_list/b_link.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	margin-left: 200px;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	
}

a.b_img:hover {
	width: 240px;
	height: 30px;
	background-image: url("./price_list/b_hover.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	margin-left: 200px;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	
}

a.b_img:active {
	width: 240px;
	height: 30px;
	background-image: url("./price_list/b_active.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	margin-left: 200px;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	
	
}




table.contents {
	border-color:#99ffff;
	border-style: solid;
	margin: 100px auto 135px auto;
	border-width: 1px;
	border-collapse: collapse;
}

ul {
	color: black;
}

td.length {
	color:				black;
	text-align:			center;
	background-color:	#ccffff;
	border-color:#99ffff;
	border-style: solid;
	border-width: 1px;
}

td.price {
	color:				black;
	text-align:			center;
	background-color:	white;
	text-decoration: none;
	border-color:#99ffff;
	border-style: solid;
	border-width: 1px;
}

td.price2 {
	color:				black;
	text-align:			left;
	background-color:	white;
	text-decoration: none;
	height: 25px;
	padding: 4px;
	text-indent: 2em;
	border-color:#99ffff;
	border-style: solid;
	border-width: 1px;
}

.h {
	height: 1em;
}

th.text01 {
	color:				black;
	background-color:	aqua;
	text-align:			center;
	padding:			2px;
	height: 25px;
	border-color:#99ffff;
	border-style: solid;
	border-width: 1px;
}

th.text02 {
	color:				black;
	background-color:	#fff0f5;
	text-align:			center;
	padding:			4px;
	text-decoration: none;
	border-color:#99ffff;
	border-style: solid;
	border-width: 1px;
	
}

th.text03 {
	color:				black;
	background-color:	aqua;
	text-align:			center;
	border-color:#99ffff;
	border-style: solid;
	border-width: 1px;
}

li {
	text-decoration: none;
	text-align: left;
}

li.head0 {
	text-decoration: none;
	text-align: left;
	margin: 20px auto 0px 40px;
}

li.head1 {
	text-decoration: none;
	list-style-type: none;
}

li.head3 {
	text-decoration: none;
	list-style-type: circle;
	margin: 0px auto 5px 40px;
}

img.price_image {
	width: 120px;
	height: 90px;
}