@charset "UTF-8";

/*---------------------------------------------------------
	
	
	
---------------------------------------------------------*/

/*-album-------------------------------------------------*/

dl.album dd {
	padding: 0px 10px;
	font-size: 95%;
	text-align: center;
}

dl.album dd p {
	margin: 10px 0px;
}

/*-gig---------------------------------------------------*/

#gig {
	margin-bottom: 10px;
}

#gig dt {
	width: 560px;
	height: 30px;
	background-color: transparent;
	background-image: url(../image/title/gallery/left/gig.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-friends-----------------------------------------------*/

#friends {
	margin-bottom: 10px;
}

#friends dt {
	width: 560px;
	height: 30px;
	background-color: transparent;
	background-image: url(../image/title/gallery/left/friends.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-family------------------------------------------------*/

#family {
	margin-bottom: 10px;
}

#family dt {
	width: 560px;
	height: 30px;
	background-color: transparent;
	background-image: url(../image/title/gallery/left/family.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-submenu-----------------------------------------------*/

#submenu dt.title {
	width: 190px;
	height: 25px;
	background-color: transparent;
	background-image: url(../image/title/gallery/right/gallery.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#submenu dd {
	width: 190px;
	text-align: left;
	font-size: 90%;
	padding: 10px 0px;
	border: solid 2px #683501;
}

#submenu>dd {
	width: 186px;
}

#submenu dt.bottom {
	width: 190px;
	height: 15px;
	background-color: transparent;
	background-image: url(../image/bg/bottom/submenu.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-sub menu list-----------------------------------------*/

ul.submenu-list {
	position: relative;
	width: 186px;
	height: 75px;
	overflow: hidden;
}

ul.submenu-list li a {
	width: 186px;
	height: 25px;
	display: block;
	text-decoration: none;
	
}

ul.submenu-list li {
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	overflow: hidden;
}

#sm-one {
	background: transparent url(../image/menu/gallery/friends.gif) no-repeat 0px -25px;
	top: 0px;
}

#sm-one a {
	background: transparent url(../image/menu/gallery/friends.gif) no-repeat 0 0;
}

#sm-two {
	background: transparent url(../image/menu/gallery/gig.gif) no-repeat 0px -25px;
	top: 25px;
}

#sm-two a {
	background: transparent url(../image/menu/gallery/gig.gif) no-repeat 0 0;
}

#sm-three {
	background: transparent url(../image/menu/gallery/family.gif) no-repeat 0px -25px;
	top: 50px;
}

#sm-three a {
	background: transparent url(../image/menu/gallery/family.gif) no-repeat 0 0;
}

#sm-one a:hover,
#sm-two a:hover,
#sm-three a:hover {
	background-position: 0px -25px;
}

/*-EOF---------------------------------------------------*/