@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■
常時読み込み
■■■■■■■■■■■■■■■■■■■■■■*/
@import url("reset.css");
@import url("clearfix.css");
@import url("font.css");
@import url("base.css");

/*■■■■■■■■■■■■■■■■■■■■■
中ページ共通
■■■■■■■■■■■■■■■■■■■■■■*/
#main {
	margin-bottom: 20px;
	padding-top: 10px;
}

#main #contents_bg {
	float: right;
	width: 620px;
	background:url(../img/main_bg.jpg) repeat-y;
	text-align: left;
}



#main #contents_bg #contents {
	width: 596px;
	padding: 12px 12px 8px 12px;
	background: url(../img/main_head.jpg) no-repeat;
}

#main #contents_bg #foot {
	width: 620px;
	height: 12px;
	background: url(../img/main_foot.jpg) no-repeat;
}

#btn_inquiry {
	text-align: center;
}

img.right {
	float:right;
	margin-left: 10px;
}

img.left {
	float: left;
	margin-right: 10px;
}

/*■■■■■■■■■■■■■■■■■■■■■
会社案内
■■■■■■■■■■■■■■■■■■■■■■*/
table#history tr td {
	border-bottom: 1px solid #CCCCCC;
}

table#history tr td#last {
	border: none;
}

/*■■■■■■■■■■■■■■■■■■■■■
ページタイトル
■■■■■■■■■■■■■■■■■■■■■■*/
#tit_engine {
	width: 806px;
	height: 72px;
	background: url(../../engine/img/h2_bg.jpg);
}

#tit_inquiry {
	width: 806px;
	height: 72px;
	background: url(../../inquiry/img/h2_bg.jpg);
}

#tit_motorcycle {
	width: 806px;
	height: 72px;
	background: url(../../motorcycle/img/h2_bg.jpg);
}

#tit_aboutus {/*英語版*/
	width: 806px;
	height: 72px;
	background: url(../../about/img/h2_bg_e.jpg);
}

#tit_aboutusj {/*日本語版*/
	width: 806px;
	height: 72px;
	background: url(../../about/img/h2_bg_j.jpg);
}

#tit_medical {
	width: 806px;
	height: 72px;
	background: url(../../medical/img/h2_bg.jpg);
}

#tit_agricultural {
	width: 806px;
	height: 72px;
	background: url(../../agricultural/img/h2_bg.jpg);
}

#tit_forklift {
	width: 806px;
	height: 72px;
	background: url(../../forklift/img/h2_bg.jpg);
}

#tit_mini-truck {
	width: 806px;
	height: 72px;
	background: url(../../mini-truck/img/h2_bg.jpg);
}

#tit_engine h2,
#tit_inquiry h2,
#tit_motorcycle h2,
#tit_aboutus h2,
#tit_aboutusj h2,
#tit_medical h2,
#tit_agricultural h2,
#tit_forklift h2,
#tit_mini-truck h2 {
	display: none;
}


#tit_engine p,
#tit_inquiry p,
#tit_motorcycle p,
#tit_aboutus p,
#tit_aboutusj p,
#tit_medical p,
#tit_agricultural p,
#tit_forklift p,
#tit_mini-truck p {
	float: right;
	margin: 30px 24px 0px 0px;
	padding: 0px 8px 2px 8px;
	background: #acd0e8;
	font-size: 10px;
}


/*■■■■■■■■■■■■■■■■■■■■■
左メニュー
■■■■■■■■■■■■■■■■■■■■■■*/
#main #menu {
	float: left;
	width:184px;
	text-align: left;
}

#main #menu ul#menu1 li,
#main #menu ul#menu2 li {
	_margin: 0px 0px -2px 0px;/*IE6*/
	line-height: 0%;
}

/*IE7ハック*/
*:first-child+html #main #menu ul#menu1 li,
*:first-child+html #main #menu ul#menu2 li {
	margin: 0px 0px -2px 0px;
}



/* mozilla.org Base Styles
 * maintained by fantasai
 * (classes defined in the Markup Guide - http://mozilla.org/contribute/writing/markup )
 */
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
