@charset "utf-8";
/* CSS Document */

#box_profile {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#box_pleft {
	padding: 10px;
	float: left;
	width: 170px;
}

#box_pcenter {
	padding: 10px;
	float: left;
	width: 400px;
}

#box_pright {
	padding: 10px;
	float: right;
	width: 250px;
	text-align: left;
}

.imgfloat_l {
	float: left;
    margin-right: 10px;
}

#box_profile table th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFC;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
}

#box_profile table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFC;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: left;
}

.bg_ffc {
	background-color: #FFC;
	font-weight: bold;
	color: #666;
}

#box_profile h3 {
	font-weight: bold;
	color: #333;
	background-color: #FFC;
	width: 100%;
	text-align: left;
	text-indent: 5px;
	margin-bottom: 5px;
}

#box_profile p { text-align: left; }


