@charset "utf-8";

@import url("setting.css");  

/* ----------------------------------------
	profile
---------------------------------------- */

body {
	background: #D2D2D2 !important;
}

#wrapper {
	background: #fff;
}

#pages {
	padding-top: 27px; 
}

.profile dt {
	width: 150px;
	border-top: 1px solid #C8C8C8;
	padding: 20px 0 20px 10px;
	font-weight: bold;
	float: left;
}

.profile dd {
	width: 660px;
	border-top: 1px solid #C8C8C8;
	padding: 20px 10px 20px 0;
	float: left;
}

