#main_content {
	width: 100%;
	height: 750px;
	min-width: 980px;
	padding: 32px 0 0 0;
	background: url(../images/bg_frame.jpg) center 32px no-repeat;
	background-color: #2e3134;
}

h3 {
	width: 938px;
	margin: 0 auto 6px;
	padding-left: 42px;
}

#main_content img {
	margin: 0;
	border: none;
	line-height: 0;
	font-size: 0;
	vertical-align: top;
}


/* ギャラリー */
#gallery_container {
	position: relative;
}

/* カラースタイル */
#color_style {
	width: 980px;
	height: 21px;
	margin: 0 auto;
	position: relative;
	font-size: 13px;
	line-height: 15px;
	color: #cbcbcb;
}

#color_style li{
	height: 21px;
	position: absolute;
	top: 0;
	right: 0;
	background:url(../images/h4.png) left top no-repeat;
	padding-left: 10px;
	display: none;
}

#color_style li span {
	background-color: #000;
	height: 17px;
	padding: 4px 20px 0 15px;
	display: inline-block;
}

/* 影部分 */
#back_photo {
	width: 100%;
	min-width: 980px;
	height: 532px;
	min-width: 980px;
	position: absolute;
	top: 21px;
	text-align: center;
	overflow: hidden;
}

#back_photo ul {
	height: 100%;
}

#back_photo ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

#back_photo .deep_rosso {
	background: url(../images/bg_back_deep_rosso.jpg) center top no-repeat;
}

#back_photo .blue {
	background: url(../images/bg_back_blue.jpg) center top no-repeat;
}

#back_photo .purple {
	background: url(../images/bg_back_purple.jpg) center top no-repeat;
}

#back_photo .white {
	background: url(../images/bg_back_white.jpg) center top no-repeat;
}

#back_photo .black {
	background: url(../images/bg_back_black.jpg) center top no-repeat;
}

#back_photo .red {
	background: url(../images/bg_back_red.jpg) center top no-repeat;
}

#back_photo .silver {
	background: url(../images/bg_back_silver.jpg) center top no-repeat;
}

#back_photo .hor_blue {
	background: url(../images/bg_back_hor_blue.jpg) center top no-repeat;
}

#back_photo .white_black {
	background: url(../images/bg_back_white_black.jpg) center top no-repeat;
}

#back_photo .silver_black {
	background: url(../images/bg_back_silver_black.jpg) center top no-repeat;
}

#back_photo .yellow_black {
	background: url(../images/bg_back_yellow_black.jpg) center top no-repeat;
}

#back_photo .red_black {
	background: url(../images/bg_back_red_black.jpg) center top no-repeat;
}

#back_photo p {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg_back_mask.png) center top no-repeat;
	z-index: 10;
}

/* ギャラリー本体 */
#gallery_frontside {
	width: 980px;
	height: 680px;
	margin: 0 auto;
	top: 0;
	position: relative
}

/* メイン画像 */
#main_photo {
	height: 532px;
	margin: 0 auto;
	clear: both;
	position: relative;
	overflow: hidden;
	*zoom: 1;
}

#main_photo li {
	position: absolute;
	top: 0;
	left: 0;
	
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

#main_photo li.cur {
	z-index: 2;
}

#thumb_mask {
	width: 980px;
	height: 532px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/loading.gif) center center no-repeat;
	background-color: #000;
	z-index: 15;
}

/* サムネイル */
#thumb_container {
	width: 976px;
	margin-left: 5px;
}

#thumb_list {
	width: 733px;
	height: 122px;
	margin: -122px 0 0 121px;
	border-bottom: solid 1px #000;
	overflow: hidden;
	position: relative;
	*zoom: 1;
	z-index: 20;
}

#thumb_list li {
	width: 80px;
	height: 121px;
	float: left;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: relative;
	bottom: -122px;
	cursor: pointer;
	background-color: #fff;
	line-height: 0;
	font-size: 0;
}

#thumb_list li.deep_rosso {
	border-left: solid 1px #000;
}

#thumb_list li:hover img, #thumb_list li.on img {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#thumb_list li.on {
	background-color: #000;
}

/* カラーチップ */
#tip_container {
	width: 852px;
	margin-left: 122px;
}

#tip_list {
	margin-bottom: 1px;
	clear: both;
	font-size: 0;
	z-index: 21;
	overflow: hidden;
	*zoom: 1;
	position: relative;
}

#tip_list li {
	float: left;
	cursor: pointer;
	height: 31px;
}

#current_marker {
	margin: -18px 0 1px 127px;
}

#current_marker span {
	position: relative;
	left: 0;
}

#two_tone {
	width: 851px;
	text-align: right;
	margin: 0 0 10px 5px;
}

/* フォトコーション */
#photo_caution {
	height: 15px;
	font-size: 10px;
	color: #cbcbcb;
	position: relative;
}

#photo_caution li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.caution {
	padding: 5px 0 0 0;
	font-size: 10px;
	color: #d00;
}
