/*======================================================*
*
*		#Container
*
*=======================================================*/

#container {
	background: url(https://mitsuba-hoikuen.com/img/bg_header2.gif) repeat-x;
}

/*======================================================*
*
*		#Header
*
*=======================================================*/

#header {
	width: 960px;
	height: 150px;
	position: relative;
}
#header #Hnav {
	position: absolute;
	right: 0px;
	top: 55px;
}
#header .element p.cnt {
	position: absolute;
	top: 10px;
	right: 0px;
}
#Hnav ul li {
	float: left;
}
#Hnav ul li a {
	width: 91px;
	height: 22px;
	margin-left: 10px;
	float: left;
	text-indent: -9999px;
}
#hnav01 a {
	background: url(https://mitsuba-hoikuen.com/img/btn_logbook_2.png) no-repeat;
}
#hnav02 a {
	background: url(https://mitsuba-hoikuen.com/img/btn_access.png) no-repeat;
}
#hnav03 a {
	background: url(https://mitsuba-hoikuen.com/img/btn_cnt.png) no-repeat;
}
#Hnav ul li a:hover {
	background-position: 0px -22px;
}
#crumb {
	position: absolute;
	bottom: 20px;
	left: 0px;
}
#crumb ul li {
	float: left;
	color: #fff;
}
#crumb ul li a {
	color: #fff;
	font-weight: bold;
}
#crumb ul li span img {
	padding: 0px 5px;
}

/*======================================================*
*
*		#Main-Image
*
*=======================================================*/

#main-img {
	margin: 10px auto;
	clear: both;
}

/*======================================================*
*
*		#Groval-Navigation
*
*=======================================================*/

#Gnav ul li {
	float: left;
}
#Gnav ul li a {
	width: 190px;
	height: 90px;
	margin-left: 2px;
	display: block;
	text-indent: -9999px;
}
#Gnav ul li a:hover {
	background-position: 0px -90px;
}
#gnav01 a {
	background: url(https://mitsuba-hoikuen.com/img/gnav01.png) no-repeat;
}
#gnav02 a {
	background: url(https://mitsuba-hoikuen.com/img/gnav02.png) no-repeat;
}
#gnav03 a {
	background: url(https://mitsuba-hoikuen.com/img/gnav03.png) no-repeat;
}
#gnav04 a {
	background: url(https://mitsuba-hoikuen.com/img/gnav04.png) no-repeat;
}
#gnav05 a {
	background: url(https://mitsuba-hoikuen.com/img/gnav05.png) no-repeat;
}

/*======================================================*
*
*		#Contents
*
*=======================================================*/

#contents {
	clear: both;
	padding: 10px 0px;
}

/*======================================================*
*		#Section
*=======================================================*/

#section {
	width: 700px;
	margin-bottom: 10px;
	float: left;
}
#section p {
	padding: 10px;
	line-height: 1.25em;
}
#section h1 {
	width: 720px;
	height: 47px;
	margin-left: -20px;
	margin-bottom: 10px;
	background: url(https://mitsuba-hoikuen.com/img/bg_hl.gif) no-repeat center;
	font-size: 1.8em;
	font-weight: bold;
	text-indent: 1.5em;
	line-height: 1.7em;
	color: #584133;
}
#section h2 {
	font-weight: bold;
}

/*======================================================*
*		#Aside
*=======================================================*/

#aside {
	width: 249px;
	float: right;
}
#bnr ul li {
	margin-bottom: 10px;
}
#bnr ul li a {
	width: 249px;
	height: 85px;
	display: block;
	text-indent: -9999px;
}
#bnr ul li.lb a {
	background: url(https://mitsuba-hoikuen.com/img/btn_lb_2.gif) no-repeat;
}
#bnr ul li.cnt a {
	background: url(https://mitsuba-hoikuen.com/img/btn_cnt.gif) no-repeat;
}
#bnr ul li.acs a {
	background: url(https://mitsuba-hoikuen.com/img/btn_acs.gif) no-repeat;
}
#bnr ul li a:hover {
	background-position: 0px -85px;
}

/*======================================================*
*
*		#Footer
*
*=======================================================*/

#footer {
	clear: both;
	height: 70px;
	position: relative;
	background: url(https://mitsuba-hoikuen.com/img/line_footer.gif) repeat-x top;
}
#footer p.vcard {
	position: absolute;
	top: 10px;
	font-family:"ＤＦＧ中丸ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #9E7761;
	text-decoration: none;
}
#footer p.vcard em {
	display: block;
	font-size: 1.5em;
}
#Fnav {
	position: absolute;
	top: 10px;
	right: 0px;
}
#Fnav ul li {
	float: left;
}
#Fnav ul li a {
	margin-right: 0.5em;
	padding-left: 0.5em;
	background: url(https://mitsuba-hoikuen.com/img/icon_fnav.gif) no-repeat left center;
	font-size: 0.9em;
	font-weight: bold;
	color: #9E7760;
}
#footer p.cp {
	color: #9E7761;
	position: absolute;
	right: 0px;
	bottom: 10px;
}
/*======================================================*
*
*		iPad
*
*=======================================================*/

@media screen and (max-width:768px) {
	#header,#main-img,#Gnav,#contents,#footer {
		width: 748px !important;
		margin: 0px auto;
	}
	#aside {
		width: 364px;
		float: right;
	}
	p#main-img img {
		display: none;
	}
	#Gnav ul li a {
		width: 146px;
		height: 46px;
		margin-left: 3px;
		display: block;
		text-indent: -9999px;
	}
	#gnav01 a {
		background: url(https://mitsuba-hoikuen.com/img/gnav01b.png) no-repeat !important;
	}
	#gnav02 a {
		background: url(https://mitsuba-hoikuen.com/img/gnav02b.png) no-repeat !important;
	}
	#gnav03 a {
		background: url(https://mitsuba-hoikuen.com/img/gnav03b.png) no-repeat !important;
	}
	#gnav04 a {
		background: url(https://mitsuba-hoikuen.com/img/gnav04b.png) no-repeat !important;
	}
	#gnav05 a {
		background: url(https://mitsuba-hoikuen.com/img/gnav05b.png) no-repeat !important;
	}
	#Gnav ul li a:hover {
		background-position: 0px -46px;
	}
	#aside {
		display: none;
	}
}