@charset "UTF-8";
/* CSS Document */

div#profile {
	width:539px;
}

div#profile img {
	/*float:left;
	margin-right:20px;*/
	
	float:right;
	margin-left:10px;
	margin-right:10px;
}

div#profile p.photo_text {
	/*border-bottom:#666666 dotted 1px;*/
	border-top:#666666 dotted 1px;
	/*padding-bottom:10px;*/
	padding-top:10px;

}


#left_box div#charge_box a {
	font-weight:bolder;
	color:#01486c;
	text-decoration:underline;
}


#left_box div#charge_box a:hover{
	font-weight:bolder;
	color:#006699;
	text-decoration:underline;
}

