/**
 * GLOBAL MENU
**/
ul.menu {
	margin: 0;
	width: 1024px;
	height: 40px;
	zoom: 1;
}
ul.menu:after {
	height: 0;
	visibility: hidden;
	contents: ".";
	clear: both;
}
ul.menu li a{
	text-decoration: none;
}
/*--menu1--*/
li.menu1 {
	width: 104px;
	height: 40px;
	float: left;
	display: block;
	margin: 0;
	background: url(../images/gnav1.png) no-repeat;
}
li.menu1 a{
	width: 104px;
	height: 40px;
	display: block;
	margin: 0;
	background: url(../images/gnav1.png) no-repeat;
}
li.menu1 a:hover{
	width: 104px;
	height: 40px;
	display: block;
	margin: 0;
	background: url(../images/gnav1_on.png) no-repeat;
}
*html div li.menu1 {
	width: 104px;
	height: 40px;
	float: left;
	display: block;
	margin: 0;
}
*html div li.menu1 a{
	width: 104px;
	height: 40px;
	display: block;
	margin: 0;
	background: url(../images/gnav1.png) no-repeat;
}
*html div li.menu1 a:hover{
	width: 104px;
	height: 40px;
	display: block;
	margin: 0;
	background: url(../images/gnav1.png) no-repeat;
}
/*--menu2--*/
li.menu2 {
	width: 230px;
	height: 40px;
	float: left;
	display: block;
	margin: 0;
	background: url(../images/gnav2.png) no-repeat;
}
li.menu2 a{
	width: 230px;
	height: 40px;
	display: block;
	margin: 0;
}
li.menu2 a:hover{
	width: 230px;
	height: 40px;
	display: block;
	margin: 0;
	background: url(../images/gnav2_on.png) no-repeat;
}
*html div li.menu2 {
	width: 230px;
	height: 40px;
	margin: 0;
	display: block;
	float: left;
	overflow: hidden;
}
*html div li.menu2 a{
	width: 230px;
	height: 40px;
	display: block;
	color:#333;
	/* background: url(../images/gnav2.png) no-repeat; */
}
*html div li.menu2 a:hover{
	width: 230px;
	height: 40px;
	display: block;
	color:#333;
	/* background: url(../images/gnav2_on.png) no-repeat; */
}
/* スクロール */
li.menu2 ul.sc {
  position: absolute;
  top: 132px;/*親メニューの高さと同じにする*/
  width: 230px;
  z-index: 100;
}
li.menu2 ul.sc li {
  visibility: hidden;
  overflow: hidden;
  width: 230px;/*サブメニューの幅*/
  height: 0;
  font-size:0.85em;text-align:left;text-indent:15px;
  background:#E5F1F7;/*サブメニューの背景色*/
}
li.menu2 ul.sc li a:hover, li.menu1 ul.sc li a:hover {
  background: #9CF;/*ホバー時のサブメニューの背景色*/
}
li.menu2:hover ul.sc li, li.menu1 a:hover ul.sc li{
  visibility: visible;
  overflow: visible;
  height:32px;/*サブメニューの高さ*/
  line-height:36px;
  z-index: 10;
}
/*--menu3--*/
li.menu3 {
	width: 230px;
	height: 40px;
	float: left;
	display: block;
	margin: 0;
	background: url(../images/gnav3.png) no-repeat;
}
li.menu3 a{
	width: 230px;
	height: 40px;
	display: block;
	margin: 0;
}
li.menu3 a:hover{
	width: 230px;
	height: 40px;
	display: block;
	margin: 0;
	background: url(../images/gnav3_on.png) no-repeat;
}
*html div li.menu3 {
	width: 230px;
	height: 40px;
	margin: 0;
	display: block;
	float: left;
	overflow: hidden;
}
*html div li.menu3 a{
	width: 230px;
	height: 40px;
	display: block;
	color:#333;
	/* background: url(../images/gnav3.png) no-repeat; */
}
*html div li.menu3 a:hover{
	width: 230px;
	height: 40px;
	display: block;
	color:#333;
	/* background: url(../images/gnav3_on.png) no-repeat; */
}
/* スクロール */
li.menu3 ul.sc {
  position: absolute;
  top: 132px;/*親メニューの高さと同じにする*/
  width: 230px;
  z-index: 100;
}
li.menu3 ul.sc li {
  visibility: hidden;
  overflow: hidden;
  width: 230px;/*サブメニューの幅*/
  height: 0;
  font-size:0.85em;text-align:left;text-indent:15px;
  background:#E5F1F7;/*サブメニューの背景色*/
}
li.menu3 ul.sc li a:hover, li.menu1 ul.sc li a:hover {
  background: #9CF;/*ホバー時のサブメニューの背景色*/
}
li.menu3:hover ul.sc li, li.menu1 a:hover ul.sc li{
  visibility: visible;
  overflow: visible;
  height:32px;/*サブメニューの高さ*/
  line-height:36px;
  z-index: 10;
}
/*--menu4--*/
li.menu4 {
	width: 230px;
	height: 40px;
	float: left;
	display: block;
	margin: 0;
	background: url(../images/gnav4.png) no-repeat;
}
li.menu4 a{
	width: 230px;
	height: 40px;
	display: block;
	margin: 0;
}
li.menu4 a:hover{
	width: 230px;
	height: 40px;
	display: block;
	margin: 0;
	background: url(../images/gnav4_on.png) no-repeat;
}
*html div li.menu4 {
	width: 230px;
	height: 32px;
	margin: 0;
	display: block;
	float: left;
	overflow: hidden;
}
*html div li.menu4 a{
	width: 230px;
	height: 32px;
	display: block;
	color:#333;
	/* background: url(../images/gnav4.png) no-repeat; */
}
*html div li.menu4 a:hover{
	width: 230px;
	height: 32px;
	display: block;
	color:#333;
	/* background: url(../images/gnav4_on.png) no-repeat; */
}
/* スクロール */
li.menu4 ul.sc {
  position: absolute;
  top: 132px;/*親メニューの高さと同じにする*/
  width: 230px;
  z-index: 100;
}
li.menu4 ul.sc li {
  visibility: hidden;
  overflow: hidden;
  width: 230px;/*サブメニューの幅*/
  height: 0;
  font-size:0.85em;text-align:left;text-indent:15px;
  background:#E5F1F7;/*サブメニューの背景色*/
}
li.menu4 ul.sc li a:hover, li.menu1 ul.sc li a:hover {
  background: #9CF;/*ホバー時のサブメニューの背景色*/
}
li.menu4:hover ul.sc li, li.menu1 a:hover ul.sc li{
  visibility: visible;
  overflow: visible;
  height:32px;/*サブメニューの高さ*/
  line-height:36px;
  z-index: 10;
}
/*--menu5--*/
li.menu5 {
	width: 230px;
	height: 40px;
	float: left;
	display: block;
	margin: 0;
	background: url(../images/gnav5.png) no-repeat;
}
li.menu5 a{
	width: 230px;
	height: 40px;
	display: block;
	margin: 0;
}
li.menu5 a:hover{
	width: 230px;
	height: 40px;
	display: block;
	margin: 0;
	background: url(../images/gnav5_on.png) no-repeat;
}
*html div li.menu5 {
	width: 230px;
	height: 32px;
	margin: 0;
	display: block;
	float: left;
	overflow: hidden;
}
*html div li.menu5 a{
	width: 230px;
	height: 32px;
	display: block;
	color:#333;
	/* background: url(../images/gnav5.png) no-repeat; */
}
*html div li.menu5 a:hover{
	width: 230px;
	height: 32px;
	display: block;
	color:#333;
	/* background: url(../images/gnav5_on.png) no-repeat; */
}
/* スクロール */
li.menu5 ul.sc {
  position: absolute;
  top: 132px;/*親メニューの高さと同じにする*/
  width: 230px;
  z-index: 100;
}
li.menu5 ul.sc li {
  visibility: hidden;
  overflow: hidden;
  width: 230px;/*サブメニューの幅*/
  height: 0;
  font-size:0.85em;text-align:left;text-indent:15px;
  background:#E5F1F7;/*サブメニューの背景色*/
}
li.menu5 ul.sc li a:hover, li.menu1 ul.sc li a:hover {
  background: #9CF;/*ホバー時のサブメニューの背景色*/
}
li.menu5:hover ul.sc li, li.menu1 a:hover ul.sc li{
  visibility: visible;
  overflow: visible;
  height:32px;/*サブメニューの高さ*/
  line-height:36px;
  z-index: 10;
}
/*--　Top menu　--*/
ul.topmenu1 {
	margin: 0 1px 0 0;
	padding-top: 33px;
	width: 148px;
	height: 148px;
	float: left;
	display: block;
	background: url(../images/top/topmenu_bg1.png) no-repeat;
	zoom: 1;
}
ul.topmenu2 {
	margin: 0 1px 0 20px;
	padding-top: 33px;
	width: 148px;
	height: 148px;
	float: left;
	display: block;
	background: url(../images/top/topmenu_bg2.png) no-repeat;
	zoom: 1;
}
ul.topmenu3 {
	margin: 0 1px 0 0;
	padding-top: 33px;
	width: 148px;
	height: 148px;
	float: left;
	display: block;
	background: url(../images/top/topmenu_bg3.png) no-repeat;
	zoom: 1;
}
ul.topmenu4 {
	margin: 0 1px 0 0;
	padding-top: 33px;
	width: 148px;
	height: 148px;
	float: left;
	display: block;
	background: url(../images/top/topmenu_bg4.png) no-repeat;
	zoom: 1;
}
ul.topmenu5 {
	margin: 0 1px 0 0;
	padding-top: 33px;
	width: 148px;
	height: 148px;
	float: left;
	display: block;
	background: url(../images/top/topmenu_bg5.png) no-repeat;
	zoom: 1;
}
ul.topmenu6 {
	margin: 0;
	padding-top: 33px;
	width: 148px;
	height: 148px;
	float: left;
	display: block;
	background: url(../images/top/topmenu_bg6.png) no-repeat;
}
ul.topmenu6:after {
	height: 0;
	visibility: hidden;
	contents: ".";
	clear: both;
}
li.topmenu_txt {
	width: 140px;
	height: 16px;
	display:block;
	margin: 1px 0 0 8px;
	text-align:left;
	font-size:13px;
}
li.topmenu_txt a{
	padding: 0 0 0 18px;
	background: url(../images/top/ico_topmenu.gif) no-repeat;
	color: #0567CB;
	text-decoration: none;
}
li.topmenu_txt a:hover {
	color: #F90;
	text-decoration: none;
}
/**
 * LOCAL MENU
**/
ul.localmenu {
	z-index:5000;
	margin: 0;
	width: 200px;
	float:left;
	text-align:left;
	zoom: 1;
	display:block;
}
ul.localmenu:after {
	z-index:5000;
	height: 0;
	float:left;
	visibility: hidden;
	contents: ".";
	display:block;
}
ul.localmenu li a{
	z-index:5000;
	float:left;
	text-decoration: none;
	display:block;
}
ul.localmenu2 {
	margin: 0;
	width: 220px;
	float:left;
	text-align:left;
	zoom: 1;
}
ul.localmenu2:after {
	height: 0;
	visibility: hidden;
	contents: ".";
	clear: both;
}
ul.localmenu2 li a{
	text-decoration: none;
}
/**
 * TOP MENU(お知らせ下)
**/
.topmenu {
	width: 180px;
	margin: 0 0 0 19px;
	overflow: hidden;
	float: left;
	text-align:left;
	zoom: 1;
}
ul.topmenu01 {
	margin-left: 0;
	background: url(../images/top/topmenu01-bg.jpg) no-repeat 3px 230px;
}
ul.topmenu02 {
	background: url(../images/top/topmenu02-bg.jpg) no-repeat 3px 230px;
}
ul.topmenu03 {
	background: url(../images/top/topmenu03-bg.jpg) no-repeat 3px 230px;
	border-radius: 3px;
}

