@charset "UTF-8";
#main_content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.radius_border {
	border:5px solid #666666;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	padding: 20px;
}
hr {
	border: 1px dotted #666666;
}


h2 {
	font-size: 3em;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 1.5em;
	line-height: 1.5;
	color: #330000;
}
.img_left {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.cd {
	margin-left: 50px;
	line-height: 1.5;
	font-size: 0.9em;
	margin-top: 10px;
	float: left;
}
.cd_title {
	text-align: center;
	float: left;
	border: 1px dotted #FFFF00;
	margin: 5px;
	padding: 5px;
}
.cd_title_area {
	clear: both;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
.cd_area {
	clear: both;
	width: 100%;
}


.cd li {
	line-height: 1.5;
	list-style-type: decimal;
}
.red_text {
	font-size: 1.5em;
	line-height: 1.5;
	color: #FF0000;
}

.toTop {
	float: right;
}
#footer {
	clear: both;
	width: 100%;
}
.img_right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.img_frame408 {
	text-align: center;
	float: right;
	min-width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 40%;
}
.align_center {
	text-align: center;
	margin: 5px;
}
.img_margin {
	margin: 5px;
}
.jikeshi_red {
	background-image: url(../img/double_line.gif);
	background-repeat:repeat-x;
	background-position: center;
}