@charset "utf-8";

/*--- content ------------------------------------------*/

div#content {
}

.left,
.right {
	float: left;
}

div#content h2 img {
	padding-bottom:19px;
}

div#content div#gtop {
	background: url(../../gallery/imgs/img00.jpg) no-repeat;
	padding:470px 0 12px 0px;
}
div#content div#gtop li {
	cursor: pointer;
}
div#content div#gtop li img {
	margin-bottom:13px;
}

div#content div#gallery {
	width: 900px;
	height:600px;
	border:1px solid #000;
	overflow: hidden;
	position: relative;
	display: none;
	line-height:0;/* opera */
}

div#content div#gallery div#gimg img{
	width: 900px;
	height: 505px;
	/* 選択状態にしない */
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10かららしい */
	unselectable="on"; /* IE*/
}
div#content div#gallery div#gimg{
	width: 7200px;
	height: 505px;
	overflow: hidden;
}


div#content div#gallery div#scription {
	position: absolute;
	left: 0;
	top: 505px;
}
div#content div#gallery div#scription div {
	height: 47px;
}
div#content div#gallery div#scription div.left {
	background:#000;
	width: 310px;
	text-align: center;
}
div#content div#gallery div#scription div.left img{
	margin: 13px 0 0 0;
}
div#content div#gallery div#scription div.right {
	background:#cccccc;
	width: 590px;
}
div#content div#gallery div#scription div.right img {
	margin: 13px 0 0 16px;
}


div#content div#gallery div#innermenu {
	background:url(../../gallery/imgs/bg_innermenu.gif) center top no-repeat;
	position:absolute;
	top:552px;
}
div#content div#gallery div#innermenu div {
	width: 450px;
	height: 48px;
	text-align: center;
	overflow: hidden;
	
}
div#content div#gallery div#innermenu div img{
	margin: 13px 0 0 0px;
}



div#content div#gallery div#rwd {
	position: absolute;
	left: 7px;
	top: 228px;
	cursor: pointer;
}
div#content div#gallery div#fwd {
	position: absolute;
	right: 7px;
	top: 228px;
	cursor: pointer;
}


#gall_cap { padding-top:10px; font-size:12px; line-height:170%; }












