@charset "utf-8";


a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* ContentsArea
------------------------------------------------------*/

#ourworks_detail #ContentsArea {
	width: 805px;
	padding: 0 35px 0 40px;
	float: left;
	margin-bottom: 12px;
}

#ourworks_detail h1 {
	margin-bottom: 47px;
}

#ourworks_detail #InfoArea {
	width: 280px;
	margin-right: 20px;
	float: left;
}
#ourworks_detail #InfoArea dt {
	color: #787878;
	margin-bottom: 2px;
}
#ourworks_detail #InfoArea dd {
	margin-bottom: 13px;
	font-size: 110%;
	font-family: "Times New Roman", Times, serif;
}
#ourworks_detail #InfoArea dd.ProjectName {
	color: #00FF00;
	font-size: 84%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Sans-Serif;
}
/* ---- mac gecko adjust ---- */
.mac.gecko #ourworks_detail #InfoArea dd.ProjectName {
font-size: 92%;
}

#ourworks_detail #InfoArea dd.ProjectName strong {
	color: #FFFFFF;
	font-size: 180%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
#ourworks_detail #InfoArea dd.Comment {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Sans-Serif;
	font-size: 86%;
	height: 85px;
	overflow: auto;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #00FF00;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-track-color: #000000;
	margin-bottom: 20px;
}
/* ---- mac gecko adjust ---- */
.mac.gecko #ourworks_detail #InfoArea dd.Comment {
font-size: 92%;
}

#ourworks_detail #InfoArea dd.Comment strong {
	font-size: 120%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Sans-Serif;
	line-height: 2.0;
}

#ourworks_detail #PhotoArea {
	width: 505px;
	float: left;
	margin-bottom: 20px;
}

#ourworks_detail #PhotoArea #Photo {
	width: 501px;
	height: 330px;
	display: table-cell;
	text-align: center;
	*position: relative;
	*z-index: -2;
}

#ourworks_detail #PhotoArea #Photo #InnerBox {
	width: 501px;
	height:330px;
	margin: 0;
	display:block;
	border:#000000 1px solid;
}

#ourworks_detail #PhotoArea #Photo #InnerBox img#coverpict {
	position:absolute;
	margin:0;
	display:block;
}


/* IE6用 */
*html #ourworks_detail #PhotoArea #Photo #InnerBox {
	position: absolute;
	left: 50%;
	margin-left: -250px;
	z-index: -1;
	display:block;
	border:#000000 solid 1px;
}

*html #ourworks_detail #PhotoArea #Photo #InnerBox img#mainpict{
	position:absolute;
	margin-left: expression( "-"+document.getElementById("mainpict").offsetWidth/2+"px");
	margin-top: expression( (330 - document.getElementById("mainpict").offsetHeight)/2+"px");
}

*html #ourworks_detail #PhotoArea #Photo #InnerBox img#coverpict{
	position:absolute;
	margin-left: expression( "-"+document.getElementById("coverpict").offsetWidth/2+"px");
	margin-top: expression( (330 - document.getElementById("coverpict").offsetHeight)/2+"px");
} 


/* IE7用 */
*:first-child+html #ourworks_detail #PhotoArea #Photo #InnerBox {
	position: absolute;
	height: expression( this.clientHeight+"px");
	top: 50%;
	left: 50%;
	margin-top: expression( "-"+this.clientHeight/2+"px");
	margin-left: -250px;
	z-index: -1;
	display:block;
} 

*:first-child+html #ourworks_detail #PhotoArea #Photo #InnerBox img#mainpict{
	position:absolute;
	margin-left: expression( "-"+this.clientWidth/2+"px");
	margin-top: expression( (330 - this.clientHeight)/2+"px");
}

*:first-child+html #ourworks_detail #PhotoArea #Photo #InnerBox img#coverpict{
	position:absolute;
	margin-left: expression( "-"+this.clientWidth/2+"px");
	margin-top: expression( (330 - this.clientHeight)/2+"px");
	z-index: -1;
	display:block;
} 

#ourworks_detail #PhotoArea ul.Thumbnail {
	list-style: none;
	margin-top: 4px;
}
#ourworks_detail #PhotoArea ul.Thumbnail li {
	display: block;
	float: left;
	width: 97px;
	height: 64px;
	overflow: hidden;
	margin-right: 4px;
}

#ourworks_detail #DetailArea {
	width: 800px;
	clear: both;
	font-size: 86%;
	text-align: justify;
}
/* ---- mac gecko adjust ---- */
.mac.gecko #ourworks_detail #DetailArea {
	font-size: 92%;
}
#ourworks_detail #DetailArea span {
	color: #999999;
}