@charset "utf-8";

/* ==================== お問い合わせカテゴリ用 ==================== */

/* Dream Land */

#dlCntBase {
	width:500px;
	margin:25px auto;
	padding:0px;
}

#dlCntBase p#disp { margin:20px auto; padding:0px; }

#dlCntBase h2#dreamland {
	background:url(/dreamland/images/dreamLand_tit_001.gif) no-repeat top left;
	margin:0px 0px 20px 0px;
	padding:0px 0px 10px 0px;
	width:500px;
	height:40px;
	text-indent:-9999px;
	border-bottom:1px solid #e3e3e3;
}

#dlCntBase h2#spe {
	background:url(/spe/images/spe_tit_001.gif) no-repeat top left;
	margin:0px 0px 20px 0px;
	padding:0px 0px 10px 0px;
	width:500px;
	height:40px;
	text-indent:-9999px;
	border-bottom:1px solid #e3e3e3;
}

#dlCntBase h2#life {
	background:url(/life/images/life_tit_001.gif) no-repeat top left;
	margin:0px 0px 20px 0px;
	padding:0px 0px 10px 0px;
	width:500px;
	height:40px;
	text-indent:-9999px;
	border-bottom:1px solid #e3e3e3;
}

#dlCntBase h2#recruit {
	background:url(/recruit/images/recruit_tit_001.gif) no-repeat top left;
	margin:0px 0px 20px 0px;
	padding:0px 0px 10px 0px;
	width:500px;
	height:40px;
	text-indent:-9999px;
	border-bottom:1px solid #e3e3e3;
}

#dlCntBase div.indexBox {
	width:220px;
	margin: 0px 5px 10px 5px;
	padding:9px;
	background:url(/dreamland/images/index_box_bg.gif) repeat-x top;
	border:1px solid #e3e3e3;
	float: left;
}

#dlCntBase div.indexBox div {
	margin: 0px;
	padding:0px; 
}

#dlCntBase div.indexBox div h3 {
	margin: 0px;
	padding:0px; 
	font-weight:bold;
}

#dlCntBase div.indexBox div p {
	margin: 0px;
	padding:0px;
	font-size:11px;
}

#dlCntBase div.indexBox div.imgBox {
	margin: 0px 9px 0px 0px;
	padding:0px;
	float: left;
}

.clr { clear:both; margin:0px; padding:0px; height:0px; }
