@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}


#wrapper {
	width: 760px;
	background-color: #FFF;
	height: 1000px;
	overflow: scroll;
	margin-left: 260px;
}
#wrapper #syashin_s {
	height: 700px;
	width: 500px;
	margin-left: 100px;
	overflow: scroll;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #CCF;
}
#wrapper #syashin_l {
	margin-left: 10px;
	height: 150px;
	width: 200px;
/*	text-align: center;
*/}

#wrapper #syashin_l img {
	margin-left: 80px;
	overflow: scroll;
}



#wrapper #syashin_s ul li {
	float: left;
	list-style-type: none;
	margin-left: 3px;
	margin-bottom: 3px;
	cursor: pointer;
}
