@charset "utf-8";
/* CSS Document */

/* mod_thumbnail
--------------------------------------------*/
.mod_thumbnail{
	margin:0 auto 10px 66px;
	height: auto;
	width: 595px;
	clear: both;
	position: relative;
}

/* サムネイル画像表示（thumbnaillist）
-----------------------------------------*/
.thumbnaillist{
	float: right;
	width: 170px;
	margin: 0 56px 0 0;
	padding: 0;
}
.thumbnaillist ul{
	padding:0;
	margin:0;	
	height: auto;
}
.thumbnaillist li{
	background:none;
	padding:0 10px 17px 0;
	margin-bottom:-15px;
	list-style: none;
}
.thumbnaillist li a{

}
.thumbnaillist li a:link    {}
.thumbnaillist li a:visited {}
.thumbnaillist li a:hover   {opacity:0.8;}
.thumbnaillist li a:active  {
	list-style: none;
}
/* IE用 ↓*/
.thumbnaillist li a:hover img {filter:alpha(opacity=80);}


/* メイン画像表示（mod_mainimglist）
-----------------------------------------*/
.mainimglist{	
	width:351px;
	height:auto;
	color: #fff;
	font-size: 13px;
	float: left;
}

.mainimglist p {
	position: absolute;
	left: 0px;
	top: 208px;
	color: #fff;
	padding: 3px 5px 3px 5px;
	background: #000;
	filter: Alpha(opacity=70);
	opacity:0.7;
}
.mainimglist img{
	margin:0;
	padding: 0;
}

#miminasi .gallery_cap {
	padding: 15px;
	background: #b4eec5;
	color: #202020;
	margin: 10px 0 0 0;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	line-height: 160%;
	height: auto;
	display: block;
	clear: both;
	width: 450px;
	font-size: 100%;
}

#imparess .gallery_cap {
	padding: 15px;
	background: #ffd3db;
	color: #202020;
	margin: 10px 0 0 0;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	line-height: 160%;
	height: auto;
	display: block;
	clear: both;
	width: 450px;
	font-size: 100%;
}

#kaguyama .gallery_cap {
	padding: 15px;
	background: #ffd4ad;
	color: #202020;
	margin: 10px 0 0 0;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	line-height: 160%;
	height: auto;
	display: block;
	clear: both;
	width: 450px;
	font-size: 100%;
}

#yawaragi .gallery_cap {
	padding: 15px;
	background: #ffefa7;
	color: #202020;
	margin: 10px 0 0 0;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	line-height: 160%;
	height: auto;
	display: block;
	clear: both;
	width: 450px;
	font-size: 100%;
}


#miminasi .gallery_title {
	background: #b4eec5;
	color: #2aa84e;
	display: block;
	font-weight: bold;
	font-size: 110%;
	padding: 0 0 2px 0;
}

#imparess .gallery_title {
	background: #ffd3db;
	color: #e2425e;
	display: block;
	font-weight: bold;
	font-size: 110%;
	padding: 0 0 2px 0;
}

#kaguyama .gallery_title {
	background: #ffd4ad;
	color: #ea750d;
	display: block;
	font-weight: bold;
	font-size: 15px;
	padding: 0 0 2px 0;
}

#yawaragi .gallery_title {
	background: #ffefa7;
	color: #b99800;
	display: block;
	font-weight: bold;
	font-size: 110%;
	padding: 0 0 2px 0;
}
