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

*{
	margin:0;
	padding:0;
}
img{
	border:0;
}

body{
	text-align:center;
	background-image:url(../images/background.gif);
}
.thisclear{
	clear:both;
	width:0;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*                              wrapper                                    */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#wrapper{
	width:810px;
	margin:0 auto;
	background-color:#fffbee;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*                              header                                     */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#header{
	position:relative;
}
#header_inq{
	position:absolute;
	top:325px;
	left:598px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*                             contents                                    */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#contents{
	width:810px;
	height:1462px;
	margin:0;
	padding:0;
	background-image:url(../images/contents_back.gif);
	position: relative;
}
.box{
	width:733px;
	margin:20px auto 0;
}
.inq{
	width:733px;
	margin:10px auto;
	text-align:right;
}
.zisseki{
	display:block;
	width:215px;
	height:212px;
	margin:0 11px;
	float:left;
}
#table{
	width:733px;
	margin:0 auto;
	padding-top:15px;
	background-image: url(../images/line.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

/*テーブル*/

.text_price{
	width:613px;
	margin-left:40px;
	text-align:left;
}
.price{
	width:613px;
	height:150px;
	margin-top:15px;
	margin-left:40px;
	border-spacing:1px;
	background-color:#4e2d03;
	
}
.price th{
	width:200px;
	text-align:left;
	text-indent:10px;
	font-size:16px;
	color:#4e2d03;
	font-family: "ヒラギノ角ゴ ProN W6";
	background-color:#fffbee;
	background-image:url(../images/table_right.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

.price td{
	width:413px;
	text-align:left;
	text-indent:10px;
	font-size:14px;
	font-family: "ヒラギノ角ゴ ProN W3";
	background-color:#FFFFFF;
}

/*お問合せでっかいの*/
#box2{
	width:694px;
	margin:35px auto 10px;
}

.inq_big{
	float:left;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*                            fotter                                    */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#futter{
	width:810px;
	height:63px;
	margin-top: 0px;
	text-align:center;
	background-image:url(../images/fotter.gif);
	position:relative;
}
.campany{
	width:733px;
	text-align:right;
	position: absolute;
	bottom:10px;
	right:33px;
}


.cr{
	width:732px;
	margin:0 auto;
	margin-bottom:0px;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	font-family:"ヒラギノ角ゴ ProN W6";
	position: absolute;
	bottom:10px;
	right:33px;
}

