@charset "Shift_JIS";

#container #gnavi {
	background-color: #333333;
	background-image: url(../images/common/bg_gnavi.jpg);
	background-repeat: no-repeat;
	width: 930px;
	height: 38px;
}
#container #gnavi ul {
	margin-left: 30px;
}
#container #gnavi ul li {
	display: block;
	float: left;
	position: relative;
	z-index: 100;
}
#container #gnavi ul li table {
	border-collapse: collapse;
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#container #gnavi ul li a {
	background-image: url(../images/common/bg_gnavi_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-right: 1.2em;
	padding-left: 1.2em;
	height: 38px;
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 38px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	font-weight: bold;
	overflow: hidden;
}
#container #gnavi ul li a:hover {
	background-position: left -38px;
}
#container #gnavi ul li.gnavi_btn1 a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
#container #gnavi ul li.nowplace {
	background-color: #333333;
	background-image: url(../images/common/bg_gnavi_btn.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-right: 1.2em;
	padding-left: 1.2em;
	height: 38px;
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 38px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	font-weight: bold;
	overflow: hidden;
}
#container #gnavi ul li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 38px;
	left: -33px;
	width: 188px;
	height: 0;
}
#container #gnavi ul li ul li {
	margin-bottom: 0;
	width: 188px;
	height: auto;
}
#container #gnavi ul li ul li a {
	display: block;
	text-decoration: none;
	height: auto;
	width: 159px;
	text-indent: 0px;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../images/common/bg_submenu_up.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 20px;
	font-weight: normal;
}
#container #gnavi ul li ul li a:hover {
	position: relative;
	z-index: 100;
	color: #FFF;
	background-image: url(../images/common/bg_submenu_over.png);
	background-repeat: repeat-y;
	background-position: left bottom;
}
#container #gnavi ul li ul li.lastline a {
	display: block;
	text-decoration: none;
	height: auto;
	width: 159px;
	text-indent: 0px;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../images/common/bg_submenu_bottom_up.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 16px;
	padding-left: 20px;
	font-weight: normal;
}
#container #gnavi ul li ul li.lastline a:hover {
	position: relative;
	z-index: 100;
	color: #FFF;
	background-image: url(../images/common/bg_submenu_bottom_over.png);
	background-repeat: repeat-y;
	background-position: left bottom;
}
/*ここからIE6用サブメニュー（透過なし）*/
* html #container #gnavi ul li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 38px;
	left: -30px;
	width: 182px;
	height: 0;
}
* html #container #gnavi ul li ul li {
	margin-bottom: 0;
	width: 182px;
	height: auto;
}
* html #container #gnavi ul li ul li a {
	display: block;
	text-decoration: none;
	height: auto;
	width: 153px;
	text-indent: 0px;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../images/common/bg_submenu_up_ie6.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 20px;
	font-weight: normal;
}
* html #container #gnavi ul li ul li a:hover {
	position: relative;
	z-index: 100;
	color: #FFF;
	background-image: url(../images/common/bg_submenu_over_ie6.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
* html #container #gnavi ul li ul li.lastline a {
	display: block;
	text-decoration: none;
	height: auto;
	width: 153px;
	text-indent: 0px;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../images/common/bg_submenu_up_ie6.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 20px;
	font-weight: normal;
}
* html #container #gnavi ul li ul li.lastline a:hover {
	position: relative;
	z-index: 100;
	color: #FFF;
	background-image: url(../images/common/bg_submenu_over_ie6.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
/*ここまでIE6用サブメニュー（透過なし）*/
#container #gnavi ul li:hover ul,
#container #gnavi ul li a:hover ul {
	visibility: visible;
	overflow: visible;
	height: auto;
	z-index: 10;
}
