@charset "UTF-8";

/*==============================*/
/*	<プロフィール>	*/
/*==============================*/


div.section{
	/*height: 400px;*/	/* for Sample dummy	*/
}

div#mainContents div.section h3{
	color: #c3f;
	background-color: inherit;
	background-image: url(/images/skin/heading/main_contents_h3_c3f.gif);
}

div.member{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 100%;
	overflow: auto;
	border-bottom: 2px dotted #333;
}

div.member div.photo{
	width: 130px;
	float: left;
}

div.member div.info{
	width: 420px;
	float: left;
}

div.member dd{
	margin-bottom: 1em;
}







