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

h2{
	padding-left:0;
}
#left_box{
	width:140px;
	position: fixed;
}
#right_box{
	width:700px;
}
.photo {
	clear:both;
	height:250px;
	width:660px;
}
.photo img {
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
}

#right_box p {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom:10px;
}


#right_box .sphoto {
	float:left;
	width: 160px;
	height: 180px;
	text-align: center;
}
