/* 共通 */
* {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 20px 0px;
	background: url(../common/back.gif);
	font-size: 14px;
	line-height: 1.3;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 875px;
}
#header {
	padding-left: 26px;
	padding-right: 29px;
	background: url(../common/header_back.jpg) no-repeat;
	height: 105px;
}
#contents {
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	background-color: #FFF;
	width: 820px;
}
#footer {
	clear: left;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
img { border: none; }





/* 2コラム用 */
#cleft {
	position: absolute;
	top: 0px;
	left: 0px;
}
#cright {
	margin-left: 180px;
	text-align: left;
	width: 580px;
}




/* ヘッダー */
#header h1 {
	float: left;
	margin-top: 11px;
	background: url(../common/header_h1.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 300px;
	height: 40px;
}
#header h1 a {
	display: block;
	width: 300px;
	height: 40px;
}
#header h2 {
	float: right;
	margin-top: 11px;
	background: url(../common/header_h2.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 340px;
	height: 40px;
}
#header ul {
	clear: both;
	padding-top: 8px;
	list-style: none;
	width: 100%;
}
#header li {
	float: left;
	margin-right: 2px;
	text-indent: -9999px;
	overflow: hidden;
	height: 40px;
	width: 80px;
}
#header li.home { background: url(../common/menu0a.jpg) no-repeat; }
#header li.company { background: url(../common/menu1a.jpg) no-repeat; }
#header li.work { background: url(../common/menu2a.jpg) no-repeat; }
#header li.machine { background: url(../common/menu3a.jpg) no-repeat; width: 105px; margin-right: 190px; }
#header li.contact { background: url(../common/menu4a.jpg) no-repeat; width: 270px; margin-right: 0px; }

#header li.company2 { background: url(../common/menu1c.jpg) no-repeat; }
#header li.work2 { background: url(../common/menu2c.jpg) no-repeat; }
#header li.machine2 { background: url(../common/menu3c.jpg) no-repeat; width: 105px; margin-right: 190px; }
#header li.contact2 { background: url(../common/menu4c.jpg) no-repeat; width: 270px; margin-right: 0px; }

#header li a {
	display: block;
	height: 40px;
}
#header li.home a:hover { background: url(../common/menu0b.jpg) no-repeat; }
#header li.company a:hover { background: url(../common/menu1b.jpg) no-repeat; }
#header li.work a:hover { background: url(../common/menu2b.jpg) no-repeat; }
#header li.machine a:hover { background: url(../common/menu3b.jpg) no-repeat; width: 105px; }
#header li.contact a:hover { background: url(../common/menu4b.jpg) no-repeat; width: 270px; }

#header li.home2 a:hover { background: url(../common/menu0b.jpg) no-repeat; }
#header li.company2 a:hover { background: url(../common/menu1b.jpg) no-repeat; }
#header li.work2 a:hover { background: url(../common/menu2b.jpg) no-repeat; }
#header li.machine2 a:hover { background: url(../common/menu3b.jpg) no-repeat; width: 105px; }
#header li.contact2 a:hover { background: url(../common/menu4b.jpg) no-repeat; width: 270px; }





/* フッター */
#fleft {
	float: left;
	text-align: left;
	width: 180px;
}
#fright {
	float: right;
	width: 580px;
}
#footer h1 {
	background: url(../common/footer_h1.jpg) no-repeat top right;
	text-indent: -9999px;
	overflow: hidden;
	height: 145px;
}
#footer h2 {
	margin-bottom: 5px;
	background: url(../common/footer_h2.gif) no-repeat top right;
	text-indent: -9999px;
	overflow: hidden;
	height: 20px;
}
#fleft p {
	margin-top: 120px;
}
p.copy {
	clear: both;
	padding: 10px;
	background-color: #E10000;
	color: #FFF;
	font-size: 12px;
	text-align: left;
}











