@charset "utf-8";

/*----------------------------------------
 PAGE:/concept
------------------------------------------
 import
----------------------------------------*/
 @import url(/common/css/import.css);
/*--------------------------------------*/
div#concept{
	background:url(../images/concept_bcg.gif) repeat-y;
	width:640px;
}
div#concept h2{
	text-align:center;
	margin:55px auto 0;
}
div#concept #profile{
	margin:30px 0 40px 19px;
}
div#concept #profile #history{
	float:left;
	width:347px;
	padding-left:13px;
}
div#concept #profile #history h3{
	margin-top:25px;
}
div#concept #profile #history dl{
	margin-top:5px;
	color:#eee1e2;
}
div#concept #profile #history dt, div#concept #profile #history dd{
	padding:5px 0 0 5px;
	float:left;
}
div#concept #profile #history dl dt{
	width:57px;
}
div#concept #profile #history dd{
	width:280px;
}
img.bottom{
	display:block;
}

