/* 事例集ページ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 {
	margin-top: 10px;
	width: 525px;
	font-size: 12px;
}

tr.colcolor {
	background: #eaeaea;
}

th {
	width: 35px;
	padding: 5px 0;
}

td {
	width: 140px;
	padding: 5px 0;
}

.newlabel {
	margin-left: 4px;
	padding: 2px;
	border: #FFCC00 solid 1px;
	background-color: #FFFFCC;
	color: #FF3333;
	font-weight: bold;
	
}

/*-----------個別事例用-----------*/


ol {
	list-style-position: inside;
	font-weight: bold;
}

ol li {
	margin-top: 5px;
}	