/* -----------------------------------------------
              Style
   ----------------------------------------------- */

*{
	font-family:"Tahoma", "MS UI Gothic", "Osaka", "generic font family";
	font-size: 12px;
	line-height: 135%;
}


body {
	padding:0px 0px 0px 0px;
	margin:0px auto;

	/*
	background: url(../image/body_bg.gif) #666666 repeat;
	*/

	background: url(bg_001.png) #666666 repeat;
	background-repeat : no-repeat;

	color: #666666;
	float: left;
}


.th {
	border-top: #999 1px dashed;
/*	background: #f8f7f5 repeat; */
	padding: 6px 0px 2px 0px ;

}
.td {
	border-top: #999 1px dashed;
/*	background: #f8f7f5 repeat; */
	padding: 6px 0px 2px 0px ;
}

blockquote {
	border-right: #999 1px dashed;
	border-top: #999 1px dashed;
	border-left: #999 1px dashed;
	border-bottom: #999 1px dashed;
	padding: 10px 10px 10px 10px ;
	background-color: #ffffff
}

small {
	font-size: 80%;
}



/* by tsuchiya */

input.button_001 {
	position: absolute;
	top: 232px;
	left: 139px;
	border: 0px;
    width: 300px;
    height: 50px;
    background: url(button_001.png) left top no-repeat;

    cursor : pointer;

}


input.button_002 {
	position: absolute;
	top: 235px;
	left: 466px;
	border: 0px;
    width: 123px;
    height: 44px;
    background: url(button_002.png) left top no-repeat;

    cursor : pointer;

}

input.floor {
	position: absolute;
	top: 182px;
	left: 250px;
	width: 56px;
    height: 18px;
    border:0;
}


input.radio_001 {
	position: absolute;
	top: 118px;
	left: 245px;
}
input.radio_002 {
	position: absolute;
	top: 118px;
	left: 395px;
}
