/* ===================================================================
--about.css--
=================================================================== */

@charset "utf-8";


/* ----------------------- mainCont */
div#mainCont{
	width:670px;
	height:930px;
	*+height:1010px;
	float:left;
	display:block;
	margin-bottom:65px;
}

/* ----------------------- topTitle */
div#topTitle{
	width:100%;
	height:200px;
	display:block;
	background-color:#000;
}

div#topTitle .titleImg{
	width:950px;
	height:200px;
	display:block;
	margin:0 auto;
}

/* ----------------------- aboutSection */
div#aboutSection{
	width:670px;
	height:555px;
	display:block;
	line-height:1.7;
	color:#4C4948;
	clear:both;
	margin-bottom:25px;
}

div#aboutSection h1{
	margin-bottom:10px;
}

div#aboutSection2{
	width:670px;
	height:345px;
	display:block;
	line-height:1.7;
	color:#4C4948;
	clear:both;
}

div#aboutSection2 h1{
	margin-bottom:10px;
}

