<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.galleria{list-style:none;}
.galleria li{display:block;overflow:hidden;float:left;}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;}
.galleria li .caption{display:block;}
gallery_demo_unstyled{ width:500px; margin:0; }

/*キャプションのスタイル*/	
.caption{color:#333;margin-top:5px;}

/*ギャラリー全体のスタイル*/
.demo{width:650px;margin:10px 0 10px 0;}
	
/*サムネイル群のスタイル*/
.gallery_demo{width:650px; margin-top:15px;}

/*サムネイルのスタイル*/

.gallery_demo li{
	width:102px;
	height:75px;
	border:3px solid #CCC;
	margin-left:6px;
	margin-bottom:5px;
	float:left;
}
	
/*メイン画像の入る枠のスタイル*/
#main_image{width:620px; text-align:center;}

/*メイン画像の位置*/
#main_image img{margin:10px 0 10px 0px; clear:both;}
	
.nav{
	width:98%;
	text-align:center;
	clear:both;
		float:left;
	}
	
</pre></body></html>