#pickup .thumb {
	float: left;
	border: 5px solid #B6B19E;
}
#pickup .detail {
	float: right;
	width: 300px;
}
#about {
	background-image: url(../images/top/aboutBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}

#about ul {
	float: left;
	width: 190px;
}
#about ul li {
	list-style-type: disc;
}

#about ul li.andmore {
	list-style-type: none;
	float: right;
}

#about .innerbox {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 5px;
}
#about #address {
	float: right;
	margin-left: 10px;
}
