@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	font-size: 75%;
	color: #666;
	line-height: 1.8;
	background: #E8E8E8;
}
table {
	font-size: 1em;
	empty-cells: show;
}
th {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 8px 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}

.left {
	float: left;
}
.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.txt_center {
	text-align: center;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}

.hissu {
	color: #F00;
}

.red {
	color: #F00;
}

.underline {
	text-decoration: underline;
}

/* clearfix ハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
}



/* base
------------------------------------------------------------------------*/
div#base_container {
	width: 880px;
	margin: 0 auto;
	padding: 0 10px 0 40px;
	position: relative;
	background: url(../images/bg.jpg) right top repeat-y;
}


/* ヘッダー
------------------------------------------------------------------------*/
div#header_container {
	width: 100%;
	background: url(../images/header_bg.jpg) center bottom no-repeat;
}

div#header_container div.left {
	width: 320px;
}
div#header_container div.right {
	width: 556px;
}

div#header_container h1 {
	padding-left: 25px;
	font-size: 100%;
	font-weight: normal;
}

ul#header_menu {
	width: 528px;
	height: 77px;
	margin: 0;
	padding: 0;
	padding: 56px 14px 0;
	background: url(../images/header_menu_bg.jpg) no-repeat;
}
*html ul#header_menu {
	display: inline;
}
ul#header_menu li {
	width: 120px;
	height: 50px;
	margin: 0;
	padding: 0;
	margin: 0 6px;
	float: left;
	list-style: none;
	text-indent: -9999px;
}
*html ul#header_menu li {
	display: inline;
}
ul#header_menu li a {
	width: 120px;
	height: 50px;
	display: block;
	overflow: hidden;
}
ul#header_menu li a:hover,
ul#header_menu li.on a {
	background-position: left bottom;
}

/* 会社概要 */
ul#header_menu li#header_corp a {
	background-image: url(../images/header_corp.jpg);
}

/* 求人案内 */
ul#header_menu li#header_job a {
	background-image: url(../images/header_job.jpg);
}

/* お問合せ */
ul#header_menu li#header_contact a {
	background-image: url(../images/header_contact.jpg);
}

/* サイトマップ */
ul#header_menu li#header_sitemap a {
	background-image: url(../images/header_sitemap.jpg);
}



/* メイン
------------------------------------------------------------------------*/
div#main_container {
	width: 850px;
	padding: 0 15px 25px;
}

/* メインコンテンツ
--------------------------------------------------------*/
div#main_content {
	width: 600px;
	float: right;
}

div#main_content h3 {
	margin-bottom: 10px;
	font-size: 133.3%;
	border-bottom: dotted 1px #CCC;
}

div#main_content h4 {
	display: list-item;
	font-size: 100%;
	list-style: square inside;
}

div#main_content a {
	text-decoration: underline;
}

div#main_content div.box {
	margin-bottom: 20px;
}

p#topicpath {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.pagetop {
	padding-top: 20px;
	text-align: right;
}
div.pagetop a {
	text-decoration: none !important;
}

/* サイドコンテンツ
--------------------------------------------------------*/
div#side_content {
	width: 230px;
	float: left;
}

/* サイドメニュー
--------------------------------------------*/
div#menu {
	margin-bottom: 30px;
}
div#menu ul {
	margin: 0;
	padding: 0;
}
div#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
}
div#menu ul li a {
	width: 230px;
	height: 32px;
	display: block;
	overflow: hidden;
}

div#menu ul li ul,
div#menu ul li ul li {
	margin: 0;
	padding: 0;
}

div#menu ul li a:hover,
div#menu ul li.on a {
	background-position: right top;
}

/* 無人搬送システム */
div#menu ul li#menu_agv a {
	background-image: url(../images/menu/menu_agv.jpg);
}

/* 製品概略仕様 */
div#menu ul li#menu_spec a {
	background-image: url(../images/menu/menu_spec.jpg);
}

/* 牽引型 */
div#menu ul li#menu_ken a {
	background-image: url(../images/menu/menu_ken.jpg);
}

/* 積載型 */
div#menu ul li#menu_seki a {
	background-image: url(../images/menu/menu_seki.jpg);
}

/* 運搬型 */
div#menu ul li#menu_un a {
	background-image: url(../images/menu/menu_un.jpg);
}

/* 高所作業台車 */
div#menu ul li#menu_kousho a {
	background-image: url(../images/menu/menu_kousho.jpg);
}

/* 特殊搬送台車 */
div#menu ul li#menu_tokushu a {
	background-image: url(../images/menu/menu_tokushu.jpg);
}

/* 移載装置付AGV */
div#menu ul li#menu_pushagv a {
	background-image: url(../images/menu/menu_pushagv.jpg);
}

/* ウインチ */
div#menu ul li#menu_winch a {
	background-image: url(../images/menu/menu_winch.jpg);
}

/* 制御盤製作 */
div#menu ul li#menu_control a {
	background-image: url(../images/menu/menu_control.jpg);
}

/* ご相談フォーム */
div#side_form p#form_button a {
	width: 230px;
	height: 78px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../images/side_form_button.jpg);
}


/* フッター
------------------------------------------------------------------------*/
div#footer_container {
	width: 850px;
	padding: 30px 15px 50px;
	border-top: solid 5px #DB1C02;
	background: #F2F2F2;
}

div#footer_info {
	width: 230px;
	float: left;
	background: #FFF;
}
div#footer_info p {
	padding: 0 45px;
}

/* フッターサイトマップ
----------------------------------------------*/
div#foot_sitemap {
	width: 600px;
	float: right;
}

div#foot_sitemap div.left_1 {
 width: 20%;
 float: left;
}
div#foot_sitemap div.left_2 {
 width: 25%;
 float: left;
}
div#foot_sitemap div.left_3 {
 width: 30%;
 float: left;
}
div#foot_sitemap div.left_4 {
 width: 24%;
 float: left;
}
div#foot_sitemap dl {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
div#foot_sitemap dl dt {
	height: 1%;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	font-weight: bold;
	background: url(../images/listmark_white.jpg) left center no-repeat;
}
div#foot_sitemap dd {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

/* コピーライト */
div#footer_container p#copyright {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	clear: both;
}

/* 英記ロゴ */
div#footer_container p#logo_en {
	width: 41px;
	position: absolute;
	top: 0;
	left: 0;
}

