@charset "utf-8";
/* CSS Document */

.tabheader li a {
	background-image:url(../img/gallery_subtitle.gif);
	display:block;
	height:28px;
}

/*================================
メニューボタン（通常時）
================================*/
#head1 a {
	width:700px;
	background-position:0px 0px;
}

/*================================
メニューボタン（オンマウス時）
================================*/
#head1 a:hover {
	background-position:0px -28px;
}

#box1 {
	background-image:url(../img/gallery_title_01.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#GalleryWrapper {
	width:100%;
	overflow:auto;
}

#PhotoBox {
	float:left;
	width:560px;
	height:380px;
	background-image:url(../img/index_logo_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#PhotoBox img {
	padding:3px;
	border:1px solid #CCCCCC;
}

#photo {
	background-color:#FFFFFF;
}

#ThumbBox {
	float:right;
	width:130px;
}

#ThumbBox ul {
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:auto;
}

#ThumbBox li {
	float:left;
	padding-left:7px;
	padding-bottom:7px;
}

#ThumbBox li a {
	display:block;
	padding:2px;
	border:1px solid #CCCCCC;
}

#ThumbBox li a:hover {
	border:1px solid #CC0000;
}

#ThumbCaption {
	font-size:0.8em;
	line-height:1.3em;
	width:100%;
	clear:left;
}

