@charset "utf-8";
/* CSS Document */

#container {
	width:950px;
	margin:0  auto 40px;
}

/* main */

#main {
	display:inline;
	width:950px;
	float:left;
	margin-bottom:50px;
}

#main .floatleft {
	width:440px;
}

#main .floatright {
	width:476px;
}

/* promise */

.promisebox {
	display:inline;
	width:950px;
	float:left;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:#aaa 1px dashed;
}

.promiseimg {
	width:120px;
	float:left;
}

.promisetext {
	width:830px;
	float:left;
}

.promisetext img {
	margin-bottom:18px;
}

.promisetext p {
	line-height:22px;
}

#promise05 {
	display:inline;
	width:950px;
	float:left;
	margin-bottom:30px;
	padding-bottom:4px;
	border-bottom:#aaa 1px dashed;
}

.promisetext dt {
	font-weight:bold;
	margin-bottom:5px;
}

.promisetext dd {
	line-height:18px;
	margin-bottom:26px;
}

#promisefinal {
	display:inline;
	width:950px;
	float:left;
}