body {
	background: #ffffee;
	color: #800000;
}
a:visited {
	color: purple;
}
a:link {
	color: #0000ee;
}

a:active, a:focus, a:hover {
	color			: #ffffee;
	background-color: #800000;
	text-decoration	: none;
}

div.item {
	float			: left;
	width			: 80%;
}

div.trip {
	font-weight		: bold; 
	float			: right;
	position		: absolute;
	bottom			: 10%;
	right			: 2.5%;
}

div.wwwc {
	float			: left;
	position		: absolute;
	bottom			: 2.5%;
	left			: 2.5%;
}

img.counter {
	float			: right;
	position		: absolute;
	bottom			: 2.5%;
	right			: 2.5%;
	border			: dotted 1px #800000;
}
dt {
	font-size			: large;
	border-bottom-style	: dotted;
	border-bottom-width	: 1px;
	border-bottom-color	: #800000;
}

table.caution {
	border				: dotted 1px #800000;
}

/* JaneViewサイトから借用 */
p.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
