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

/* =============================================================================
   About
   ========================================================================== */

h2{
	background:url(/img/title_bg.jpg) repeat-x;
	width:100%;
	height:220px;
	text-align:center;
}

#wrapper{
	background:url(/about/img/content_bg.jpg) no-repeat;
	height:581px;		
}

dl{
	width:900px;
	margin:0 auto;
	border-bottom:1px solid #CCCCCC;
}

dt{
	background-color:#F6F6F6;
	padding: 30px 0 30px 40px;
	display:inline-block;
	width:180px;
	vertical-align: top;
	color:#006699;
	font-weight:bold;
	/display: inline;
	/zoom: 1;
}

dd{
	padding:30px;
	display:inline-block;
	/display: inline;
	/zoom: 1;
}