@charset "UTF-8";
/*header*/
#header {
	background: url(../img/titlebg.jpg) no-repeat center top;
}
/*mainimg*/
#mainimg {
	clear: both;
	width: 760px;
	padding-bottom: 20px;
	height: 340px;
}
#mainimg img {
	display: block;
}
/*catalogue*/
#thumbnail {
	clear: both;
}
#thumbnail li {
	width: 144px;
	float: left;
	padding-right: 10px;
	margin-bottom: 12px;
}
#thumbnail li.br {
	padding-right: 0px;
}
#thumbnail img {
	display: block;
}
/*agency*/
#agency {
	padding-top: 10px;
	clear: both;
}
#agency dt {
	padding-top: 20px;
}
#agency dt img {
	display: block;
	padding-bottom: 10px;
}
#agency dd {
	font-size: 83%;
}
/*note*/
#note {
	font-size: 83%;
	padding-top: 5px;
	clear: both;
}
