@charset "UTF-8";

h3 {
	margin-bottom:10px;
}

/* ******************************************************

LeftContainer

******************************************************* */
#LeftContainer .detail .left {
	width:320px;
	float:left;
	padding-top:20px;
}

#LeftContainer .detail .left p {
	padding:0 0 10px 10px;
	line-height:1.5;
}

#LeftContainer .detail .left .data  {
	margin-left:10px;
	padding:10px;
	line-height:1.75;
	background-color:#e0d9bd;
}

#LeftContainer .detail .right {
	width:352px;
	float:right;
}

/* ギャラリー */
#LeftContainer .gallery {
	width:685px;
	height:430px;
	background:transparent url(../../images/gallery_bg.gif) 0 0 no-repeat;
	margin-top:20px;
	position:relative;
}

#LeftContainer .gallery #thumbnail {
	position:absolute;
	top:32px;
	left:10px;
}

#LeftContainer .gallery #thumbnail li {
	display:block;
	width:102px;
	height:69px;
	overflow:hidden;
	position:relative;
	margin-bottom:6px;
}

#LeftContainer .gallery #thumbnail li img {
	cursor:pointer;
}

#LeftContainer .gallery #thumbnail li img.icon{
	display:block;
	position:absolute;
	right:2px;
	bottom:2px;
}

#LeftContainer .gallery #big {
	position:absolute;
	top:32px;
	left:123px;
}

#LeftContainer .gallery #big img {
	display:block;
	width:550px;
	height:367px;
	border:1px solid #9a9581;
}

#LeftContainer .gallery #big p {
	padding-top:5px;
	text-align:center;
}

/* ******************************************************

RightContainer

******************************************************* */
#RightContainer ul {
	background-color:#f0eee6;
	padding:7px 0;
}

#RightContainer ul li {
	display:block;
	padding-left:7px;
	height:47px;
	overflow:hidden;
	margin-bottom:5px;
}

#RightContainer ul li a {
	display:block;
	width:185px;
	height:47px;
	position:relative;
	overflow:hidden;
}

#RightContainer ul li a img {
	display:block;
}

#RightContainer ul li a img:hover {
	position:absolute;
	left:0;
	bottom:0;
}

body.kujaku #RightContainer ul li.n1 a,
body.zuiun #RightContainer ul li.n2 a,
body.fuyou #RightContainer ul li.n3 a,
body.hilltop #RightContainer ul li.n4 a,
body.chapel #RightContainer ul li.n5 a,
body.temple #RightContainer ul li.n6 a,
body.brides #RightContainer ul li.n7 a {cursor:default;}

body.kujaku #RightContainer ul li.n1 a img,
body.zuiun #RightContainer ul li.n2 a img,
body.fuyou #RightContainer ul li.n3 a img,
body.hilltop #RightContainer ul li.n4 a img,
body.chapel #RightContainer ul li.n5 a img,
body.temple #RightContainer ul li.n6 a img,
body.brides #RightContainer ul li.n7 a img {
	position:absolute;
	left:0;
	bottom:0;
}