.title {
	height:150px;
}
.type {
	padding:0px 0px 0 50px;
	width:300px;
	float:left;
}
.type h2 {
	font-size:22px;
	border-bottom:1px dotted #888888;
	padding:0 0 14px;
}
.type dl dt {
	padding:6px 0 6px 4px;
	width:70px;
	float:left;
}
.type dl dd {
	border-bottom:1px dotted #888888;
	padding:6px 0;
}

.slideshow {
	height:300px;
}

.detail {
	padding:50px 100px 10px 100px;
	margin:0 0 30px 0;
	width:570px;
}

.detail dl dt {
	width:150px;
	float:left;
	padding:20px 0 20px 0;
}
.detail dl dd {
	border-bottom:solid 1px #bbbbbb;
	padding:20px 0 20px 150px;
}

.main_img {
	width:730px;
	height:500px;
	padding:15px 0 15px 0;
}

.gallery .thumbnail {
	background:#ccc;
	margin:0 -20px;
	padding:12px 0 12px 48px;
}
.gallery .thumbnail li {
	display:inline;
	margin-right:20px;
	cursor:pointer;
}

a img {
	vertical-align:top;	
}