@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#typew,
#catalogue li#typec {
	width: 232px;
	float: left;
	padding-right: 32px;
}
#catalogue li#typet {
	width: 232px;
	float: left;
}
#catalogue li dd {
	width: 110px;
	height: 100px;
	margin-bottom: 12px;
	float: left;
}
#catalogue li dd img {
	display: block;
}
#catalogue li dd.even {
	margin-left: 12px;
}
.thumbnail {
	width: 232px;
}
.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;
}

