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

.sorosoro {
	width: 700px;
	position: relative;
}
.sorosoro .middle {
	background-image: url("../img/background.png");
	background-repeat: repeat-y;
	overflow:hidden;
}
.sorosoro .title {
	margin-left: 35px;
}
.sorosoro .text1 {
	margin-left: 40px;
}
.sorosoro .text2 {
	margin-top: 17px;
	margin-left: 30px;
}
.sorosoro .photo{
	float: left;
}

.sorosoro .right{
	float: left;
	margin-left: 10px;
}
.sorosoro ul{
	font-size: 12px;
	list-style-type:none;	
	padding-left: 10px;
}

