@charset "Shift_JIS";

/*==============================================================================
	banner
==============================================================================*/

div.photoInfo {
	width: 1000px;
	margin: 10px auto 0;
}

div.listInfo {
	width: 1000px;
	margin: 10px auto 0;
	overflow: hidden;
	clear: both;
}

div.listInfo img {
	display: block;
}

div.listInfo dl {
	width: 720px;
	overflow: hidden;
	float: left;
}

div.listInfo dl dt {
	width: 600px;
	padding: 10px;
	background: url(bg_photo.jpg) left top no-repeat;
	float: left;
}

div.listInfo dl dd {
	width: 85px;
	float: right;
}

div.listInfo dl dd img {
	display: block;
	padding: 7px 4px 4px;
	background: #E4DDC9 url(../f-all/btn_arrow2.jpg) center 2px no-repeat;
}




