@charset "UTF-8";
@import "/include/css/common.css";

/* ---------------------------------------------------------
	CSS Document info > visual
--------------------------------------------------------- */

#visual {
	background-image: url(../images/visual.png);
}

/* ---------------------------------------------------------
	CSS Document info > sidebar
--------------------------------------------------------- */

#sidebar {
	float: right;
	width: 220px;
	overflow: hidden;
	text-align: left;
}

#sidebar h3 {
	margin: 0 0 15px;
	font-family: 'Times New Roman';
	font-weight: 100;
	font-style: italic;
	font-size: 20px;
	line-height: 1;
	color: #078b87;
}

#sidebar ul {
	margin: 0 0 35px;
}

#sidebar li {
	margin: 0 0 10px;
	padding-left: 12px;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
}

#sidebar li:after {
	content: '';
	width: 5px;
	height: 1px;
	background: #252525;
	position: absolute;
	top: 9px;
	left: 0;
}

#sidebar li a {
	text-decoration: none;
	color: #252525;
}

#sidebar li a:hover {
	text-decoration: underline;
	color: #0182b2;
}

#sidebar input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar input#search {
	float: left;
	width: 196px;
	height: 23px;
	margin-right: 5px;
	line-height: 20px;
	border: solid 1px #d3d4d4;
}

/* ---------------------------------------------------------
	CSS Document info > entry
--------------------------------------------------------- */

#contents {
	float: left;
	width: 720px;
	overflow: hidden;
}

.entry {
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: solid 1px #dcdcdc;
	text-align: left;
}

.entry dl {
	margin-bottom: 25px;
	padding-bottom: 25px;
	position: relative;
}

.entry dl:before {
	content: "";
	width: 140px;
	height: 1px;
	background: #58b7b4;
	position: absolute;
	bottom: 0;
	left: 0;
}

.entry dt {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 13px;
}

.entry dt .date {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid 1px #252525;
}

.entry dt a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.entry dd {
	font-size: 18px;
	line-height: 1.3;
}

.entry dd a {
	text-decoration: none;
	color: #078b87;
}

.entry dd a:hover {
	text-decoration: underline;
	color: #b2303c;
}

.entry .error {
	text-align: center;
}

.entry_body {
	margin-top: 25px;
	word-wrap: break-word;
	line-height: 1.8;
}

.entry_body p {
	margin-top: 20px;
}

.entry_body ul {
	margin-top: 20px;
	margin-left: 18px;
}

.entry_body ol {
	margin-top: 20px;
	margin-left: 24px;
}

.entry_body table {
	width: 100%;
}

.entry_body th {
	padding: 10px;
	border: solid 1px #efeff0;
	background: #fdfdf5;
	text-align: left;
	font-weight: normal;
}

.entry_body td {
	padding: 10px;
	border: solid 1px #efeff0;
	text-align: left;
	font-weight: normal;
}

.entry_body img {
	max-width: 100%;
	height: atuo;
}

/* ---------------------------------------------------------
	CSS Document info > pnavi
--------------------------------------------------------- */

#pnavi {
	text-align: center;
}

#pnavi .link_before {
	float: left;
}

#pnavi .link_next {
	float: right;
}
