/* タブページ用CSS */

body {
	margin: 0;
	padding: 0;
}

body, th, td, input, select, textarea, label {
	font-family: Myriad sans-serif;
	line-height: 150%;
	color: #333;
	font-weight: normal;
	font-size: medium;
	_font-size: small;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Myriad sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: large;
	_font-size: medium;
}

h2 {
	font-size: medium;
	_font-size: small;
}

h3 {
	font-size: small;
	_font-size: x-small;
}

h4 {
	font-size: x-small;
}

h5 {
	font-size: x-small;
}

h6 {
	font-size: x-small;
}

#gotoContent {
	display: none;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 738px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#container-inner {
	position: static;
	margin: 0;
	padding: 0;
	width: 738px;
}

/* ヘッダー */
#banner {
	position: static;
	margin: 0;
	padding: 0;
	width: 738px;
}

#banner-inner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 738px;
	height:108px;
	background:url(../image/header-back.jpg) no-repeat;
}

#header-logo a {
	display: block;
	margin: 27px 0 0 5px;
	_margin: 27px 0 0 2px;
	padding: 0;
	width: 231px;
	height: 18px;
	background-image: url(../image/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000px;
	float: left;
	overflow: hidden;
}

#mhi_global_nav {
	margin: 24px 10px 29px 0;
	_margin: 24px 5px 29px 0;
	padding: 0;
	width: 484px;
	height: 26px;
	float: right;
}

#mhi_global_nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	text-indent:-9999px;
}

#mhi_global_nav li a {
	display: block;
	width: 95px;
	height: 25px;
	overflow: hidden;
	background:url(../image/global.gif) no-repeat;
}

#mhi_global_nav li a#profile:hover {
	background:url(../image/global.gif) no-repeat 0 -26px;
}

#mhi_global_nav li a#news {
	width: 92px;
	background:url(../image/global.gif) no-repeat -95px 0;
}

#mhi_global_nav li a#news:hover {
	width: 92px;
	background:url(../image/global.gif) no-repeat -95px -26px;
}

#mhi_global_nav li a#ir {
	width: 103px;
	background:url(../image/global.gif) no-repeat -187px 0;
}

#mhi_global_nav li a#ir:hover {
	width: 103px;
	background:url(../image/global.gif) no-repeat -187px -26px;
}

#mhi_global_nav li a#comp {
	width: 103px;
	background:url(../image/global.gif) no-repeat -290px 0;
}

#mhi_global_nav li a#comp:hover {
	width: 103px;
	background:url(../image/global.gif) no-repeat -290px -26px;
}

#mhi_global_nav li a#main-pro {
	width: 91px;
	background:url(../image/global.gif) no-repeat -393px 0;
}

#mhi_global_nav li a#main-pro:hover {
	background:url(../image/global.gif) no-repeat -393px -26px;
}

#aircon_nav {
	clear: both;
	margin: 0;
	padding: 0;
	width: 738px;
	height: 29px;
	background:url(../image/sub.gif) no-repeat;
}

#aircon_nav li {
	margin: 0;
	height: 24px;
	list-style-type: none;
	float: right;
}

#aircon_nav li a {
	display: block;
	width: 67px;
	height: 28px;
	text-align: center;
	text-indent:-9999px;
	overflow: hidden;
}

#aircon_nav li a#chn:hover{
	background:url(../image/sub.gif) no-repeat -671px -29px;
}

#aircon_nav li a#jpn{
width:80px;
}

#aircon_nav li a#jpn:hover{
	background:url(../image/sub.gif) no-repeat -591px -29px;
}

#aircon_nav li a#site{
width:74px;
}

#aircon_nav li a#site:hover{
	background:url(../image/sub.gif) no-repeat -517px -29px;
}

#aircon_nav li a#envi{
width:95px;
}

#aircon_nav li a#envi:hover{
	background:url(../image/sub.gif) no-repeat -422px -29px;
}

#aircon_nav li a#iso{
width:46px;
}

