@import url("maruyamaya_main.css");
@import url("maruyamaya_menu.css");

#hedder h1
{	
	background-image	:	url(./gallery_h1.png);
	background-color	:	#a0a0a0;
	text-indent	:	-5000px;
	height	:	100px;
	width	:	720px;
	}

.section h4
	{
	font-weight		:	bold;
	font-size		:	90%;
	background-color:transparent;
	margin:0em auto 0em 2em;
	width			:	40%;
	border-bottom	:	1px dashed #d4ebd0;
	}

hr
{
	clear:both;
}

ul.gallery-list, ul.scribble-list
{
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
}

ul.gallery-list
{
	margin:auto 40px;
}

ul.scribble-list
{
	margin:auto 1em auto 2.5em;
}

.gallery-list li, .scribble-list li
{
	display:inline; 
}

.gallery-list img, .guest-gallery-list img
{
	margin:5px;
}



.guest-gallery-list dt
{	
	clear:left;
	float:left;
	width:60px;	
	display:block;
}

.guest-gallery-list dd
{
	margin:auto auto auto 70px;
}



.gallery-image /* ギャラリーの画像  */
{

	text-align:center;
	margin:2em 20px;
	padding:15px;
	background-color:#ddeae8;
	border:double 4px #415842;
}

/* おおきい画像　*/
.large-imege
{
	text-align:right;
	margin-top:1em;
}