@charset "EUC-JP";
/* CSS Document */

/* ナビゲーション */

div.menubar {
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	z-index: 1030;
}
div.menubar ul#menu {
	margin: 0px; /* メニューバー外側の余白 */
	padding: 0px; /* メニューバー内側の余白 */
	height: 26px;
}
div.menubar ul#menu li {
	height: 26px; /* メニュー項目の高さ(「メニューバーの高さ」と一致させる) */
	float: left;
	list-style-type: none;
	position: relative;
}
div.menubar ul#menu a {
	background-color: #666666; /* メニュー項目の背景色 */
	color: #FFF; /* メニュー項目の装飾(下線を消す) */
	display: block;
	height: 26px;
	text-indent: -700em;
	margin-right: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.menubar ul#menu a:hover {
   background-position: 0px -26px;
}
/* メニューバー直後のClearfix */
div.menubar ul#menu { zoom:1; }
div.menubar ul#menu:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; 
}
div.menubar ul#menu ul.sub {
	background-color: #666666; /* サブメニュー全体の背景色 */
	border-width: 1px 1px 0px 1px; /* サブメニュー全体の枠線の太さ */
	border-style: solid; /* サブメニュー全体の枠線の線種 */
	border-color: #CCCCCC; /* サブメニュー全体の枠線の色 */
	margin: 0px;
	padding: 0px;
	display: none;
	position: absolute;
	z-index: 1030;
}
div.menubar ul#menu ul.sub li {
	width: 200px; /* サブメニュー1項目の横幅 */
	height: 26px; /* サブメニュー1項目の高さ */
	border-width: 0px 0px 1px 0px; /* サブメニュー1項目の枠線の太さ */
	border-style: solid; /* サブメニュー1項目の枠線の線種 */
	border-color: #CCCCCC; /* サブメニュー1項目の枠線の色 */
}
div.menubar ul#menu ul.sub li a {
	line-height: 26px; /* サブメニュー1項目の行の高さ(「サブメニュー1項目の高さ」と合わせる) */
	text-align: left;  /* サブメニュー1項目の項目名の配置(左寄せ) */
	text-indent: 20px;  /* サブメニュー1項目の項目名前方の余白 */
	text-decoration: none;
}
div.menubar ul#menu ul.sub li a:hover {
	background-color: #FF9C00; /* サブメニュー項目にマウスが載ったときの背景色 */
	color: #FFFFFF; /* サブメニュー項目にマウスが載ったときの文字色 */
	text-decoration: none;
	font-weight: normal;
}
a.navi_00 {
	background-image: url(../images/share/navi_00.png);
	width: 136px;
}
a.navi_01 {
	background-image: url(../images/share/navi_01.png);
	width: 200px;
}
a.navi_02 {
	background-image: url(../images/share/navi_02.png);
	width: 200px;
}
a.navi_03 {
	background-image: url(../images/share/navi_03.png);
	width: 123px;
}
a.navi_04 {
	background-image: url(../images/share/navi_04.png);
	width: 124px;
}
a.navi_05 {
	background-image: url(../images/share/navi_05.png);
	width: 181px;
}

