@charset "UTF-8";
@import url("/common/css/common.css");

/* ------------------------------------------------------------ */
/* 省令準耐火構造とは */
/* ------------------------------------------------------------ */

#content h2 {
	margin: 1.5em auto;
}

#content h3 {
	margin-left: -8px;
	padding-left: 16px;
	width: 668px;
/*	background: url("../images/bg_hed3.png") no-repeat left center; */
	background: #fffdc1;
	line-height: 42px;
	border-radius: 4px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

#content h4 {
	margin: 1em auto;
	font-weight: normal;
}
#content h4:before {
	content : "■";
}

#content p.lead {
	position: relative;
}

#content ul.default li {
	margin-left: 40px;
	list-style-type: disc;
}


#content table {
	margin: 2em auto;
	width: 668px;
	empty-cells: show;
	border-bottom: 1px solid #aaa;
}
#content table th {
	border-bottom: 2px solid #aaa;
}
#content table td {
	border-bottom: 1px dotted #aaa;
	background: url("../images/bg_cell.png") repeat-x bottom;
}


/* 強調(赤字) */
.emphasis {
	color: #c00;
}


.txt_center {
	text-align: center;
}

.note {
	font-weight: normal;
}

.illustrated {
	text-align: center;
}