#aircon_nav li a#iso:hover{
	background:url(../image/sub.gif) no-repeat -376px -29px;
}

#aircon_nav li a#biz-info{
width:76px;
}

#aircon_nav li a#biz-info:hover{
	background:url(../image/sub.gif) no-repeat -300px -29px;
}

#aircon_nav li.title {
	float: left;
	font-size: medium;
	_font-size: small;
	font-weight: bold;
	text-indent:-9999px;
}

/* ページボディ */
#pagebody {
	position: static;
	margin: 0;
	padding: 0;
	width: 738px;
}

#pagebody-inner {
	position: static;
	margin: 0;
	padding: 0;
	width: 738px;
	background:url(../image/menu-back.gif) repeat-y;
}

/* 左カラム */
#alpha {
	position: relative;
	margin: 0;
	padding: 0;
	width: 179px;
	background-color: #eee;
	float: left;
	z-index: 40;
}

#alpha-inner {
	margin: 0;
	padding: 0;
	width: 180px;
}

/* 左カラムのグローバルナビゲーションメニュー */
#global_nav {
	position: absolute;
	width: 180px;
}

#global_nav ul {
	margin: 5px 0 0 12px;
	padding: 0;
}

#global_nav ul li {
	list-style-type: none;
}

#global_nav ul li a {
	display: block;
	margin: 5px 0 0 0;
	text-indent:-9999px;
	overflow: hidden;
}

#g-top {
	width: 163px;
	height: 25px;
	background:url(../image/g-top.gif) no-repeat;
}

#g-top:hover {
	background:url(../image/g-top.gif) no-repeat 0 -25px;
}

#g-home {
	width: 163px;
	height: 45px;
	background:url(../image/home.gif) no-repeat;
}

a#g-home:hover {
	background:url(../image/home.gif) no-repeat 0 -45px;
}

#g-vehicular {
	width: 163px;
	height: 45px;
	background:url(../image/vehicular.gif) no-repeat;
}

a#g-vehicular:hover {
	background:url(../image/vehicular.gif) no-repeat 0 -45px;
}

#g-large {
	width: 163px;
	height: 45px;
	background:url(../image/large.gif) no-repeat;
}

a#g-large:hover {
	background:url(../image/large.gif) no-repeat 0 -45px;
}

#g-window {
	width: 163px;
	height: 45px;
	background:url(../image/contacts.gif) no-repeat;
}

a#g-window:hover {
	background:url(../image/contacts.gif) no-repeat 0 -45px;
}

.extra_menu {
	padding: 0;
	width: 200px;
	border: 1px solid #789abc;
	background-color: #eff3ff;
	display: none;
	opacity: 0.80;
	filter: alpha(opacity=80);
}

#global_nav .extra_menu ul {
margin: 5px 0 0 5px;
padding: 0;
list-style:none;
}

#global_nav div.extra_menu ul li a {
text-indent:0;
display:block;
width:180px;
margin: 0;
padding: 4px;
font-weight:bold;
text-decoration:none;
}

.extra_menu li a span {
color: #567;
font-weight:normal;
}

.extra_menu a:hover {
	color: #567;
	background-color: #E7F6D8;
}


/* 拡張メニュー */
/* 家庭用製品 */
#extra_menu_consumer {
	position: absolute;
	top:37px;
	left: 180px;
}

/* 業務用製品 */
#extra_menu_business {
	position: absolute;
	top:87px;
	left: 180px;
}

/* メーカー・産業用製品 */
#extra_menu_factory {
	position: absolute;
	top:137px;
	left: 180px;
}

/* 各種窓口 */
#extra_menu_contact {
	position: absolute;
	top:187px;
	left: 180px;
}


/* 右カラム */
#beta {
	position: static;
	margin: 0;
	padding: 0;
	width: 557px;
	float: right;
	z-index: 50;
}

#beta-inner {
	position: relative;
	margin: 0;
	padding: 7px 0 0 0;
	width: 557px;
	border-left: 1px solid #999;
	background:url(../image/contents-back.jpg) no-repeat;
}

