@charset "UTF-8";

/*=====================================================
	cad
=====================================================*/
div#contentsArea {
	clear: both;
	width: 870px;
	border-top: 1px solid #949494;
}
div#contentsArea div#cad-cont {
	float: right;
	width: 870px;
	margin-bottom: 30px;
}
div#contentsArea div#cad-cont div#title {
	width: 809px;
	padding-left: 20px;
	margin-left: 20px;
	background: url(../images/common/bg_ttl_02.gif);
	border-bottom: 1px solid #949494;
	border-left: 1px solid #949494;
}
div#contentsArea div#cad-cont div#title h1#title02 {
	float: left;
	width: 380px;
}
div#contentsArea div#cad-cont div#contentsInner {
	width: 809px;
	margin: 35px 0 0 40px;
	border-left: 1px solid #949494;
}
div#contentsArea div#cad-cont div#contentsInner h2 {
	font-weight: bold;
	line-height: 1;
	padding: 3px 0 10px 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #949494;
}
div#contentsArea div#cad-cont div#contentsInner div.section {
	position: relative;
	padding: 10px 20px;
}
div#contentsArea div#cad-cont div#contentsInner div.section h3 {
	margin: 5px;
}
table#cad-box {
	width: 789px;
	border-top: 1px solid #949494;
	border-left: 1px solid #949494;
}
table#cad-box th {
	text-align: center;
	border-bottom: 1px solid #949494;
	border-right: 1px solid #949494;
	padding: 4px;
	vertical-align: top;
}
div.cad-img {
	margin: 2px;
	width: 80px;
	float: left;
}
div.cad-img p {
	text-align: center;
}
table#cad-box td {
	border-bottom: 1px solid #949494;
	border-right: 1px solid #949494;
	padding: 4px;
	vertical-align: top;
	clear: both;
}
table#cad-box td li {
	margin: 1px;
}
table#cad-box td a {
	text-decoration: none;
}
td.cad-width {
	width: 180px;
}
ul#cad-txt {
	list-style-type: disc;
	padding-left: 30px;
}
.txt-red {
	color: #FF0000;
}
