@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: profile.css
 * style info	: profile pages style
 -----------------------------------------------------------*/

/* news
--------------------------------------------------*/

h1 {
	margin:30px 0 12px 0;
	font-weight:bold;
	color:#0f454f;
}

.history dl{
	position:relative;
}
.history dt{
	position:absolute;
	width:5em;
	left:0;
}
.history dd{
	padding-left:5em;
}

#c_column p {
	margin:30px 0 12px 0;
}