@charset 'UTF-8';
@import url(default.css);
@import url(header.css);
@import url(footer.css);
@import url(common.css);

/*-------------------------------------
ABOUT
-------------------------------------*/
main p {
	line-height: 1.75;
}
.unit {
	padding-bottom: 30px;
}
.unit .about-text {
	width: 390px;
	float: left;
}
.unit .about-photo {
	width: 270px;
	padding: 10px;
	background-color: #fff;
	float: right;
	display: block;
}
.unit h2 {
	background-image: url(../img/h2_unit.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.unit p {
	padding-left: 6px;
	padding-right: 6px;
}
.unit h3 {
	padding-left: 6px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 1.75;
}
