@charset "utf-8";

@import "reset.css";
@import "clearfix.css";
@import "font.css";
@import "common.css";

/*-----------------------------------------

profile

 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content

------------------------------------------*/


/*-----------------------------------------

body

------------------------------------------*/
#profile #bodyArea {
	width: 556px;
	margin: 0px 15px 20px 15px;
	padding: 0px 10px 0px 180px;
}


