@charset "utf-8";

@import url(/css/common.css);

/*==================================================================*/

/* style css */

/*==================================================================*/

/* -------------------------------------------- */
/* container：大枠 */
/* -------------------------------------------- */
#container{
	padding-top:23px;
}

/* -------------------------------------------- */
/* menu：左メニュー */
/* -------------------------------------------- */
#menu *{margin:0;padding:0;}
#menu{
	float:left;
	width:240px;
	padding-top:22px;
}

/* -------------------------------------------- */
/* h1：タイトル */
/* -------------------------------------------- */
h1{
	margin:0 0 20px 0;
	padding:0;
}

/* -------------------------------------------- */
/* comment：コメント */
/* -------------------------------------------- */
.comment{
	width:620px;
	margin:0 auto 10px;
	padding:0;
}

/* -------------------------------------------- */
/* submenu：サブメニュー */
/* -------------------------------------------- */
#submenu{
	width:603px;
	margin:0 auto 40px;
	padding:8px 0 8px 15px;
	border:#ccc 1px solid;
}

#submenu li{
	list-style:none;
	float:left;
	padding-right:23px;
	font-size:0.9em;
	white-space:nowrap;
	letter-spacing:0.01em;
}

#submenu li a{
	padding:0 0 0 12px;
	background:url('/common_img/arw_submenu.gif') no-repeat 0 4px;
	text-decoration:none;
	color:#cc0000;
}

#submenu li a:hover{
	text-decoration:underline;
}

/* -------------------------------------------- */
/* list-area： */
/* -------------------------------------------- */
.list-area *{margin:0;padding:0;}
.list-area{
	width:650px;
	margin:0 auto 50px;
}

.list-area h2{
	margin-bottom:30px;
	padding:0px 0 8px 18px;
	font-size:1em;
}

.list-area ul{
	width:630px;
	margin:0 auto 20px;
}

.list-area li{
	float:left;
	list-style:none;
	width:190px;
	padding:0 25px 0 0;
}

.list-area .last{
	padding:0;
}

.list-area img{
	margin-bottom:3px;
	border:#ccc 1px solid;
}

.list-area dl{
	font-size:0.9em;
	text-align:center;
}

.list-area dt{
	margin-bottom:5px;
	background:#eee;
}

.list-area dt a{
	display:inline-block;
	padding-right:13px;
	background:url('/common_img/mark_blank.gif') no-repeat 100% 3px;
	text-decoration:none;
}

.list-area dd{
	list-style:1.4;
}

/* 物流・自動生産機器 */
/* -------------------------------------------- */
#conveyor h2{
	background:url('../image/sub_conveyor.gif') no-repeat 0 0;
}

#conveyor a:hover img{
	border:#959415 1px solid;
}

/* 砕石・各種プラント機器 */
/* -------------------------------------------- */
#plant h2{
	background:url('../image/sub_plant.gif') no-repeat 0 0;
}

#plant a:hover img{
	border:#9c6e16 1px solid;
}

/* リサイクルプラント機器 */
/* -------------------------------------------- */
#recycle h2{
	background:url('../image/sub_recycle.gif') no-repeat 0 0;
}

#recycle a:hover img{
	border:#128537 1px solid;
}

/* 水門制御機器 */
/* -------------------------------------------- */
#gate h2{
	background:url('../image/sub_gate.gif') no-repeat 0 0;
}

#gate a:hover img{
	border:#16659d 1px solid;
}

/* -------------------------------------------- */
/* pagetop： */
/* -------------------------------------------- */
.pagetop{
	text-align:right;
}

#conveyor .pagetop img,
#plant .pagetop img,
#recycle .pagetop img,
#gate .pagetop img{
	border:none;
}

#conveyor .pagetop a:hover img,
#plant .pagetop a:hover img,
#recycle .pagetop a:hover img,
#gate .pagetop a:hover img{
	border:none;
}

/* ---------------------------------------------------------------- */












