@charset "utf-8";

/*-------------------------------------------------------*
	BGに関する設定
 *-------------------------------------------------------*/


body {
	background: url(../includes/image/common/bg_block.jpg);
	text-align: center;
}

#container {
	background: url(../includes/image/common/yu-ga_bg.jpg);
	border-bottom: 2px solid #6A3905;
	height: 730px;
	margin: 0 auto;
	position: relative;
	width: 764px;
}


/*--------------------------------------------------------*
	HEADERに関する設定
 *--------------------------------------------------------*/


div#header {
	height: 100px;
	margin: 0 auto;
	position: relative;
	width: 760px;
}

h1 a {
	background: url(../includes/image/common/yu-ga_logo.gif) no-repeat;
	height: 100px;
	left: 4px;
	text-indent: -1000em;
	top: 0;
	overflow: hidden;
	position: absolute;
	width: 230px;
}

h2 {
	background: url(../includes/image/common/yu-ga_phone.gif) no-repeat;
	display: inline;
	height: 25px;
	position: absolute;
	right: 4px;
	text-align: left;
	text-indent: -1000em;
	top: 0;
	width: 270px;
}

.time {
	background: url(image/common/yu-ga_time.gif) no-repeat;
	height: 23px;
	position: absolute;
	right: 4px;
	text-indent: -1000em;
	top: 23px;
	width: 310px;
}

.day {
	background: url(image/common/yu-ga_day.gif) no-repeat;
	height: 25px;
	position: absolute;
	right: 4px;
	text-indent: -1000em;
	top: 45px;
	width: 230px;
}


/*-----------------------------------------------------*
	NAVIGATIONに関する設定
 *-----------------------------------------------------*/


#navigation{
 	left: 0;
	list-style-type: none;
	position: absolute;
	top: 0;
}

#navigation li.home a {
	background: url(../includes/image/common/navi-home.png) no-repeat top;
	height: 25px;
	left: 255px;
	text-indent: -1000em;
	overflow: hidden;
	position: absolute;
	top: 75px;
	width: 80px;
}

#navigation li.home a:hover { background: url(../includes/image/common/navi-home.png) no-repeat bottom; }


#navigation li.about a {
	background: url(../includes/image/common/navi-about.png) no-repeat top;
	height: 25px;
	left: 335px;
	text-indent: -1000em;
	overflow: hidden;
	position: absolute;
	top: 75px;
	width: 80px;
}

#navigation li.about a:hover { background: url(../includes/image/common/navi-about.png) no-repeat bottom; }

#navigation li.menu a {
	background: url(../includes/image/common/navi-menu.png) no-repeat top;
	height: 25px;
	left: 415px;
	text-indent: -1000em;
	overflow: hidden;
	position: absolute;
	top: 75px;
	width: 77px;
}

#navigation li.menu a:hover { background: url(../includes/image/common/navi-menu.png) no-repeat bottom; }

#navigation li.photo a {
	background: url(../includes/image/common/navi-photo.png) no-repeat top;
	left: 495px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	text-indent: -1000em;
	top: 75px;
	width: 77px;
}

#navigation li.photo a:hover { background: url(../includes/image/common/navi-photo.png) no-repeat bottom; }

#navigation li.staff a {
	background: url(../includes/image/common/navi-staff.png) no-repeat top;
	left: 575px;
	height: 25px;
	text-indent: -1000em;
	overflow: hidden;
	position: absolute;
	top: 75px;
	width: 67px;
}

#navigation li.staff a:hover { background: url(../includes/image/common/navi-staff.png) no-repeat bottom; }

#navigation li.access a {
	background: url(../includes/image/common/navi-access.png) no-repeat top;
	left: 655px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	text-indent: -1000em;
	top: 75px;
	width: 80px;
}

#navigation li.access a:hover { background: url(../includes/image/common/navi-access.png) no-repeat bottom; }


/*------------------------------------------------------*
	FLASHに関する設定
 *------------------------------------------------------*/


#flash {
	border: 2px solid #9FC44F;
	left: 10px;
	height: 350px;
	position: absolute;
	top: 110px;
	width: 740px;
	
}


/*------------------------------------------------------*
	FOOTERに関する設定
 *------------------------------------------------------*/


#sitemap_navi {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 150px;
	height: 25px;
	background: url(../includes/image/common/sitemap.gif) no-repeat top;
	text-indent: -1000em;
	overflow: hidden;
}

#sitemap_navi:hover {
	background: url(../includes/image/common/sitemap.gif) no-repeat bottom;
	height: 25px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 2px;
	width: 760px;
	height: 30px;
	background: url(../includes/image/common/copyright.gif) no-repeat;
	text-indent: -1000em;
}
