/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

p.title {
	width:600px;
	height:48px;
	padding:0;
	margin:0 0 10px 0;
	}

p.photo_area {
	width:145px;
	height:200px;
	padding:0;
	margin:0 10px 0 0;
	float:left;
	}
	
p.text_area {
	line-height:1.5em;
	text-align:justify;
	text-justify:distribute;
	margin:0 0 20px 0;
	}