.lmenutop {
	border-radius: 6px;
	height: 240px;
	display:block;
	margin: 0;
	padding: 2px 2px 105px 2px;
	border: 1px solid #cccccc;
	line-height:180%;
	text-decoration:none;
	font-size:11pt;
	position: relative;
}
.lmenutop a {
	color:#333 !important;
	margin-left: 10px;
	display: block;
}
.lmenutop a:hover{
	color: #036 !important;
	text-decoration: underline;
}
.lmenutop-title {
	height: 22px;
	margin-bottom: 5px;
	overflow: hidden;
	border-radius: 4px;
	background-color: #4b8dc0;
}
.lmenutop-title span {
	width: 140px;
	height: 22px;
	display: block;
	overflow: hidden;
}
.lmenutop-title img {
	margin: -3px 0 0 -130px;
}


li.lmenutop01 {
}
li.lmenutop02 {
}
li.lmenutop03 {
	line-height:150%;
}
/**
 * LOCAL MENU(左上)
**/
li.lmenu1 {
	width: 200px;
	height: 34px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/alnav1.png) no-repeat;
}
li.lmenu1 a {
	width: 200px;
	height: 34px;
	display:block;
	margin: 0;
	/* text-decoration:none;
	border-bottom:1px dashed #039; */
}
li.lmenu1 a:hover {
	width: 200px;
	height: 34px;
	margin: 0;
	background: url(../images/alnav1_on.png) no-repeat;

}
*html li.lmenu1 {
	width: 200px;
	height: 34px;
	margin: 0;
	/* padding: 0 5px 0 50px; */
	background: url(../images/alnav1.png) no-repeat;
}
/*---------------------------------------------*/
li.lmenu1s {
	width: 200px;
	height: 28px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/alnav1s.png) no-repeat;
}
li.lmenu1s a {
	width: 200px;
	height: 28px;
	display:block;
	margin: 0;
	/* text-decoration:none;
	border-bottom:1px dashed #039; */
}
li.lmenu1s a:hover {
	width: 200px;
	height: 28px;
	margin: 0;
	background: url(../images/alnav1s_on.png) no-repeat;
}
*html li.lmenu1s {
	width: 200px;
	height: 28px;
	margin: 0;
	/* padding: 0 5px 0 50px; */
	background: url(../images/alnav1s.png) no-repeat;
}
/*---------------------------------------------*/
li.lmenu2 {
	width: 200px;
	height: 62px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/alnav2.png) no-repeat;
}
li.lmenu2 a {
	width: 200px;
	height: 62px;
	display:block;
	margin: 0;
	/* text-decoration:none;
	border-bottom:1px dashed #039; */
}
li.lmenu2 a:hover {
	width: 200px;
	height: 62px;
	margin: 0;
	background: url(../images/alnav2_on.png) no-repeat;

}
*html li.lmenu2 {
	width: 200px;
	height: 62px;
	margin: 0;
	padding: 0 5px 0 50px;
	background: url(../images/alnav2.png) no-repeat;
}
/*---------------------------------------------*/
li.lmenu3 {
	width: 200px;
	height: 34px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/alnav3.png) no-repeat;
}
li.lmenu3 a {
	width: 200px;
	height: 34px;
	display:block;
	margin: 0;
	/* text-decoration:none;
	border-bottom:1px dashed #039; */
}
li.lmenu3 a:hover {
	width: 200px;
	height: 34px;
	margin: 0;
	background: url(../images/alnav3_on.png) no-repeat;
}
*html li.lmenu3 {
	width: 200px;
	height: 34px;
	margin: 0;
	padding: 0 5px 0 50px;
	background: url(../images/alnav3.png) no-repeat;
}
/*---------------------------------------------*/
li.lmenu3s {
	width: 200px;
	height: 28px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/alnav3s.png) no-repeat;
}
li.lmenu3s a {
	width: 200px;
	height: 28px;
	display:block;
	margin: 0;
	/* text-decoration:none;
	border-bottom:1px dashed #039; */
}
li.lmenu3s a:hover {
	width: 200px;
	height: 28px;
	margin: 0;
	background: url(../images/alnav3s_on.png) no-repeat;
}
*html li.lmenu3s {
	width: 200px;
	height: 28px;
	margin: 0;
	padding: 0 5px 0 50px;
	background: url(../images/alnav3s.png) no-repeat;
}
/*---------------------------------------------*/
li.lmenu4 {
	width: 200px;
	height: 61px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/alnav4.png) no-repeat;
}
li.lmenu4 a {
	width: 200px;
	height: 61px;
	display:block;
	margin: 0;
	/* text-decoration:none;
	border-bottom:1px dashed #039; */
}
li.lmenu4 a:hover {
	width: 200px;
	height: 61px;
	margin: 0;
	background: url(../images/alnav4_on.png) no-repeat;

}
*html li.lmenu4 {
	width: 200px;
	height: 61px;
	margin: 0;
	background: url(../images/alnav4.png) no-repeat;
}
li.lmenutit {
	width: 240px;
	margin: 0;
	padding: 0;
}
*html li.lmenutit {
	width: 240px;
	margin: 0;
	padding: 0;
}
/*---左ナビ（ボタン）------------------------------------------*/
li.lmenutit01 {
	width: 220px;
	height: 170px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/lnav01.png) no-repeat;
	line-height:164%;
	padding-left:10px;
	text-decoration:none;
	font-size:11pt;
}
li.lmenutit01 a {
	color:#333;
	text-decoration: underline
}
li.lmenutit01 a:hover{
	color: #036;
	text-decoration: underline
}
*html li.lmenutit01 {
	width: 220px;
	height: 170px;
	margin: 0;
}
li.lmenutit02 {
	width: 220px;
	height: 76px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/lnav02.png) no-repeat;
}
li.lmenutit02 a {
	width: 220px;
	height: 76px;
	display:block;
	margin: 0;
}
li.lmenutit02 a:hover {
	width: 220px;
	height: 76px;
	margin: 0;
	background: url(../images/lnav02_on.png) no-repeat;

}
*html li.lmenutit02 {
	width: 220px;
	height: 76px;
	margin: 0;
}
li.lmenutit03 {
	width: 220px;
	height: 75px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/lnav03.png) no-repeat;
}
li.lmenutit03 a {
	width: 220px;
	height: 75px;
	display:block;
	margin: 0;
}
li.lmenutit03 a:hover {
	width: 220px;
	height: 75px;
	margin: 0;
	background: url(../images/lnav03_on.png) no-repeat;

}
*html li.lmenutit03 {
	width: 220px;
	height: 75px;
	margin: 0;
}
li.lmenutit04 {
	width: 220px;
	height: 75px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/lnav04.png) no-repeat;
}
li.lmenutit04 a {
	width: 220px;
	height: 75px;
	display:block;
	margin: 0;
}
li.lmenutit04 a:hover {
	width: 220px;
	height: 75px;
	margin: 0;
	background: url(../images/lnav04_on.png) no-repeat;

}
*html li.lmenutit04 {
	width: 220px;
	height: 75px;
	margin: 0;
}
li.lmenutit05 {
	width: 220px;
	height: 75px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/lnav05.png) no-repeat;
}
li.lmenutit05 a {
	width: 220px;
	height: 75px;
	display:block;
	margin: 0;
}
li.lmenutit05 a:hover {
	width: 220px;
	height: 75px;
	margin: 0;
	background: url(../images/lnav05_on.png) no-repeat;

}
*html li.lmenutit05 {
	width: 220px;
	height: 75px;
	margin: 0;
}
li.lmenutit06 {
	width: 220px;
	height: 44px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/lnav06.png) no-repeat;
}
li.lmenutit06 a {
	width: 220px;
	height: 44px;
	display:block;
	margin: 0;
}
li.lmenutit06 a:hover {
	width: 220px;
	height: 44px;
	margin: 0;
	background: url(../images/lnav06_on.png) no-repeat;

}
*html li.lmenutit06 {
	width: 220px;
	height: 44px;
	margin: 0;
}
li.lmenutit07 {
	width: 220px;
	height: 44px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/lnav07.png) no-repeat;
}
li.lmenutit07 a {
	width: 220px;
	height: 44px;
	display:block;
	margin: 0;
}
li.lmenutit07 a:hover {
	width: 220px;
	height: 44px;
	margin: 0;
	background: url(../images/lnav07_on.png) no-repeat;

}
*html li.lmenutit07 {
	width: 220px;
	height: 44px;
	margin: 0;
}
li.lmenutit08 {
	width: 220px;
	height: 44px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/lnav08.png) no-repeat;
}
li.lmenutit08 a {
	width: 220px;
	height: 44px;
	display:block;
	margin: 0;
}
li.lmenutit08 a:hover {
	width: 220px;
	height: 44px;
	margin: 0;
	background: url(../images/lnav08_on.png) no-repeat;

}
*html li.lmenutit08 {
	width: 220px;
	height: 44px;
	margin: 0;
}
li.lmenutit09 {
	width: 220px;
	height: 44px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/lnav09.png) no-repeat;
}
li.lmenutit09 a {
	width: 220px;
	height: 44px;
	display:block;
	margin: 0;
}
li.lmenutit09 a:hover {
	width: 220px;
	height: 44px;
	margin: 0;
	background: url(../images/lnav09_on.png) no-repeat;

}
*html li.lmenutit09 {
	width: 220px;
	height: 44px;
	margin: 0;
}
li.lmenutit10 {
	width: 220px;
	height: 44px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/lnav10.png) no-repeat;
}
li.lmenutit10 a {
	width: 220px;
	height: 44px;
	display:block;
	margin: 0;
}
li.lmenutit10 a:hover {
	width: 220px;
	height: 44px;
	margin: 0;
	background: url(../images/lnav10_on.png) no-repeat;

}
*html li.lmenutit10 {
	width: 220px;
	height: 44px;
	margin: 0;
}
li.lmenutit11 {
	width: 220px;
	height: 44px;
	display:block;
	margin: 0;
	padding: 0;
	background: url(../images/lnav11-20170904.png) no-repeat;
}
li.lmenutit11 a {
	width: 220px;
	height: 44px;
	display:block;
	margin: 0;
}
li.lmenutit11 a:hover {
	width: 220px;
	height: 44px;
	margin: 0;
	background: url(../images/lnav11_on-20170904.png) no-repeat;

}
*html li.lmenutit11 {
	width: 220px;
	height: 44px;
	margin: 0;
}

