body {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	background-repeat: repeat;
	background-position: center;
}
.spot {
	background-color: #F3F3F3;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
	height: auto;
}
.spot .spotthumnail {
	height: 100px;
	float: left;
	padding-left: 15px;
	width: 150px;
}
.spot .spottext {
	height: 100px;
}
img {
    border-style:none;
}
td {
	vertical-align: top;
	background-color: #F0F0F0;
}
.quote {
	background-color: #FFFFCC;
	font-style: italic;
	line-height: 160%;
}
.attention {
	background-color: #00CCFF;
}
#breadcrumb {
	width: 800px;
	clear: both;
	float: left;
}
#breadcrumb li {
	border: 1px none #b3b3b3;
	padding: 0.5em;
	clear: none;
	float: left;
	width: auto;
	list-style-type: none;
}
