/*　基本CSS　*/

body {
	margin-top: 0px;
　　}
img{
	border:none;
	}
.nowrap{
	white-space: nowrap;
	}
.clear{
	clear:both;
	}
.clearR{
	clear:right;
	}
.clearL{
	clear:left;
	}
.floatL{
	float:left;
	}
.floatR{
	float:right;
	}
.txtR{
	text-align:right;
	}
.txtL{
	text-align:left;
	}
.border_dottedT {
	border-top: 1px dotted #C0C0C0;
}
.border_dottedR {
	border-right: 1px dotted #C0C0C0;
}
.border_dottedB {
	border-bottom: 1px dotted #C0C0C0;
}
.border_dottedL {
	border-left: 1px dotted #C0C0C0;
}
#baner {
	width: 800px;
	background-position: center;
	margin-top: 10px;
}
.pricebaces {
	background-image: url(../../image/bk_bace.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.toi {
	border: 2px solid #9c7245;
	margin-top: 15px;
}
