@charset "shift_jis";
/* CSS Document */

#cast_main {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#cast_main H2 {
	margin-bottom: 10px;
}
#cast_main UL {
	display: block;
	list-style-type: none;
}
#cast_main UL LI {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 30px;
}
#cast_main UL LI IMG {
	margin-bottom: 7px;
}
