@charset "utf-8";
/* CSS Document */

header{
	border-top: 4px solid #183e23;
}

header div{
	width: 960px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

header h1{
	position: absolute;
	top: 18px;
	left: 0;
}

header p{
	position: absolute;
	right: 0;
	top: 25px;
}

#main{
	background-image: url(../images/bg_top.png), url(../images/bg_bottom.png);
	background-repeat: repeat-x, repeat-x;
	background-position: center top, center bottom;
	padding-bottom: 20px;
}

#main section{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

nav{
	margin-bottom: 20px;
}

nav ul li{
	float: left;
	margin-left: 6px;
}

nav ul li:first-child{
	margin-left: 0;
}

nav ul li a{
	background-image: url(../images/gnav.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 142px;
	height: 45px;
	display: block;
	line-height: 45px;
	padding-left: 13px;
	color: #444444;
	text-decoration: none;
	font-size: 13px;
}

nav ul li a.current{
	background-position: right center;
}

nav ul li a:hover{
	color: #6eb92b;
}

aside{
	background-image: url(../images/side_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 365px;
	height: 398px;
	float: right;
	padding-left: 22px;
	padding-right: 23px;
	padding-top: 75px;
}

aside ul{
	text-align: center;
	font-size: 16px;
}

aside ul li{
	margin-bottom: 11px;
}

aside ul li a{
	color: #ffffff;
	width: 365px;
	height: 36px;
	display: block;
	line-height: 36px;
	text-decoration: none;
}

aside ul li a:hover{
	color: #ffffff;
	background-color: rgba(255,255,255,0.30);
}

footer{
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-top: 1px dashed #bebebe;
	background-color: #bdc5ca;
}

footer div{
	width: 960px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

footer h2{
	position: absolute;
	left: 0;
	top: 27px;
}

footer address{
	position: absolute;
	right: 0;
	height: 54px;
	border-left: 1px dashed #bebebe;
	width: 767px;
	padding-left: 30px;
	font-size: 12px;
	top: 10px;
	padding-top: 7px;
}

footer address h3{
	border-bottom: 1px dashed #bebebe;
	padding-bottom: 8px;
}

footer address p{
	font-style: normal;
	margin-top: 5px;
}

footer address p img{
	margin-left: 20px;
	display: inline;
	vertical-align:baseline;
}

footer small{
	background-color: #183e23;
	color: #ffffff;
	text-align: center;
	margin-top: 0;
	display: block;
	text-indent: 0;
	padding-left: 0;
	line-height: 35px;
}

#contents{
	width: 530px;
	float: left;
}

#contents h1{
	margin-bottom: 10px;
}

#news{
	height: 199px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #cdcdcd;
	background-color: #ffffff;
}

#news h2{
	background-image: url(../images/midashi_news.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 528px;
	height: 23px;
	position: relative;
}

#news h2 img{
	position: absolute;
	top: 1px;
	right: 10px;
}

#news iframe{
	border: none;
}

#newsList{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #cdcdcd;
	background-color: #ffffff;
	height: 372px;
}

#development h2{
	color: #133e23;
	font-size: 17px;
	margin-bottom: 10px;
}

#development ul{
	margin-bottom: 20px;
}

#development ul li:before{
	content: '■';
}

#development ul li p{
	background-color: #183e23;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 10px;
}

.imageArea{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #cdcdcd;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #ffffff;
}

.imageArea ul li{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#development .imageArea ul li:before{
	content: '';
}

#development .imageArea ul{
	margin-bottom: 0;
}

.imageArea ul li a img{
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

#production h2{
	color: #6eb92b;
	font-size: 17px;
	margin-bottom: 38px;
}

#sales h2{
	color: #58bdaf;
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 24px;
}

#sales h3{
	background-color: #183e23;
	color: #ffffff;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}

#salesList{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #cdcdcd;
	background-color: #ffffff;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}

#salesList li{
	float: left;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 242px;
}

#salesList li h4{
	background-color: #86cbbf;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	margin-bottom: 3px;
}

#salesList li table{
	width: 100%;
	font-size: 11px;
}

#salesList li table tr{}

#salesList li table tr th{
	font-weight: normal;
	color: #86cbbf;
	border-bottom: 1px solid #444444;
	width: 120px;
	padding-left: 10px;
	text-align: left;
}

#salesList li table tr td{
	width: 121px;
	padding-left: 10px;
	color: #0074c1;
}

#salesList li table tr th:first-child, #salesList li table tr td:first-child{
	border-right: 1px solid #444444;
	padding-left: 0;
}

#salesList li table tr td:first-child{
	color: #444444;
}

#salesListOther{
	color: #0074c1;
}

#contact table{
	width: 100%;
}

#contact table tr{
	border-bottom: 1px solid #cdcdcd;
}

#contact table tr th{
	width: 130px;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

#contact table tr td{
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	width: 400px;
}