/* mask layer */

* {zoom:1;}

div.mask {
	position:fixed;
	*position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:1;
	background:#000;
	opacity:0;
	filter:alpha(opacity=0);
	display:none;
}

/* オーバーレイウィン */

div#overlayWinContainer {
	position:absolute;
	width:100%;
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
	display:none;
	left: 0;
}

div#overlayWinContainer div#overLayWin {
	position:relative;
	width:640px;
	height:530px;
	margin:0 auto;
	padding:24px;
	z-index:10;
	overflow:visible;
}


/* close button */
div.closeButton {
	position:absolute;
	top:0px;
	left:0px;
	z-index:90;
	background:url(../gallery/images/common/close_hover.gif) no-repeat;
}

div.closeButton a {
	display:block;
	width:49px;
	height:27px;
}

div.closeButton a:hover {
	opacity:0;
	filter:alpha(opacity=0);
}
/* 詳細ベゼル */

#detailBeziel {
	position:relative;
	z-index:50;
	color:#fff;
	overflow:hidden;
	width: 640px;
	height: 532px;
	background:#000;
	margin:100px auto 0;
}

div#detailImageBox {
	position: absolute;
	top:37px;
	left:35px;
	width:350px;
	height:350px;
	background:url(../gallery/images/common/loading_black.gif) no-repeat center center;
}

div#specification {
	position:absolute;
	width:242px;
	top:35px;
	right:0px;
	line-height:1.1;
	font-size:12px;
}

div#specification p{
	margin-bottom:2px;
	line-height:1.1;
}

div#specification p#head-name{
	font-size:21px;
	margin-bottom:20px;
}

div#specification p#head-name span{
	font-size:16px;
}

div#specification dl{
	font-size:12px;
	line-height:1.1;
	margin-bottom:18px;
}

div#specification dl#body-height dt{
	width:7em;
}

div#specification dl#body-height dd,
div#specification dl#material-head dd{
	line-height:1.1;
}

div#specification dl dt{
	margin-bottom:4px;
}

div#specification dl#material-head{
	clear:both;
}

div#specification dl#material-head dt{
	width:5em;
}

div#specification dl#material-head dd.materialIcon{
	padding-top:4px;
}


/* コーディネート */
div#cordinateBeziel {
	font-size:12px;
	position:absolute;
	top:-463px;
	z-index:200;
	height:462px;
	width:640px;
	background:#000 url(../gallery/images/common/loading_black.gif) no-repeat 410px center;
}

div#cordinateBeziel div#cordinate-specification{
	position:absolute;
	width:183px;
	top:13px;
	left:15px;
	border-right:1px solid #666;
	padding-top:25px;
	height:415px;
	line-height:1.3;
}

div#cordinateBeziel div#cordinate-specification h3{
	font-size:14px;
	font-weight:normal;
	margin-bottom:12px;
}

div#cordinateBeziel div#cordinateImageBox{
	height:445px;
	position:absolute;
	text-align:right;
	top:10px;
	right:10px;
}

div#cordinateBeziel div#cordinateImageBox.horizontal{
	top:10px;
	right:10px;
}
div#cordinateBeziel div#cordinateImageBox a{
	color:#fff;
	font-size:12px;
}
div#cordinateBeziel div#cordinateImageBox a:hover{
	text-decoration:underline;
}
div#cordinateBeziel div#cordinateImageBox a span{
	color:#fff;
	
}


div#cordinateBeziel div#prevItem{
	position:absolute;
	bottom:0px;
	left:-6px;
	background:url(../gallery/images/common/prev_hover.gif) no-repeat;
}

div#cordinateBeziel div#nextItem{
	position:absolute;
	bottom:0px;
	right:9px;
	background:url(../gallery/images/common/next_hover.gif) no-repeat;
}
div#cordinateBeziel div#prevItem p,
div#cordinateBeziel div#nextItem p{
	margin-bottom:0;
}
div#cordinateBeziel div#prevItem a,
div#cordinateBeziel div#nextItem a{
	color:#fff;
	display:block;
	width:79px;
	height:22px;
}

div#cordinateBeziel div#prevItem a:hover,
div#cordinateBeziel div#nextItem a:hover{
	opacity:0;
	filter:alpha(opacity=0);
}

/* close shutter */
div.close_shutter{
	position:absolute;
	left:-6px;
	bottom:31px;
	width:180px;
	height:38px;
	background:url(../gallery/images/common/cordinate_close_hover.gif) no-repeat;
}

div.close_shutter a{
	display:block;
	width:180px;
	height:38px;
}

div.close_shutter a:hover{
	opacity:0;
	filter:alpha(opacity=0);
}

/* サムネイル一覧 */
div#cordinate-list{
	clear:both;
	position:relative;
	width:640px;
	height:85px;
	background:url(../gallery/images/common/frame.gif) no-repeat 9px 1px;
	margin:-71px auto 0;
	z-index:80;
}

div#cordinate-list div{
	position:absolute;
	width:32px;
	height:68px;
	z-index:100;
}

div#cordinate-list div#left-scroll,
div#cordinate-list div#right-scroll{
	background:#000;
	top:2px;
}

div#cordinate-list div#left-scroll p,
div#cordinate-list div#right-scroll p{
	margin-bottom:0;
}

div#cordinate-list div#left-scroll a{
	outline:none;
	display:block;
	width:32px;
	height:68px;
	margin-left:8px;
	cursor:default;
	text-indent:-9999px;
	background:url(../gallery/images/common/left_arrow.gif) no-repeat right 0;
}

div#cordinate-list div#right-scroll{
	right:0;
	width:46px;
}
div#cordinate-list div#right-scroll a{
	outline:none;
	display:block;
	width:32px;
	height:68px;
	text-indent:-9999px;
	background:url(../gallery/images/common/right_arrow.gif) no-repeat;
}

div#cordinate-list div#cordinateThumnailsContainer{
	width:640px;
	height:86px;
	padding-top:0;
	overflow:auto;
	z-index:50;
}
p#cordinateThumnail {
	width:800px;
	padding:10px 45px 0px 44px;
	margin:0;
}

p#cordinateThumnail a{
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	width:50px;
}

p#cordinateThumnail a:hover,p#cordinateThumnail a.selected{
	opacity:0.5;
	filter:alpha(opacity=50);
}

div#cordinateThumnail ul {
	margin-top:20px;
}
div#cordinateThumnail ul li {
	float:left;
	width:50px;
	margin-left:5px;
}