@charset "shift_jis";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");

/* CSS Document */

.bg{
	border:1px solid #DBDBDB;
	padding:8px;
	background-color:#/*F0EFF6*/FFFFFF;
}
.bg-white{
	background-color:#FFFFFF;
}
#block01{
	margin-top:30px;
}
#block01 .lef{
	line-height:140%;
	width:330px;
	float:left;
}
#block01 .lef h2{
	color:#38B25D;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 22px;
	line-height: 150%;
	font-weight: bold;
	letter-spacing: 0px;
	margin-top:10px;
	margin-bottom:20px;
}
#block01 .lef p{
	letter-spacing: 2px;
	line-height: 150%;
	margin-bottom:10px;
	font-size:14px;
}
#block01 .rig{
	float:right;
	width:360px;
}