.navi_01_in {
	background-image: url(http://koganei-sponavi.net/images/share/navi_01.gif);
	background-position: -199px 0px;
	text-indent: -700em;
	background-repeat: no-repeat;
}
.navi_02_in {
	background-image: url(http://koganei-sponavi.net/images/share/navi_02.gif);
	background-position: 0px -42px;
	height: 42px;
	width: 120px;
	margin-right: 6px;
	text-indent: -700em;
	background-repeat: no-repeat;
}
.navi_03_in {
	background-image: url(http://koganei-sponavi.net/images/share/navi_03.gif);
	background-position: 0px -42px;
	height: 42px;
	width: 120px;
	text-indent: -700em;
	background-repeat: no-repeat;
}
.navi_04_in {
	background-image: url(http://koganei-sponavi.net/images/share/navi_04.gif);
	background-position: 0px -31px;
	height: 31px;
	width: 205px;
	text-indent: -700em;
	background-repeat: no-repeat;
}
.navi_05_in {
	background-image: url(http://koganei-sponavi.net/images/share/navi_05.gif);
	background-position: 0px -31px;
	height: 31px;
	width: 205px;
	text-indent: -700em;
	background-repeat: no-repeat;
}
.navi_06_in {
	background-image: url(http://koganei-sponavi.net/images/share/navi_06.gif);
	background-position: 0px -31px;
	height: 31px;
	width: 205px;
	text-indent: -700em;
	background-repeat: no-repeat;
}
#banner {
	float: right;
	width: 211px;
	background-color: #DEDEDE;
	padding-top: 5px;
	height: auto;
}
#banner_tel {
	background-image: url(../images/share/banner_tel.gif);
	height: 134px;
	text-indent: -700em;
	margin-bottom: 10px;
	width: 195px;
	margin-left: auto;
	margin-right: auto;
}
#banner_close {
	width: 195px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/share/banner_close_back.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3A1AE;
}
#banner_close h4 {
	background-image: url(../images/share/banner_close.gif);
	height: 26px;
	text-indent: -700em;
	width: 195px;
	margin-left: auto;
	margin-bottom: 6px;
	margin-right: auto;
}
#banner_close p {
	font-size: 100%;
	line-height: 1.5em;
	padding-right: 1em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}
#banner_pdf p a {
	background-image: url(../images/share/banner_pdf.gif);
	height: 64px;
	display: block;
	text-indent: -700em;
	margin-top: 10px;
	width: 195px;
	margin-left: auto;
	margin-right: auto;
}
#banner_pdf p a:hover {
	background-position: -195px 0px;
}
#banner_manage p a {
	background-image: url(http://koganei-sponavi.net/images/share/banner_manage.gif);
	display: block;
	height: 28px;
	text-indent: -700em;
	margin-top: 8px;
	width: 205px;
	margin-left: 1px;
}
#banner_manage p a:hover {
	background-position: -205px 0px;
}
#banner_mobile p {
	background-image: url(../images/share/banner_mobile.gif);
	height: 90px;
	text-indent: -700em;
	margin-top: 10px;
	width: 195px;
	margin-left: auto;
	margin-right: auto;
}
#banner_m-mag p a {
	background-image: url(http://koganei-sponavi.net/images/share/banner_mail.gif);
	height: 59px;
	width: 199px;
	display: block;
	text-indent: -700em;
	margin-top: 10px;
}
#banner_park p  {
	background-image: url(../images/share/banner_parking.gif);
	text-indent: -700em;
	display: block;
	height: 45px;
	width: 195px;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
}
#banner_park p a:hover {
	background-position: 0px 0px;
}
#banner_yoyaku p a {
	background-image: url(../images/share/banner_yoyaku.gif);
	text-indent: -700em;
	height: 29px;
	width: 195px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#banner_yoyaku p a:hover {
	background-position: -195px 0px;
}
#link {
	margin-top: 10px;
}
#link ul.menu {
	list-style-type: none;
}
#link ul.menu li {
	display: block;
	text-indent: -700em;
}
#link ul.menu li a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 25px;
	width: 195px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#link ul.menu li a:hover {
	background-position: -195px 0px;
}
a.link_01 {
	background-image: url(../images/share/link_01.gif);
}
a.link_02 {
	background-image: url(../images/share/link_02.gif);
}
a.link_03 {
	background-image: url(../images/share/link_03.gif);
}
a.link_04 {
	background-image: url(../images/share/link_04.gif);
}
a.link_05 {
	background-image: url(http://koganei-sponavi.net/images/share/link_05.gif);
}
#banner_adobe {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 10px;
	width: 195px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}
#banner_adobe h6 a {
	margin-top: 5px;
	background-image: url(../images/share/get_adobe_reader.png);
	height: 39px;
	width: 158px;
	text-indent: -700em;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#banner_adobe p {
	font-size: 90%;
	line-height: 1.3em;
}