@charset "utf-8";

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0;
/*	vertical-align: baseline;
*/}

a, a:visited {
	text-decoration: none;
	border: none;
	color:#000066;
}

a:hover {
	text-decoration:underline;
	color:#CC0000;
}


html, body {
	height: 100%;
}


body  {
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	background:url(../image/main_bg.jpg);
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
		}

.mitsubishi #container { 
	width: 838px;
	background: url(../image/main_bg.gif) repeat-y;
	margin: auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left;
	padding-bottom:100px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -20px;

} 
.mitsubishi #container ul.menu {
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	height: 38px;
	border-bottom: 1px solid #bdbcbd;
	background:url(../image/menu_bg.gif) repeat-x;
	padding-left:50px;
}

.mitsubishi #container ul.menu li { 
	float:left;
	list-style: none none;
	padding: 0px 15px;
	
}

.mitsubishi #container ul.menu li img {
	border: none;
}

.mitsubishi #container ul.menu li a, .mitsubishi #container ul.menu li a:visited {
	display: block;
}

.mitsubishi #container ul.menu li a:hover {

	background:url(../image/menu_over.gif) repeat-x;
}


.mitsubishi #header { 
	background: url(../image/header_bg.gif) repeat-x; 
	height: 62px;
	padding:0; 

} 


#header .wid {
	width: 820px;
	margin: auto;
	text-align:left;
	padding-top: 3px;
}


#header ul, #header li {
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	list-style: none none;
	font-size: 9pt;
}

#header ul {
	margin-top: 8px;
}

#header li {
	float: left;
	border: 1px solid #343434;
	border-bottom:none;
	height: 20px;	
}

#header li.nolfb {
	border-left: none;
}

#header li a, #header li a:visited{
	text-decoration: none;
	color:#ffffff;
	width: auto;
	padding: 5px 12px 3px 12px;
	background:#9d0000;
	display: block;
}

#header a:hover {
	background: url(../image/header_menubg.gif) repeat-x;
}




.mitsubishi #mainContent {
	margin-top: 20px;
	margin-left: 25px;
	width: 560px;

} 
.mitsubishi #footer { 
	padding: 0 10px;
	background: url(../image/footer_bg.gif) repeat-x;
	height: 22px;
	
	min-width: 900px;
	width: auto !important;
	width: 100%;
	margin-bottom:0;
} 
.mitsubishi #footer p {
	margin: 0; 
	padding: 6px; 
	color:#EEEEEE;
	font-size: 7pt;
}


/* float  */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
