@charset "utf-8";

/*
Tourist CSS
*/
h2 {
	width: 800px;
	height: 100px;
	background: url(/img/h2_information.jpg) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 10px;
}
h3 {
	color: #333;
	background: url(/img/h3.gif) left center no-repeat;
	border-bottom: 1px dotted #999;
	padding: 8px 0 6px 34px;
	margin-bottom: 10px;
}
.EntryBody p {
	margin-left: 10px;
}
ul.entrylist {
	margin: 20px 0 10px 10px;
	list-style-type: none;
}
ul.entrylist li {
	margin: 10px 0;
}
ul.entrylist li a {
	text-decoration: underline;
	background: url(/img/arrow_r.gif) left center no-repeat;
	padding-left: 20px;
}
ul.entrylist li a:hover {
	text-decoration: none;
}
ul.entrylist li .date {
	font-size: 80%;
	color: #666;
	margin-left: 20px;
}
p.iphoto {
	width: 200px;
	text-align: right;
}
p.date {
	color: #666;
	text-align: right;
	clear: right;
}