@charset "UTF-8";
/* CSS Document */

@import url("domain.css");
@import url("reset.css");

div#price{
	width:580px;
	min-height:1000px;
}

*html div#price{
	height:1000px;
}

div#price h1{
	margin:5px 0 0 0;
}

div#price div#priceBox h2{
	width:205px;
	float:left;
}

div#price div#priceBox dl{
	width:375px;
	float:left;
}


div#price div#priceBox dt{
	width:165px;
	float:left;
}

div#price div#priceBox dd{
	width:210px;
	float:left;
}


div#card{
	padding:45px 0 0 0;
}

div#price div#card　h2{
	width:457px;
}

div#price div#card　p{
	width:457px;
}