/*---------------------------------------------*/
li.lmenu {
	width:auto;
	height: 20px;
	margin: 0;
	padding: 0 5px 10px 7px;
	font-size:14px;
	background: url(../images/bg_lnav.png) no-repeat;
}
li.lmenu a {
	width:auto;
	height: 20px;
	margin: 0;
	text-decoration:none;
	/* border-bottom:1px dashed #039; */
}
li.lmenu a:hover {
	width:auto;
	height: 20px;
	margin: 0;
	display:block;
	text-decoration:none;
	background: url(../images/bg_lnav.png) no-repeat;
	/* color: #039;
	border-bottom:1px dashed #F60; */
}
*html li.lmenu {
	width:auto;
	height: 20px;
	margin: 3px 0 10px 6px;
	padding: 0 0 2px 7px;
	color: #039;
	text-decoration:none;
	border-bottom:1px dashed #039;
	background: url(../images/bg_lnav.png) no-repeat;
}
/*---------------------------------------------*/
li.lmenu {
	width:auto;
	height: 20px;
	margin: 0;
	padding: 0 5px 10px 7px;
	font-size:14px;
	background: url(../images/bg_lnav.png) no-repeat;
}

/*---------------------------------------------*/
li.lmenus {
	width:auto;
	height: 15px;
	margin: 7px 0 5px 7px;
	padding: 0 0 5px 15px;
	font-size:12px;
	background: url(../images/ico_lnav.png) no-repeat;
}
li.lmenus a {
	width:auto;
	text-decoration:none;
}
li.lmenus a:hover {
	width:auto;
	display:block;
	text-decoration:none;
	background: url(../images/ico_lnav_on.png) no-repeat;
}
*html li.lmenus {
	width:auto;
	height: 15px;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	color: #039;
	text-decoration:none;
	border-bottom:1px dashed #039;
	background: url(../images/ico_lnav.png) no-repeat;
}
/*---------------------------------------------*/
li.lmenus_past {
	width:700px;
	height: 15px;
	margin: 0 0 5px 5px;
	padding: 0 0 5px 15px;
	font-size:14px; font-size:1.0rem;
	background: url(../images/ico_lnav.png) no-repeat;
}
li.lmenus_past a {
	width:700px;
	margin: 0;
	text-decoration:none;
	/* border-bottom:1px dashed #039; */
}
li.lmenus_past a:hover {
	width:700px;
	margin: 0;
	display:block;
	text-decoration:none;
	background: url(../images/ico_lnav_on.png) no-repeat;
	/* color: #039;
	border-bottom:1px dashed #F60; */
}
*html li.lmenus_past {
	width:700px;
	height: 15px;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	color: #039;
	text-decoration:none;
	border-bottom:1px dashed #039;
	background: url(../images/ico_lnav.png) no-repeat;
}
/*------------------------*/
li.lmenu_ct {
	width:auto;
	height: 20px;
	margin: 0;
	padding: 0 5px 10px 2px;
	font-size:16px;
	font-weight:bold;
}
li.lmenu_ct a {
	width:auto;
	height: 20px;
	margin: 0;
	text-decoration:none;
	/* border-bottom:1px dashed #039; */
}
li.lmenu_ct a:hover {
	width:auto;
	height: 20px;
	margin: 0;
	display:block;
	text-decoration:none;
	background: url(../images/bg_lnav.png) no-repeat;
	/* color: #039;
	border-bottom:1px dashed #F60; */
}
*html li.lmenu_ct {
	width:auto;
	height: 20px;
	margin: 0;
	padding: 0 5px 10px 2px;
	color: #039;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dashed #039;
	background: url(../images/bg_lnav.png) no-repeat;
}
li.lmenu_ct2 {
	width:auto;
	height: 20px;
	margin: 0;
	padding: 0 5px 5px 2px;
	color:#666;
}
li.lmenu_ct2 a {
	width:auto;
	height: 20px;
	margin: 0;
	text-decoration:none;
	/* border-bottom:1px dashed #039; */
}
li.lmenu_ct2 a:hover {
	width:auto;
	height: 20px;
	margin: 0;
	display:block;
	text-decoration:none;
	background: url(../images/bg_lnav.png) no-repeat;
	/* color: #039;
	border-bottom:1px dashed #F60; */
}
*html li.lmenu_ct2 {
	width:auto;
	height: 20px;
	margin: 3px 0 10px 6px;
	padding: 0 5px 5px 2px;
	color: #039;
	text-decoration:none;
	border-bottom:1px dashed #039;
	background: url(../images/bg_lnav.png) no-repeat;
}
/*-透析室のローカルメニュー---------------------------------------*/
li.lmenust {
	width:auto;
	height: 14px;
	margin: 0 0 5px 15px;
	padding: 0 0 5px 15px;
	font-size:12px;
	background: url(../images/ico_lnavs.png) no-repeat;
}
li.lmenust a {
	width:auto;
	margin: 0;
	text-decoration:none;
	/* border-bottom:1px dashed #039; */
}
li.lmenust a:hover {
	width:auto;
	margin: 0;
	display:block;
	text-decoration:none;
	background: url(../images/ico_lnavs.png) no-repeat;
	/* color: #039;
	border-bottom:1px dashed #F60; */
}
*html li.lmenust {
	width:auto;
	height: 15px;
	margin: 0 0 5px 10px;
	padding: 0 0 0 15px;
	color: #039;
	text-decoration:none;
	border-bottom:1px dashed #039;
	background: url(../images/ico_lnavs.png) no-repeat;
}
/********************************************
* ポップアップボックスCSS
********************************************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



/* トップのスライダー用ＣＳＳ パターン2　*/
/*.fadein {
	position:relative;
	height:288px;
	width:815px;
	float:right;
	margin-right:0;
	margin-bottom:10px;
}
.fadein img {
	position:absolute;
	float:right;
	left:0;
	top:0;
}*/
/* トップのスライダー用ＣＳＳ パターン2　end　*/


