@charset "UTF-8";

/* Base Settings
--------------------------------------------------*/


/*figure*/

.figure_box {
	width: 625px;
	margin: 0 0 20px 0;
	background: url(../images/figure_box_bg.gif) right repeat-y;
}

.figure {
	width: 350px;
	float: left;
	display: inline;
}

.figure_txt {
	width: 250px;
	float: right;
	display: inline;
	padding: 0 0 0 10px;
}

.figuretitle{
	color: #396;
	font-weight: bold;
	padding: 0 0 4px;
}
