#content-detail-area {
	float: left;
	width: 558px;
	background-image: url(../../images/common/bg_detail.jpg);
}

#content-detail {
	width: 558px;
	background-image: url(../../images/common/bg_detail-top.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	float: left;
}

#content-detail .detail {
	width: 558px;
	margin-bottom: 30px;
	float: left;
}

#content-detail .detail .title01 {
	clear:both;
	background-color:#343333;
	width:500px;
	padding:5px 0 5px 0;
	margin:20px 0 5px 29px;
}

#content-detail .detail .title02 {
	clear:both;
	background-color:#343333;
	width:500px;
	padding:5px 0 5px 0;
	margin:0 0 30px 29px;
}

.middle {
    vertical-align:middle;
}

#content-detail .detail .works {
	clear:both;
	width:500px;
	margin:0 0 0 29px;
}

#content-detail .detail .works ul {
    clear:both;
	width:500px;
}

#content-detail .detail .works ul.last {
    clear:both;
	width:500px;
	padding-bottom:30px;
}

#content-detail .detail .works ul li {
	list-style-type:none;
	background:url(../images/list_sub.gif) 0px 11px no-repeat;
	padding:5px 0px 0px 8px;
	margin-left:20px;
	float:left;
}

#content-detail .detail .works ul li a {
	color:#b9b8b8;
	font-size:12px;
	text-decoration:none;
}

#content-detail .detail .works ul li a:visited {
	color:#b9b8b8;
}

#content-detail .detail .works ul li a:active {
	color:#1964fe;
}

#content-detail .detail .works ul li a:hover {
	color:#1964fe;
}

a.sitemap {
	color:#b9b8b8;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a.sitemap:visited {
	color:#b9b8b8;
}

a.sitemap:active {
	color:#1964fe;
}

a.sitemap:hover {
	color:#1964fe;
}

p.space {
    height:400px;
}


