@charset "UTF-8";

a {
	text-decoration: none;
	color: #0000FF;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.entry-content {
	background:none;
}
.entry-body {
	width: 100%;
	/*padding: 10px;*/
	line-height: 140%;
	text-align: left;
	font-size: medium;
	margin:0 auto;
}

.entry-body th {
	font-size: small;
	text-align: left;
}
.entry-body td {
	/*font-size: small;*/
	line-height: 140%;
}
.entry-body strong {
	font-size: medium;
}
.entry-body li {
	margin-bottom: 10px;
}

.entry-body rt {
	font-size: xx-small;
	color: #006699;
	text-decoration: none;
}
.entry-body rp {
	font-size: xx-small;
	color: #006699;
	text-decoration: none;
}

.entry-body .midasi {
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 5px;
}


.entry-body .kyocho {
	background-color: #FFE6E6;
	padding: 1px;
}
