@charset "utf-8";
/* CSS Document */

#is_bg {
	position: absolute;
	z-index: -9999;
	top: 19px;
	left: 50%;
	margin-left: -659px;
	width: 1319px;
	height: 1093px;
	background-image: url(http://www.izumisou.info/gr_img/is_bg_cate.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
}


#main {
	width: 600px;
	height: 500px;
	position: absolute;
	z-index: 9999;
	top: 230px;
	left: 50%;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}


/* 価格表 */
div.block{
	display: table;
	width: 300px;
	border-bottom: 1px solid #a28e7b;
}
div.left{
	display: table-cell;
	width: 70%;
	padding: 5px;
	text-align: left;
	font-size: 12px;
}
div.right{
	display: table-cell;
	width: 30%;
	padding: 5px;
	text-align: right;
	font-size: 12px;
	color: #b32a33;
}
div.exp{
	padding: 5px;
	text-align: left;
	font-size: 12px;
	color: #6a4f37;
}
/* 価格表ここまで */
