@charset "Shift_JIS";

@import "./common.css";

/* ---------------------------------- MAIN --------------------------------- */

/* profile */
dl.profile {
	zoom: 100%;
	padding: 10px 20px 0px;
	}
dl.profile:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
	}
dl.profile dt {
	float: left;
	width: 150px;
	}
dl.profile dd {
	margin: 0 0 0.2em 180px;
	}
dl.profile dd.name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5em;
	}

dl.profile dd p {
	margin-bottom: 0.5em;
	}
dl.profile dd p.notes {
	min-height: 20px;
	_height: 25px;
	background: url(../images/profile/notes_back.gif) 0px 0px no-repeat;
	padding: 5px 0 0 25px;
	margin-top: 2em;
	}
dl.profile dt.name {
	margin-bottom: 0.5em;
}
dl.profile dt.name span {
	font-weight: bold;
	font-size: 14px;
	display: block;
}

/* background */
div.background {
	background: url(../images/divider.gif) left bottom repeat-x;
	padding: 0px 20px 30px;
	margin: 16px 0;
	height: 100%;
	overflow: hidden;
	width: 750px;
	}


dl.personal_history, 
dl.belong {
	width: 320px;
	}
dl.personal_history dt, 
dl.belong dt {
	background: url(../images/profile/listmark_profile.gif) 0 2px no-repeat;
	padding-left: 15px;
	margin-bottom: 0.3em;
	}
dl.personal_history dd, 
dl.belong dd {
	margin: 0 0 0 15px;
	}

dl.personal_history {
	float: left;
	}
dl.belong {
	float: right;
	}
dd.by_date dl dt {
	float: left;
	width: 6em;
	_width: 70px;
	background-image: none;
	padding-left: 0;
	margin-bottom: 0.1em;
	}
dd.by_date dl dd {
	_width: 225px;
	margin: 0 0 0.1em 6em;
	_margin-left: 70px;
	}