/* トップのスライダー用ＣＳＳ パターン3　*/
/*------------------------------------------------------*/
/* Updated: 2013/03 */
/*------------------------------------------------------*/

/* Default --------------------------------- */
/* * {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, div, p, address, ul, li, ol, dl, dt, dd, table, tr, th, td, form {
	zoom: 1;
}
img {
	border: none;
	vertical-align: bottom;
}
ul, ol {
	list-style-type: none;
}
 */
　
/* body --------------------------------- */
/* body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 2;
	-webkit-text-size-adjust: none;
}
 */
/* wrapper --------------------------------- */
#wrapper {
	z-index: -2;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}
.flo {
	z-index: 0;
}
/* gallery --------------------------------- */
#gallery {
	z-index: -5;
	position: relative;
	width: 1024px;
	height: 288px;
}
ul#gallery-img li {
	z-index: -4;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
#gallery-on {
	z-index: -3;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 1024px;
	height: 288px;
	background-color: #ffffff;
}
#gallery-trap {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#gallery-trap a,
#gallery-trap span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1024px;
	height: 288px;
	background: url(../images/index/spacer.gif);
}
/*------------------------------------------------------*/
/* End */
/*------------------------------------------------------*/
/* トップのスライダー用ＣＳＳ パターン3　end　*/
