@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*/
#catalogue {
	clear: both;
}
#catalogue li#typea,
#catalogue li#typeb,
#catalogue li#typec {
	width: 175px;
	float: left;
	padding-right: 20px;
}
#catalogue li#typed {
	width: 175px;
	float: left;
}
#catalogue li dd {
	width: 110px;
	height: 50px;
	margin-bottom: 12px;
	float: left;
}
#catalogue li dd img {
	display: block;
}
#catalogue li dd.even {
}
.thumbnail {
	width: 175px;
}
.thumbnail dt {
	margin-bottom: 5px;
}
/*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;
}

