@charset "utf-8";
.essay_daily {
	font-size: 12px;
	line-height: 1.8;
	color: #000;
	list-style-type: none;
	padding-top: 5px;
}
.essay_daily li{
	float: left;
}
.essay_daily a{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.essay_daily a:hover{
	color: #FFF;
	background-color: #0071A5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
}
.essay_daily_free{
	color: #FFF;
	background-color: #0071A5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
}
.essay_daily .current{
	color: #FFF;
	background-color: #0071A5;
}
.essay_daily .current a:link{
	color: #FFF;
	background-color: #0071A5;
}
.essay_daily .current a:visited{
	color: #FFF;
	background-color: #0071A5;
}
.essay_outline {
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	border: 1px solid #0071A5;
}
.essay_date {
	font-size: 14px;
}
.essay_title {
	font-size: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0071A5;
	font-weight: bold;
}
.essay_text {
	font-size: 13px;
	line-height: 1.5;
	padding-top: 10px;
	padding-bottom: 10px;
}
.essay_name {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E9F2FD;
	font-size: 13px;
	padding-top: 20px;
	text-align: right;
}
.essay_bg_line {
	margin-right: auto;
	margin-left: auto;
	width: 11px;
	height: 100px;
}

.essay_text p a:visited {
  color: #0000EE;
  text-decoration: underline;
}

.essay_text a:active {
  color: #0000EE;
  text-decoration: underline;
}

.essay_text a:hover {
  color: #0000EE;
  text-decoration: underline;
}

.essay_text a:link {
  color: #0000EE;
  text-decoration: underline;
}

.essay_text img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.essay_text hr {
	display:block;
	width:100%;
	border-bottom: 1px solid #0071A5;
}

.essay_text div.sakuhin_text {
	font-weight:bold;
	text-align:center;
}

.essay_text div.sakuhin_text div.center {
	display:inline-block;
	text-align:left;
}