@charset "utf-8";
/* CSS Document */
/* contents */
#contents {
}
#cont_left {
}
#cont_left_head {
	padding-right: 16px;
	padding-left: 16px;
}
#cont_left_head .contents_inner {
	overflow: hidden;
}
#cont_left_head .contents_inner .contents_box {
	background-image: url(../img/contents/contents.gif);
	background-repeat: repeat-y;
	padding: 15px;
}

/* side menu*/
#cont_right {
}
#cont_right p {
	text-align: right;
	padding-right: 5px;
	line-height: 2em;
	font-size: 11px;
}
#cont_right p a {
	color: #FFFFFF;
}
#cont_right p a:hover {
	text-decoration: underline;
}
.contents_box h4 {
	text-align: center;
	font-size: 14px;
}.contents_box .log_date {
	text-align: right;
	font-size: 10px;
	color: #999999;
	margin-bottom: 20px;
}
.contents_box .shinryou_table {
	width: 500px;
	border: 1px solid #5A6198;
	margin-bottom: 20px;
}
.contents_box .shinryou_table th {
	border: 1px solid #5A6198;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
}
.contents_box .shinryou_table td {
	border: 1px solid #5A6198;
	padding-left: 10px;
}
.contents_box .mgb_20 {
	margin-bottom: 20px;
}

.contents_box .info_h4 {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444871;
	font-weight: bold;
}
.contents_box .info_h4_2 {
	text-align: left;
	font-weight: bold;
}
.contents_box .info_txt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A6198;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

