/* 上部メニューバー（1px追加している）*/#menu_box{			visibility: visible;			position: absolute;			left: 50%;			top: 50%;			width: 1043;			height: 87;			margin-left: -511px;			margin-top: -352px;			text-align: left;			}					/* PKDロゴ用のシャドウ*/#menu_pkd_shadow_box{			visibility: visible;			position: absolute;			left: 50%;			top: 50%;			width: 96px;			height: 96px;			margin-left: -517px;			margin-top: -358px;			text-align: left;			}						.menu_pkd_shadow{			display: block;			width: 96px;			height: 96px;			margin: 0 0 0 0 ;			background-image: url("../images/menu_button_pkd_shadow.png");			background-repeat: no-repeat;			float: left;			list-style-type: none;			padding:0 0 0 0			}			* html .menu_pkd_shadow {  behavior: url(iepngfix.htc):}					/* メニューバーのシャドウ*/#menu_shadow_box{			visibility: visible;			position: absolute;			left: 50%;			top: 50%;			width: 971px;			height: 73px;			margin-left: -446px;			margin-top: -358px;			text-align: left;			}						.menu_shadow{			display: block;			width: 971px;			height: 73px;			margin: 0 0 0 0 ;			background-image: url("../images/menu_button_shadow.png");			background-repeat: no-repeat;			float: left;			list-style-type: none;			padding:0 0 0 0			}			* html .menu_shadow {  behavior: url(iepngfix.htc):}							/*メニューボタンの挙動（PKDボタン）*/.menu_pkd{			display: block;			width: 52px;			height: 52px;			margin: 0 0 0 0 ;			_margin-right: 19px;			background-image: url("../images/menu_button_pkd.png");			background-repeat: no-repeat;			float: left;			list-style-type: none;			padding:0 19 0 0;			}			* html .menu_pkd {  behavior: url(iepngfix.htc):}						/*マウスを載せた際の挙動-画像が右にずれる（PKDボタン）*/.menu_pkd:hover{			background-position: ;			}			/*メニューボタンの挙動（以下同じ）*/.menu_project{			display: block;			width: 239px;			height: 54px;			border-width:0px 0px 0px 0px;			border-color:#C0C0C0;			border-style:outset;			margin: 0px;			background-image: url("../images/menu_button_project.png");			float: left;			list-style-type: none;						}.menu_project:hover{			background-position: top right;			}.menu_project:active{			background-image: url("../images/menu_button_project_active.png");			}			.menu_action{			display: block;			width: 239px;			height:54px;			border-width:0px 0px 0px 0px;			border-color:#C0C0C0;			border-style:outset;			margin: 0px;			background-image: url("../images/menu_button_action.png");			float: left;			list-style-type: none;			}.menu_action:hover{			background-position: top right;			}.menu_action:active{			background-image: url("../images/menu_button_action_active.png");			}						.menu_support{			display: block;			width: 239px;			height: 54px;			border-width:0px 0px 0px 0px;			border-color:#C0C0C0;			border-style:outset;			margin: 0px;			background-image: url("../images/menu_button_support.png");			float: left;			list-style-type: none;			}.menu_support:hover{			background-position: top right;			}.menu_support:active{			background-image: url("../images/menu_button_support_active.png");			}			.menu_aboutus{			display: block;			width: 235px;			height: 54px;			border-width:0px 0px 0px 0px;			border-color:#C0C0C0;			border-style:outset;			margin: 0px;			background-image: url("../images/menu_button_aboutus.png");			float: left;			list-style-type: none;			}.menu_aboutus:hover{			background-position: top right;			}.menu_aboutus:active{			background-image: url("../images/menu_button_aboutus_active.png");			}						/* 上サブメニューバー */#submenu_box{			visibility: visible;			position: absolute;			left: 50%;			top: 50%;			width: 937;			height: 29;			margin-left: -422px;			margin-top: -328px;			text-align: center;			background-image: url("../images/submenu.png");			line-height:32px;			font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;			font-size:10px;						}			* html #submenu_box {  behavior: url(iepngfix.htc):}					.submenu1 {			color: #111111;			font-weight:normal;}* html .submenu_box {  behavior: url(iepngfix.htc):}
