/******************************************/
/*トップ左側スペース*/
/******************************************/
#left-wrappe {
	width: 375px;
	height: 187px;
	float: left;
	background: #FFFFFF url(../img/left-bokashi.gif) repeat-y scroll left top;
	padding-left: 50px;
	padding-top: 10px;
}

/******************************************/
/*トップナビゲーション(上の段)*/
/******************************************/
#left-nav {
	width: 375px;
	height: 187px;
	float: left;
	padding-top: 10px;
	padding-left: 50px;
}
#left-nav ul {
	width: 375px;
	height: 187px;
	list-style-type: none;
	list-style-image: none;
}
#left-nav li { float: left; list-style-type: none; list-style-image: none; display: block; }
#left-nav li a { font-size: 12px; height:90px; text-decoration: none; text-indent: -9999px; list-style-type: none; list-style-image: none; display: block; }
#left-nav li.nav01 { width: 191px; height: 97px; background: url(../img/top-nav-fuka-set.gif) no-repeat; clear: both; }
#left-nav li.nav01 a:hover { width: 191px;  height: 97px; background: url(../img/top-nav-fuka-set.gif) no-repeat 0px -194px; }
#left-nav li.nav02 { width: 184px; height: 97px; background: url(../img/top-nav-fuka-set.gif) no-repeat -191px 0px; }
#left-nav li.nav02 a:hover { width: 184px; height: 97px; background: url(../img/top-nav-fuka-set.gif) no-repeat -191px -194px; }
#left-nav li.nav03 { width: 191px; height: 90px; background: url(../img/top-nav-fuka-set.gif) no-repeat 0px -97px; }
#left-nav li.nav03 a:hover { width: 191px; height: 90px; background: url(../img/top-nav-fuka-set.gif) no-repeat 0px -291px; }
#left-nav li.nav04 { width: 184px; height: 90px; background: url(../img/top-nav-fuka-set.gif) no-repeat -191px -97px; }
#left-nav li.nav04 a:hover { width: 184px; height: 90px; background: url(../img/top-nav-fuka-set.gif) no-repeat -191px -291px; }

