html {
	overflow: scroll;
	overflow-y: scroll;
	min-height: 100%;
    }
	
body{
	color: #3D3930;
	font-size: 15px;
	/*
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*/
	line-height: 1.3em;
	min-height: 100%;
	padding: 0 0 40px 60px;
	border-left: 14px solid #f8d373;
	}

/*==========================================*/
/*==========================================*/

/*
http://norisfactory.com/stylesheetlab/000046.php
*/
.clearfix:after {
	content: url(img/pixel.gif);
	display: block;
	clear: both;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}

.clearfix {
	display: block;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
	}
	
.clearfix{
	display: block;
	}
/* End hide from IE-mac */


/*
http://www.cabedge.com/
*/

/*==========================================*/
/*==========================================*/

#container {
/*	position: relative;	*/
/*	z-index: 2;	*/
	width: 918px;
}

#footer{
	width: 918px;
	height: 100px;
	}

/*==========================================*/
/*==========================================*/

#hero {
	position: relative;
	padding: 60px 0 92px 595px;
	height: 230px;
	border-bottom: 1px solid #6e6955;
	}

#hero h1 {
	position: absolute;
	top: 60px;
	left: 0;
	width: 495px;
	line-height: 1em;
	letter-spacing: -0.1ex;
	font-weight: normal;
	font-size: 91px;
	color: #00A0CC;
	padding-top: 0.5ex;
    }

#hero p {
	margin: 15px 0;
	font-size: 16px;
	font-family: Arial, sans-serif;
	}

#hero a {
	font-size: 15px;
	font-style: italic;
	color: #00A0CC;
    }

#hero a:hover {
	text-decoration: none;
	color: #f8d373;
    }

#hero2{
	position: relative;
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #6e6955;
	}

#hero2 h1{
	line-height: 1em;
	font-weight: normal;
	font-size: 56px;
	color: #00A0CC;
	padding-top: 0.5ex;
	}


/*==========================================*/
/*==========================================*/

#navi{
	position: relative;
	padding: 18px 0;
	width: 918px;
	}

/*
#navi li {
	margin: 0.5ex 0;
    }
*/

#navi a {
	color: #3D3930;
	text-decoration: none;
    }

#navi .disabled-link {
	color: #57523a;
    }

#navi a:hover {
	text-decoration: none;
	color: #00A0CC;
    }

/*
#navi h1 {
        margin: 0 0 12px 0;
        font-size: 30px;
        line-height: 1em;
        color: #00A0CC;
    }
*/

#navi .nav_link{
	padding-left: 10px;
	}

#navi #nav_type {
	width: 173px;
	float: left;
	border-right: solid 1px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
    }
	

#navi #nav_spec {
	width: 170px;
	float: left;
	border-right: solid 1px;
	margin-right: 10px;
	font-size: 14px;
    }

#navi #nav_machines {
	width: 160px;
	float: left;
	border-right: solid 1px;
	font-size: 14px;
    }

#navi #contact_info {
        float: left;
        width: 323px;
        top: 36px;
		margin-left: 20px;
    }

#navi #contact_info .nav_contact {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	line-height: 30px;
	color: #185d90;
	margin: 0 0 12px 0;
	}

#navi #contact_info .nav_contact a{
	color: #185d90;
	text-decoration: none;
    }
	
#navi #contact_info .nav_contact a:hover {
	color: #f8d373;
    }

#contact_info .address{
	font-size: 14px;
	line-height: 1.5em;
	}

.comapany_link a {
	font-size: 15px;
	font-style: italic;
	color: #918b70;
    }

.comapany_link a:hover {
	text-decoration: none;
	color: #f8d373;
    }

/*==========================================*/
/*==========================================*/

#contents{
	position: relative;
	padding: 30px 0 100px 0;
	width: 918px;
	height: auto;
	border-top: 1px solid #6e6955;
	}

#contents #boxA{
	width: 590px;
	margin-right: 58px;
	float: left;
	}

#contents #boxB{
	width: 270px;
	float: right;
	padding-top: 60px;
	}

#boxA h2{
	font-weight: normal;
	font-size: 36px;
	margin: 0 0 26px 0;
	color: #00A0CC;
	}

#boxA h3{
	font-size: 18px;
	line-height: 2em;
	}

#boxA p{
	margin: 15px 0;
}

#boxA td.company_right{
	width: 120px;
	text-align: right;
	padding-right: 1em;
	}

#boxB .adjustment{
	width: 1px;
	height: 50px;
	visibility: hidden;
	}

#boxB dl dt{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
	}

#boxB dl dd{
	margin-left: 1em;
	margin-bottom: 1em;
	}

#spec{
	width: 900px;
	}

#spec h3{
	font-weight: bold;
	font-size: 18px;
	line-height: 2em;
	}

#spec img{
	margin-bottom: 15px;
	}

#spec .spec_left{
	width: 450px;
	float: left;
	}
#spec .spec_right{
	width: 450px;
	float: left;
	}

#spec table{
	float: left;
	border-bottom: solid 1px #3D3930;
	border-left: solid 1px #3D3930;
}

#spec td {
	padding: 3px 15px 3px 3px;
	border-top: solid 1px #3D3930;
	border-right: solid 1px #3D3930;
	}

#machines{
	width: 900px;
	}

#machines h3{
	font-weight: bold;
	font-size: 18px;
	line-height: 2em;
	}
	
#machines img{
	margin-right: 30px;
	}

#machines .machines_left{
	width: 220px;
	float: left;
	}
#machines .machines_right{
	width: auto;
	float: left;
	}

#processing{
	width: 900px;
	}

/* 没コンテンツ: 受託加工 */
#processing h3{
	font-weight: normal;
	font-size: 18px;
	line-height: 2em;
	}
	
#processing img{
	margin-bottom: 15px;
	}

#processing .processing_left{
	width: 450px;
	float: left;
	}
#processing .processing_right{
	width: 450px;
	float: left;
	}