.no-display {
	display: none;
}



/*　iframeのかわり　*/
*.logbox
      {
	border: solid 1px #808080;
	width: 100%;
	height: 250px;
	overflow: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 1.5em;
      }
	  
.li-rireki {
	COLOR: #000000;
	list-style-image: url(../../img-top/li-07.gif);
	list-style-type: circle;
	margin: 0em;
	list-style-position: outside;
	font-size: 0.9em;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;

}

/*　ドロップダウンメニュー用　*/
#globalNavi {
	width:950px;
	display:inline-block;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 15px;
}

#globalNavi:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#globalNavi ul {
	padding-left: 0px;
}

#globalNavi ul li {
	float: left;
	position: relative;
	list-style-type: none;
}

#globalNavi li ul.drop {
	width:300px;
	position:absolute;
	display:none;
	float:none;
	z-index:100;
	left:0;
	top:30px;
	
	/* 透け透けにしたいとき */
	opacity: .95; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=95); /* IE lt 8 */
	-ms-filter: "alpha(opacity=95)"; /* IE 8 */
	-khtml-opacity: .95; /* Safari 1.x */
	-moz-opacity: .95; /* FF lt 1.5, Netscape */
}

#globalNavi li ul.drop li {
	float:none;
	position:static;
}

#globalNavi li ul.drop li a {
	display:block;
	color:#000000;
	padding:10px;
	_zoom:1; /* IE 6 */
	background-color: #FFFFE3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	font-weight: bold;
}

#globalNavi li ul.drop ul a {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 

#global01 {
	background-image: url(../../image-new/layout/header/HP_menu01.png);
	background-repeat: no-repeat;
	float: left;
	width: 114px;
	height: 30px;
}

#global02 {
	background-image: url(../../image-new/layout/header/HP_menu02.png);
	background-repeat: no-repeat;
	float: left;
	width: 114px;
	height: 30px;
}

#global03 {
	background-image: url(../../image-new/layout/header/HP_menu03.png);
	background-repeat: no-repeat;
	float: left;
	width: 114px;
	height: 30px;
}

#global04 {
	background-image: url(../../image-new/layout/header/HP_menu04.png);
	background-repeat: no-repeat;
	float: left;
	width: 114px;
	height: 30px;
}

#global05 {
	background-image: url(../../image-new/layout/header/HP_menu05.png);
	background-repeat: no-repeat;
	float: left;
	width: 114px;
	height: 30px;
}

#global06 {
	background-image: url(../../image-new/layout/header/HP_menu06.png);
	background-repeat: no-repeat;
	float: left;
	width: 114px;
	height: 30px;
}

#global07 {
	background-image: url(../../image-new/layout/header/HP_menu07.png);
	background-repeat: no-repeat;
	float: left;
	width: 114px;
	height: 30px;
}

#global08 {
	background-image: url(../../image-new/layout/header/HP_menu08.png);
	background-repeat: no-repeat;
	float: left;
	width: 114px;
	height: 30px;
}



#display_none  {
	display:none;
}