#topicpath {
	position: static;
	margin: 0;
	padding: 0;
	width: 557px;
}

#topicpath-inner {
	position: relative;
	margin: 0;
	padding: 3px 0 0 26px;
	background:#FEFEE6 url(../image/pan-back.jpg) no-repeat;
	border-top:1px solid #9A9996;
	border-bottom:1px solid #9A9996;
	min-height:14px;
	_height:16px;
	font-size:x-small;
	line-height:140%;
}

#tab {
	position: static;
	margin: 0 0 10px 0;
	padding: 0;
	width: 556px;
}

#sub-tab {
	position: static;
	margin: -10px 0 10px 0;
	padding: 0;
	width: 556px;
}

#tab-inner {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 29px;
	_height: 34px;
	border-bottom: 1px solid #789abc;
	background:#F4F4E7 url(../image/tab-back.jpg) repeat-x bottom;
}

#sub-tab-inner {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	_height: 20px;
	border-bottom: 1px solid #789abc;
	background:#F4F4E7 url(../image/tab-back.jpg) repeat-x bottom left;
}

html>body #topicpath-inner, html>body #tab-inner #sub-tab-inner {
	border-right:1px solid #9A9996;
}

#tab-inner ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#sub-tab-inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tab-inner ul li {
	margin: 0 5px;
	float: left;
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
	color: #fff;
}

#sub-tab-inner ul li {
	margin: 0 5px;
	float: left;
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
	color: #868;
}

#tab-inner ul li a, #tab-stay {
	padding:5px 0 0 0;
	width: 170px;
	min-height: 24px;
	_height: 24px;
	display: block;
	color: #456789;
	background:url(../image/tab.jpg) no-repeat;
}

#sub-tab-inner ul li a, #sub-tab-inner ul li {
	width: 80px;
	height: 20px;
	min-height: 12px;
	_height: 12px;
	display: block;
	color: #456789;
	font-size: small;
}

#sub-tab-inner ul li a:hover, #sub-tab-inner ul li.current {
	background:url(../image/tab-back.jpg) repeat-x top left;
	color: #333;
}

#tab-inner ul li a:hover, #tab-stay {
	background:transparent url(../image/tab.jpg) no-repeat 0 -87px;
}

#contents {
	position: static;
	margin: 0;
	padding: 0 0 14px 0;
	width: 557px;
}

#contents-inner {
	position: relative;
	margin: 0;
	padding: 14px;
	min-height: 500px;
	_height: 500px;
}

#warning {
	clear: both;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #f00;
	border: 1px dotted #f00;
	background-color: #fee;
	display: none;
}

#footer {
	clear: both;
	position: static;
	margin: 0;
	padding: 0;
	width: 738px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background:#fff;
}

#footer-inner {
	position: relative;
	margin: 0;
	color: #666;
	font-size: x-small;
	line-height:140%;
}

#footer-inner p {
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px;
	padding: 29px 0 0 4px;
	border-left:1px solid #B2B7A7;
	float:left;
}

#footer-inner ul {
	margin: 0 0 18px 0;
	width:300px;
	list-style:none;
	float:right;
}

#footer-inner ul li {
	border-left:1px solid #B2B7A7;
	float:left;
}

a#lock, a#rarr {
	display:block;
	padding:12px 2px 6px 18px;
	width:130px;
	height:26px;
	background:url(../image/lock.gif) no-repeat 3px 12px;
}

a#rarr {
	padding:16px 2px 2px 14px;
	background:url(../image/rarr.gif) no-repeat 5px 19px;
}

#footer-inner:after, #tab-inner:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:none;
}

.caption_photo_left {
	text-align: left;
}

.caption_photo_center {
	text-align: center;
}

.caption_photo_right {
	text-align: right;
}

.caption_fig_left {
	text-align: left;
}

.caption_fig_center {
	text-align: center;
}

.caption_fig_right {
	text-align: right;
}

.caption_other_left {
	text-align: left;
}

.caption_other_center {
	text-align: center;
}

.caption_other_right {
	text-align: right;
}


