@charset "UTF-8";
/* CSS Document */
#right #info dt {
	width:300px;
	float:left;
	background-image:url(../images/icon.png);
	background-repeat:no-repeat;
	background-position:1px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:15px;
	color:#06207e;
	/* 左寄せ */
	float : left;
	/* float解除 */
	clear : both;
}

#right #info dd {
	width:550px;
	padding-left:40px;
	padding-top:0px;
	padding-bottom:20px;
	color:#231815;
	text-align:justify;
  text-justify:inter-ideograph;
}
