@charset "UTF-8";
/*header*/
#header {
	background: url(img/titlebg.jpg) no-repeat center top;
}
/*catchcopy*/
#catchcopy {
	clear: both;
}
#catchcopy dt {
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
}
#catchcopy dd {
	float: left;
	margin-left: 30px;
}
#catchcopy dd img {
	display: block;
}
/*type*/
#type {
	clear: both;
}
#type li {
	float: left;
	width: 152px;
	padding-bottom: 20px;
}
#type li a img {
	display: block;
	margin-bottom: 15px;
}
#type li span.txt {
	display: block;
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 84%;
	line-height: 150%;
	text-align: justify;
}
