@charset "UTF-8";
.main_tb {
	background-color: #FFFFFF;
	padding: 14px;
}
.cont_title {
	height: 30px;
	background-color: #473f16;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffe14f;
	border-bottom-color: #ffe14f;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	word-spacing: 0.8em;
}
#navi {
	font-size: 20px;
	color: #ffe14f;
	text-align: right;
	height: 30px;
	vertical-align: 100%;
	padding-bottom: 2px;
}
#navi a {
	color: #ffe14f;
	text-align: right;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffe14f;
}
#navi a:hover {
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	border-bottom-style: none;
}

body {
	background-color: #879cb7;
}
.content {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #473f16;
	font-size: 12px;
	color: #cccccc;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 16px;
}
.content_date {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #473f16;
	font-size: 12px;
	color: #ffe14f;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
}

