@charset "UTF-8";

.text_red {color: #FF0000}
.em15 {font-size: 1.5em}
.img_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.em12_red {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
	color: #FF0000;
}
.em11_red {
	font-size: 1.1em;
	line-height: 1.5;
	color: #FF0000;
	font-weight: bold;
}
.em09_red {
	font-size: 0.9em;
	line-height: 1.5;
	color: #FF0000;
	font-weight: bold;
}
.em11 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5;
}
.title {
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: bold;
	color: #0000FF;
	border: thin dotted #0099FF;
}
.em12 {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
}
.small {
	font-size: 0.8em;
}
.caution {
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: bold;
	color: #FF0000;
}.caution_pict {
	position: relative;
	z-index: 50;
	top: 20px;
	left: -100px;
}
.end {
	position: relative;
	z-index: 50;
	top: 20px;
	right: 0px;
}
.red_frame {
	border:2px solid #FF0000;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright:14px;
	-moz-border-radius-bottomleft:13px;
	-moz-border-radius-bottomright:13px;
	-webkit-border-top-left-radius:14px;
	-webkit-border-top-right-radius:14px;
	-webkit-border-bottom-left-radius:13px;
	-webkit-border-bottom-right-radius:13px;
	border-top-left-radius:14px;
	border-top-right-radius:14px;
	border-bottom-left-radius:13px;
	border-bottom-right-radius:13px;
	padding: 5px;
	float: left;
	}
.red_frame_normal {
	border:2px solid #FF0000;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright:14px;
	-moz-border-radius-bottomleft:13px;
	-moz-border-radius-bottomright:13px;
	-webkit-border-top-left-radius:14px;
	-webkit-border-top-right-radius:14px;
	-webkit-border-bottom-left-radius:13px;
	-webkit-border-bottom-right-radius:13px;
	border-top-left-radius:14px;
	border-top-right-radius:14px;
	border-bottom-left-radius:13px;
	border-bottom-right-radius:13px;
	padding: 10px;
	float: left;
	}
.border_red {
	border: 3px double #FF0000;
	padding-right: 10px;
	padding-left: 10px;
}
.text_center {
	text-align: center;
}
.float_center {
	margin-right: auto;
	margin-left: auto;
}
