@charset "utf-8";

/* ===================================================================

	初めてのひとり暮らしガイド
	 
=================================================================== */

#Contents h3 {
	clear:both;
	font-weight:bold;
	font-size:140%;
	text-align:left;
	background:url(../../img/common/bg_h3_01.gif) no-repeat;
	padding:11px 0 11px 16px;
	margin:0 0 10px 0;
	overflow:hidden;
	_zoom:1;
}
* html #Contents h3{
	width:710px;
}

#Contents p {
	text-align:left;
}

#Contents .lead {
	margin:0 10px 20px 10px;
}

#Contents .comment {
	margin:0 15px 20px 15px;
}


#Contents dl.list {
	clear:both;
	text-align:left;
	margin:0 10px;
}

#Contents dl.list dt {
	font-size:120%;
	color:#FFF;
	font-weight:bold;
	background:#000;
	padding:5px 0 5px 7px;
}

#Contents dl.list dd {
	margin:5px 0 15px 0;
	padding:0 5px;
}

#Contents dl.list dd strong {
	color:#E60C00;
}


