﻿/* 工業団地様　緑version */
body {
	color: #2B2B2B;
	background: #ffffff;
	margin-top: 0px;
	margin-left: 10px;
	padding: 0;
	font-family: "ＭＳ Ｐ明朝", "Times New Roman", serif;
}
a {
	color: #003399;
	text-decoration: none;
	font-weight: nomal;
	background-color: transparent;
	font-family: "ＭＳ Ｐ明朝", "Times New Roman", serif;
}
a:hover {
	color: #CC6600;
}

h1,h2 {
	font-size: 13px;
	color: #333300;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	background: #c0c0c0;
	border-color: #c0c0c0 #c0c0c0 #724204 #724204;
	border-left: 5px solid #F99532;
	border-bottom: 1px solid #F99532;
	line-height: 1.5em;
}
h3 {
	font-size: 12px;
	color: #051601;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px;
	background: #ECFFEC;
	border-color: #F9DDA5;
	border-left: 5px solid #F9DDA5;
	border-bottom: 1px dotted #F99532;
}

/* ナビ */
/* ボタンの横幅  .navigation {	
	width: 150px;	
}
 */ 
.navigation div{

width:150px; /* ボタンの横幅 */ 
} 

.navigation a {
	color: #002200;
	background-color: #ffffff;
	height: 26px;
	width: 150px;
	border-bottom: 1px dotted #666633;
	border-left: 2px solid #003300;
	border-right: 1px solid #666633;
	font-size: 14px;
	text-align: left;
	padding-left: 20px;
	vertical-align: middle;
	display: block; /*ブロック要素 */;
	float: left;
	padding-top: 10px;
	
}
.navigation a:hover{
	background-color: #B7DFBC;
	border-left: 2px solid #003300;
	color: #005500;
	width: 150px;
	border-left-color: #CC9900;
}
.navigation a#active {background-position:left bottom; color:#331;}




/*---表　緑の枠線---*/
.table-green {
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #669966;
	border-right-style: dotted;
	line-height: 1.5em;
	text-indent: 20px;
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	color: #333300;
	letter-spacing: 1.5px;
}
.table-green-koumoku {
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #669966;
	border-right-style: dotted;
	line-height: 1.5em;
	text-indent: 20px;
	color: #333300;
	font-weight: bold;
	background-color: #999966;
}
.adress {
	font-family: "ＭＳ Ｐ明朝", "Times New Roman", serif;
	font-size: 12px;
	color: #003300;
	padding-left: 10px;
	line-height: 1.5em;
}
.font-12{
	font-size: 12px;	
	line-height: 1.3em;
	padding-left:5px;
}
