body{
	height:100%;
	margin: 0;
	padding: 0;
	* padding-left: 1px;
	border: 0;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}


table,form,div,p,img,td,th,tr{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a { 
	text-decoration: underline; 
	color: #996600;
	font-weight:lighter;
} 
a:hover { 
	text-decoration: underline; 
	color: #FF0000;
	font-weight:lighter;
} 
table.pricewaku {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.pricewaku th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: lighter;
    line-height: 120%;
    text-align: center;
}

table.pricewaku td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    color: #FF0000;
}

/*物件汎用横サイズ*/
.price05{
	width: 5%;
}

.price10{
	width: 10%;
}

.price15{
	width: 15%;
}

.price20{
	width: 20%;
}

.price30{
	width: 30%;
}

.price40{
	width: 40%;
}

.price50{
	width: 50%;
}

.price60{
	width: 60%;
}

.price70{
	width: 70%;
}

.price80{
	width: 80%;
}


.price90{
	width: 90%;
}

.red{
	color: #F00;
    font-weight: bold;
}