@charset "utf-8";
/*---------------------------------- CSS Information
タイトル：module.css
作成者  ：Yoshihiro Oishi
概　要  ：モジュールCSS
製作日  ：2008年12月18日
変更日  ：
------------------------------------------------ */

.float_clear {
	clear: both;
}
.float_right_img {
	float: right;
	padding: 28px 12px 20px 15px;
}
.float_left_img {
	float: left;
	padding-right: 26px;
}

.color_blue {
	color: #0000FF;
}
.color_red {
	color: #FF0000;
}

.space_u7 {
	padding-bottom: 7px;
}
.space_u5 {
	display: block;
	padding-bottom: 5px;
}

.space_d7 {
	padding-top: 7px;
}

.dotto_line {
	height: 20px;
	width: 575px;
	border-top: 1px dotted #999999;
	margin-top: 10px;
}
.dotto_line2 {
	height: 5px;
	width: 575px;
	margin-top: 5px;
	border-top: 1px dotted #999999;
}
.center {
	text-align: center;
}
.title_u_line {
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999999;
}
.img_center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.indent1_2em {
	text-indent: 1.2em;
}
.indent2_5em {
	text-indent: 2em;
}

.title02 {
	padding-bottom: 15px;
}
.title01 {
	padding-bottom: 3px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
	display: block;
}
.-1em {
	text-indent: -1em;
	padding-left: 1em;
}
.10_15_text {
	font-size: 77%;
	line-height: 200%;
}
.30px_aki {
	padding-top: 30px;
}
