@charset "UTF-8";

.news-show .category_title {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 15px;
	border-left: solid 7px #cccccc;
	border-bottom: solid 10px #9999cc;
}

.news-show .category_title img {
	vertical-align: middle;
}

.news-show .article {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.news-show .link_to_index {
	margin-top: 1em;
	margin-bottom: 1em;
}

.news-show .link_to_index a {
	padding: 3px;
}

.news-show .link_to_index a:hover {
	background-color: #99cc99;
}

.news-show .date {
	margin-bottom: 1em;
	text-align: right;
}

.news-show h1 {
	color: #0084ff;
	font-size: 155%;
	font-weight: bold;
	text-align: center;
}

.news-show h3 {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

.news-show p,
.news-show ul li,
.news-show ol li,
.news-show dl dt,
.news-show dl dd {
	line-height: 1.33em;
}

.news-show p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.news-show ul,
.news-show ol {
	margin-left: 2em;
}

.news-show ul li {
	list-style-type: disc;
}

.news-show ul ul li {
	list-style-type: circle;
}

.news-show ul ul ul li {
	list-style-type: square;
}

.news-show ol li {
	list-style-type: decimal;
}

.news-show ol ol li {
	list-style-type: lower-roman;
}

.news-show ol ol ol li {
	list-style-type: lower-latin;
}

.news-show del {
	text-decoration: line-through;
}

.news-show em {
	color: inherit;
	font-style: normal;
	font-weight: bold;
}

.news-show strong {
	color: red;
	font-style: normal;
	font-weight: normal;
}

.news-show .ki {
	margin-top: 1em;
	margin-bottom: 1em;
}

.news-show .ki-head {
	margin-bottom: 1em;
	text-align: center;
}

.news-show .ki-foot {
	margin-top: 1em;
	text-align: right;
}

.news-show .ki table {
	border-collapse: separate;
	border-spacing: 2px;
	margin-left: auto;
	margin-right: auto;
}

.news-show .ki th,
.news-show .ki td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.news-show .ki th {
	padding-right: 1em;
}

.news-show sup {
	vertical-align: 60%;
	font-size: 80%;
}
