@charset "utf-8";

#galleryMask {
	position:relative;
	width: 900px;
	height: 460px;
	overflow: hidden;
	/* background-image: url(../image/loading.gif);
	background-repeat: no-repeat;
	background-position: center center; */
}
#galleryPhoto,
#galleryParts {
	width: 900px;
	height: 460px;
	overflow: hidden;
}
#galleryPhoto li {
	display:none;
	position:absolute;
	top:0;
	left:0;
}

#galleryParts li{
	position:absolute;
}

/* パネル */
#galleryPanel {
	width:403px;
	top:0;
	left:-370px;
}
#galleryPanel span{
	cursor:pointer;
	float: right;
	width: 33px;
	height: 33px;
	background-image: url(../image/gallery_arrow_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:390px;
}
#galleryPanel span:hover{
	background-position: left bottom;
}
#galleryPanel span.close{
	background-position: right top;
}
#galleryPanel span.close:hover{
	background-position: right bottom;
}
* html #galleryPanel span {
	margin-top:-70px;
}
*+html #galleryPanel span {
	margin-top:-70px;
}


/* 矢印 */
#galleryArrowL{
	cursor:pointer;
	width:37px;
	height:37px;
	background-image: url(../image/gallery_arrow_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top:212px;
	left:0;
}
#galleryArrowL:hover{
	width:37px;
	height:37px;
	background-position: left bottom;
}
#galleryArrowR{
	cursor:pointer;
	width:37px;
	height:37px;
	background-image: url(../image/gallery_arrow_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	top:212px;
	left:863px;
}
#galleryArrowR:hover{
	width:37px;
	height:37px;
	background-position: right bottom;
}



/* メニュー */
#galleryThumbs {
	position:relative;
	width:850px;
	height:100px;
	padding:25px 35px 0 37px;
}
#galleryThumbs li {
	width:75px;
	height:37px;
	float:left;
}
.g_Thums img:hover {
	filter: alpha(opacity=60); -moz-opacity:0.60;opacity:0.60;
}
#galleryThumbs li#galleryNum1 {
	position:relative;
	display:block;
	margin-top:10px;
	width: 785px;
	height: 40px;
	text-align:right;
	overflow:hidden;
}
li#galleryNum1 img {
	position:absolute;
	top:0;
	right:0;
}
#galleryThumbs li#galleryNum1.g_num1 {	background: url(../image/g_num1.gif) no-repeat right -2px;}
#galleryThumbs li#galleryNum1.g_num2 {	background: url(../image/g_num2.gif) no-repeat right -2px;}
#galleryThumbs li#galleryNum1.g_num3 {	background: url(../image/g_num3.gif) no-repeat right -2px;}
#galleryThumbs li#galleryNum1.g_num4 {	background: url(../image/g_num4.gif) no-repeat right -2px;}
#galleryThumbs li#galleryNum1.g_num5 {	background: url(../image/g_num5.gif) no-repeat right -2px;}
#galleryThumbs li#galleryNum1.g_num6 {	background: url(../image/g_num6.gif) no-repeat right -2px;}
#galleryThumbs li#galleryNum1.g_num7 {	background: url(../image/g_num7.gif) no-repeat right -2px;}
#galleryThumbs li#galleryNum1.g_num8 {	background: url(../image/g_num8.gif) no-repeat right -2px;}
#galleryThumbs li#galleryNum1.g_num9 {	background: url(../image/g_num9.gif) no-repeat right -2px;}
#galleryThumbs li#galleryNum1.g_num10 {	background: url(../image/g_num10.gif) no-repeat right -2px;}

#galleryThumbs li#galleryNum2 {
	display:block;
	width: 35px;
	height: 48px;
}
#galleryThumbs li#galleryThumbOn {
	position:absolute;
	top:25px;
	left:37px;
}



/* コーション */
.caution {
	padding:0 25px;
}
.caution li strong{
	font-weight:bold;
}
.caution li{
	font-size:10px;
	color:#444444;
	line-height:1.6em;
	text-align:justify;
	padding:0 0 10px 0;
	}
