@charset "utf-8";
#visual {
	margin-bottom: 10px;
	background: none;
	visibility: hidden;
}
#visualInner {
	height: auto;
	border-bottom:none;
}
#contents {
	padding: 5px;
	background: #eee;
}
#contentsInner {
	min-height: 200px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}