@charset "utf-8";

.days {
	margin: 0 0 8px;
	padding: 0;
	color: #ff6600;
	font-weight: bold;
}
.sentence a:link, .sentence a:visited {
	text-decoration: none;
}
.sentence a:hover, .sentence a:active {
	text-decoration: underline;
}

.place {
	font-size: 87%;
}

.sentence a#info {
	font-weight: normal;
	font-size: 87%;
}



.backnext {
	clear: both;
	margin: 0 0 2px;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	color: #bbbbbb;
}
.backnext a:link, .backnext a:visited {
	text-decoration: none;
	color: #999999;
}
.backnext a:hover, .backnextn a:active {
	text-decoration: none;
	color: #444444;
}



.box {
	margin: 8px 6px 0;
	padding: 6px;
	border: 1px solid #eeeeee;
	background-color: #f9fcff;
	font-size: 93%;
	color: #444444;
}
.topic {
	color: #3366cc;
	font-size: 87%;
	font-weight: bold;
}


.ho {
	font-size: 87%;
}

.green {
	color: #334411;
}
.pink {
	color: #ff66cc;
}
.gray {
	color: #cccccc;
}
.red {
	color: #ff3333;
}


