/* 事例集ページCSS */

@import url(unity_style.css);

#rightbox h3.spheadline {
	width: 350px;
	height: 40px;
	padding-left: 10px;
	padding-top: 11px;
	background: #3333CC url(../img/ds_contenthead02.gif) left top no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
#rightbox > h3.spheadline {
	width: 340px;
	height: 29px;
}

.label {
	clear: both;
	position: relative;
	width: 150px;
	height: 20px;
	margin-top: 10px;
	background: #339999 url(../img/ds_labelback01.gif) no-repeat;

}

.labeltxt {
	width: 150px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -75px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;

}


table {
	width: 530px;
	margin-top: 10px;
	font-size: 12px;
	border-collapse: collapse;
	table-layout: fixed;
	empty-cells: show;
}

th {
	width: 115px;
	padding-left: 3px;
	padding-top: 3px;
	border: #000000 solid 1px;
	background: #eaeaea;
}
* html th {
	width: 120px;
}

td {
	padding-left: 3px;
	padding-top: 3px;
	border: #000000 solid 1px;
	text-align: left;
}

#newseminar {
	width: 530px;
	margin-top: 10px;
	list-style: none;
}
#newseminar dt {
	margin-top: 8px;
	font-weight: bold;
}
#newseminar dd {
	margin-top: 4px;
}

hr {
	margin: 8px auto;
}
