/* CSS Document */

.section01 dl{
	float:right;
	width:284px;
	}
.section01 dl dd{
	margin-top:8px;
	}
.section01 .img{
	float:left;
	width:595px;
	}

.section02{
	margin-top:40px;
	margin-left:-34px;
	}
.section02 li{
	float:left;
	width:284px;
	line-height:190%;
	padding-left:34px;
	}
.section02 dl dd{
	margin-top:8px;
	}






/********** clear-fix  ***********/
.section02:after ,
.section01:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.section02,
.section01{
	zoom: 1;
	}
