@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      profile.css
 Style Info:     PROFILEファイル専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	PROFILE用
----------------------------------------------------*/

#profile #contents {
	width:430px;
	margin:210px 0 0 20px;
}
	
.box {
	margin-top:20px;
	zoom:100%;							/* IE bug */
}

.title {
	margin-top:20px;
	color:#1c5a65;
	font-weight:bold;
	display:inline;						/* IE bug */
}

.profile li {
	clear:both;
	zoom:100%;							/* IE bug */
}

dt {
	float:left;
	color:#808080;
}

dd {
	margin-left:10px;
	float:left;
}