@charset "UTF-8";

/* contents , section */

#ch3 {
	width: 635px;
}


.section {
	background: url(../images/section_bg.gif) repeat-y;
	width: 635px;
	margin: 0 0 15px 0;
}


.section_bg {
	background: url(../images/section_bottom_bg.gif) no-repeat bottom;
	padding: 0 20px 20px 20px;
	line-height: 160%;
}

.section_bg_in {
	background: url(../images/section_bottom_bg.gif) no-repeat bottom;
	padding: 0 20px 20px 20px;
	text-indent: 1.8em;
	line-height: 160%;
}

.section_bottom {
	background: url(../images/section_bottom_bg.gif);
	width: 635px;
	height:40px;
}

/*figure*/

.figure_box {
	width: 590px;
	margin: 0 0 20px 0;
	background: url(../images/figure_box_bg.gif) left repeat-y;
}

.figure {
	width: 300px;
	float: left;
	display: inline;
}

.figure_txt {
	width: 270px;
	float: right;
	display: inline;
	padding: 0 0 0 20px;
}

.figuretitle{
	color:#06C;
	font-weight: bold;
	padding: 0 0 4px;
}

.figuretate {
	width: 300px;
	float: left;
	display: inline;
}