#upper {
	margin-bottom:10px;
}
#left {
	float:left;
	width:530px;
	margin-bottom:10px;
}
#right {
	float:left;
	width:250px;
	margin-bottom:10px;
}

#left_left {
	float:left;
}

#left_right {
	float:left;
}

.col_area {
	border-top: dotted 2px #FF0000;
	padding-top:10px;
}

.title {
	clear:both;
}

.koumoku {
	width:800px;
	border-top:dotted 2px #FF0000;
}

.product {
	clear:both;
}

.product_img {
	float:left;
	margin-bottom:5px;
}

.product_str {
	float:left;
	margin-left:5px;
}

#dotted {
	clear:both;
	border: dotted 2px #FF0000;
	margin:10px;
	padding:10px;
}