@charset "utf-8";
/* CSS Document */
/*ギャラリア・アドバンスモードスタイル*/

/* BEGIN DEMO STYLE */
.demo{
	position:relative;
	margin-top:2em;
	top: 0px;
}
.gallery_demo{
	width:695px;
	padding-left: 15px;
	/*background-color: #EAEAEA;*/
	/*background-image: url(../images/photo/material_18.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*メインイメージ領域スタイル*/
#main_image{
	margin:0;
	height:300px;
	width:400px;
	margin-bottom: 10px;
	border:1px solid #CCC;
	background-color: white;
	background-image: url(../images/photo/no-image.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_image img{
	margin-bottom:0px;
}
/*IE6 hack*/
* html #main_image{
	height:280px;
	margin-bottom: 10px;
	border:0px solid #CCC;
}

/*サムネイルイメージ領域スタイル*/
.gallery_demo li{
	width: 125px;
	height: 94px;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 4px;
	margin-left: 1px;
	/*firefox hack*/
	display: inline-block;
	background-color: #fff;
	cursor:pointer;
}
/*firefox2 hackスタイル設定*/
.gallery_demo li,x-moz-read-only {
	float: left;
}

/*IE7 hack*/
* +html .gallery_demo li{
	display: inline;
	margin-right: 12px;
	margin-left: 0px;
}
/*IE6 hack*/
* html .gallery_demo li{
	width: 125px;
	display: inline;
	margin-right: 8px;
	margin-left: 0px;
	border: 0px solid #CCC;
}

.gallery_demo li div{
	/*left:240px*/
}
.gallery_demo li div .caption{
	font:italic 0.7em/1.4 georgia,serif;
}

/*ナビゲーション領域スタイル*/
.nav{
	padding-top:15px;
	clear:both;
	font:80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}
	
.info{
	text-align:left;
	width:700px;
	margin:30px auto;
	border-top:1px dotted #221;
	padding-top:30px;
}
.info p{
	margin-top:1.6em;
}
