@charset "utf-8";

body {
	background: url(/common/img/mainbg.gif) left top repeat;
}
#contents {
	background: url(/case/img/mainbg.png) center top no-repeat;
}
.sectionLv1 {
	margin: 0 0 20px 0 !important;
}
.sectionLv1 h3 {
	margin: 0 0 10px 0;
}
.dl_case01 {
	margin: 0 0 15px 0;
}
.dl_case01 dt {
	background: url(/case/img/case_bg01.gif) left top no-repeat;
	height: 34px;
	padding: 7px 0 0 7px;
	overflow: hidden;
}
	.dl_case01 dt img {
		vertical-align: bottom;
	}
	.dl_case01 dt span {
		display: block;
		width: 643px;
		cursor: pointer;
		background: url(/case/img/case_tab_open.gif) right center no-repeat;
	}
		.dl_case01 dt.active span {	
			background: url(/case/img/case_tab_close.gif) right center no-repeat;
		}
.dl_case01 dd {
	display: none;
	border: 1px solid #dddddd;
	border-width: 0 1px 1px 1px;
	padding: 20px;
}
	.dl_case01 dd .caseTxt01 {
		background: #faf4e9;
		margin: 0 0 15px 0;
		padding: 20px;
	}
	.dl_case01 dd .caseTxt02 {
		margin: 15px 0 10px 0;
	}