@charset "utf-8";

/* ===================================================================
   ページ設定
=================================================================== */

#second h1 {
	background: transparent url(../images/eng/bg_second_h1.jpg) no-repeat center;
}

div.column1 {
	margin-bottom: 20px;
}

div.column1 li {
	margin-bottom: 12px;
	clear: both;
}

div.column1 li div {
	padding: 0 8px 0 5px;
	float: left;
}

div.column2 dt.noimg {
	 width: 100%;
	 margin-bottom: 5px;
	 float: none;
}

div.column1 div p.h2-txtlink a:focus,
div.column1 div p.h2-txtlink a:hover,
div.column1 div p.h2-txtlink a:active {
	color: #f60;
	text-decoration: underline;
	background: transparent url(../images/eng/icon_arrow03.gif) no-repeat 0 2px;
}


div.column1 li div img {
	width: 68px;
	height: 45px;
	border: 1px solid #707070;
}

div.column1 li dl {
	float: left;
}

div.column1 li dt,
div.column1 li dd {
	font-size: 0.8em;
	line-height: 1.25em;
}


div.column2 {
	clear: both;
}

div.column2 div {
	width: 270px;
	padding-bottom: 20px;
	float: left;
}

div.column2 div.right {
	margin-left: 10px;
	float: right;
}

div.column2 div p.h2-link a {
	position: relative;
}

div.column2 dl {
	margin-top: -27px;
}

div.column2 dt {
	width: 145px;
	font-size: 0.8em;
	line-height: 1.25em;
	float: right;
}

div.column2 dd {
	width: 115px;
	height: 80px;
}

div.column2 dd img {
	width: 115px;
	height: 76px;
}

div.column2 li a {
	padding: 2px 0 2px 15px;
	font-size: 0.8em;
	line-height: 1.25em;
	display: block;
	background: transparent url(../images/eng/icon_arrow06.gif) no-repeat 0 6px;
}

div.column2 li a:focus,
div.column2 li a:hover,
div.column2 li a:active {
	background: transparent url(../images/eng/icon_arrow03.gif) no-repeat 0 6px;
}

/* ===================================================================
   トピックス
=================================================================== */

div.topics {
	clear: both;
}

div.topics div {
	width: 270px;
	padding-bottom: 20px;
	position: relative;
	float: left;
}

div.topics div.right {
	margin-left: 10px;
	float: right;
}

div.topics dt {
	width: 145px;
	font-size: 0.8em;
	font-weight:bold;
	color:#373737;
	line-height: 1.25em;
}

div.topics dd {
	font-weight:bold;
	font-size:0.8em;
	color:#373737;
	float: left;
}

div.topics p {
	color:#373737;
	padding-top:1em;
}


/* ===================================================================
   ローカルナビゲーション
=================================================================== */

#local dt.localtop a {
	background: transparent url(../images/eng/bg_local_top.gif) no-repeat;
}

#local dd dt.menu1 a {
	background: transparent url(../images/eng/bg_topics.gif) no-repeat;
}

#local dd dt.menu2 a {
	background: transparent url(../images/eng/bg_move.gif) no-repeat;
}

#local dd dt.menu3 a {
	background: transparent url(../images/eng/bg_measure.gif) no-repeat;
}

#local dd dt.menu4 a {
	background: transparent url(../images/eng/bg_lift.gif) no-repeat;
}

#local dd dt.menu5 a {
	background: transparent url(../images/eng/bg_crane.gif) no-repeat;
}

#local dd dt.menu6 a {
	background: transparent url(../images/eng/bg_others.gif) no-repeat;
}

#local dd dd li a {
	background: transparent url(../images/eng/icon_arrow04.gif) no-repeat 8px 8px;
}

#local dd dd li a.select,
#local dd dd li a:focus,
#local dd dd li a:hover,
#local dd dd li a:active {
	background: #fff url(../images/eng/icon_arrow03.gif) no-repeat 8px 8px;
}


/* ===================================================================
   float クリア
=================================================================== */
#header:after,
#contents:after,
#main:after,
#local:after,
#footer:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

div.column1 li:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html div.column1 li {
	display: inline-block;
}

/* no ie mac \*/

* html div.column1 li {
	height: 1%;
}

div.column1 li {
	display: block;
}

