@charset "UTF-8";
/* CSS Document */
div#main {
	width: 850px;
	padding-bottom: 60px;
	}
div#main h2 {
	background: url(../images/line.gif) left bottom no-repeat;
	}
div#main div.section {
	width: 850px;
	padding-bottom: 45px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
	}
div#main div.sectionLast {
	width: 850px;
	}
div#main div.section-inner {
	width: 600px;
	}
div#main h4 {
	margin-bottom: 30px;
	}
div#main p.title {
	margin-top: 30px;
	font-weight: bold;
	color: #333333;
	}
div#main div.text {
	width: 600px;
	float: left;
	}
div#main div.btn {
	width: 150px;
	float: right;
	}

