@charset "utf-8";
/* resets */
html { color:#000;background:#fff; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin:0;padding:0; }
table { border-collapse:collapse;border-spacing:0; }
fieldset,img {	border:0; }

address,caption,cite,code,dfn,em,strong,th,var {	font-style:normal;font-weight:normal; }
li {	list-style:none; }

caption,th {	text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;font-weight:normal; }
q:before,q:after {	content:'';}
abbr,acronym {	border:0;font-variant:normal; }

sup {	vertical-align:text-top; }
sub {	vertical-align:text-bottom; }
input,textarea,select {	font-family:inherit;font-size:inherit;font-weight:inherit; }
/*to enable resizing for IE*/ input,textarea,select {	*font-size:100%; }
/*because legend doesn't inherit in IE */ legend {	color:#000; }

/* basics */
html{	overflow: scroll;overflow: -moz-scrollbars-vertical;}
body {
	color: #000;
	font-family:"Verdana", "San-serif";
	font-size: 12px;
	line-height: 1.2;
	}
h1 {	font-size:138.5%; }
h2 {	font-size:123.1%; }
h3 {	font-size:108%; }
/* h1,h2,h3 {	margin:1em 0; } */
h1,h2,h3,h4,h5,h6,strong {	font-weight:bold; }
abbr,acronym {	border-bottom:1px dotted #000;cursor:help; } 
em { 	font-color:#c00;font-weight: bold; }
blockquote,ul,ol,dl {	margin:1em; }
ol,ul,dl {	margin-left:2em; }
ol li {	list-style: decimal outside;	}
ul li {	list-style: disc outside; }
dl dd {	margin-left:1em; }
th,td {	border:1px solid #000;padding:.5em; }
th {	font-weight:bold;text-align:center; }
caption {	margin-bottom:.5em;text-align:center; }
p,fieldset,table,pre {	margin-bottom:1em; }
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
a, a span {	text-decoration: underline;	}
a:hover,a:hover span,a.current {	text-decoration: none;	}
a:active,a:focus {	outline: none;	}
/* ================== style ================== */
p,
ul,
dl,
dl dd {
	margin: 0;
	padding: 0;
}
a {color: #537b17;}
a:hover {color: #f06200;}
body {
	background: url(../img/wrap_bg.png) repeat-x left top #60AA00;
}
#header {
	background: url(../img/header_bg.png) no-repeat center top;
	min-width: 950px;
}
#header_inner {
	width: 950px;
	height: 356px;
	margin: 0 auto;
	position: relative;
}
#header_inner h1 {
	position: absolute;
	left: 26px;
	top: 10px;
}
#header_inner .contact_section {
	width: 530px;
	position: absolute;
	left: 420px;
	top: 5px;
}
#header_inner .contact_btn {
	float: left;
}
#header_inner .contact_tel {
	float: right;
}
#header_inner h2 {
	position: absolute;
	left: 475px;
	top: 131px;
}

#container {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#primary_contents {
	float: right;
	width: 712px;
	background: url(../img/main_bg_top.png) no-repeat left top;
	padding-top: 7px;
}
#primary_inner1 {
	background: url(../img/main_bg_btm.png) no-repeat left bottom;
	padding-bottom: 6px;
}
#primary_inner2 {
	background: url(../img/main_bg_rpt.png) repeat-y left top;
	padding: 7px 14px 0; 
}
.section_title {
	padding-bottom: 10px;
}
.section {
	padding-bottom: 20px;
}
.topics_list {
	line-height: 1.6;
}
.topics_list dt {
	float: left;
	padding: 10px 15px 10px 25px;
	font-size: 10px;
	color: #656565;
}
.topics_list dd {
	padding: 10px 15px 10px 0;
}
.topics_list dt.odd {
	background: url(../img/topics_odd.png) no-repeat 10px 13px #FFF;
}
.topics_list dt.even {
	background: url(../img/topics_even.png) no-repeat 10px 13px #F4F2E0;
}
.topics_list dd.odd {
	background-color: #FFF;
}
.topics_list dd.even {
	background-color: #F4F2E0;
}

.service_box {
	padding: 5px;
	background: url(../img/service_bg.png) repeat left top;
	margin-bottom: 5px;
}
.service_box .service_icon {
	float: left;
}
.service_box div {
	float: right;
	width: 479px;
	padding: 10px;
}
.service_box div ul {
	padding: 12px 12px 0 25px;
	line-height: 1.6;
}
.service_box div ul li {
	padding-bottom: 12px;
}
.greeting_box {
	padding: 20px 20px 0;
}
.greeting_box h4{
	float: left;
	padding: 0 20px 20px 0;
}
.greeting_box p{
	line-height: 1.6;
}

.sub_heading {
	font-size: 18px;
	padding: 10px;
	background: url(../img/subheading_bg.png) repeat left top;
	border-bottom: 3px solid #60AA00;
	margin-bottom: 10px;
	zoom: 1;
}
.outline_box {
	padding: 0 10px 20px 15px;
}
.outline_list dt{
	float: left;
	padding: 10px;
	width: 100px;
	font-weight: bold;
	margin-bottom: 1px;
	background-color: #E1DEC7;
}
.outline_list dd {
	padding: 10px;	
	margin-bottom: 1px;
	margin-left: 135px;
}

.access_box {
	padding: 0 10px 0 15px;
}
.access_box .text {
	padding: 0 0 1em 1em;
}
#contact_form dl {
	margin: 10px 0;
	border: 1px solid #60AA00;
	border-bottom: none;
}
.sup,
.error {
	font-weight: bold;
	color: #f06200;
}
#contact_form dt {
	float: left;
	background-color: #CBEBA0;
	padding: 10px;
	width: 170px;
	font-weight: bold;
	border-bottom: 1px solid #60AA00;
}
#contact_form dd {
	float: left;
	padding: 10px 15px;
	width: 462px;
	border-bottom: 1px solid #60AA00;
}
#contact_form dd .error {
	display: block;
}
#contact_form dd input,
#contact_form dd textarea {
	border: 1px solid #ccc;
	padding: 3px;
}
#i02 { width: 300px;}
#i05 { width: 400px;}
#i06 { width: 460px;height: 120px;}
* html #i06 {
	width: 452px;
}
.btns {
	text-align: center;
}
.btns p {
	display: inline;
}
fieldset {
	margin: 0;
}
button {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.thanks_text {
	padding: 15px 15px 0;
	line-height: 1.6;
}

#footer {
	margin: 0 auto;
	width: 704px;
	padding: 6px 0 15px 242px;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer .footer_link {
	float: left;
}
#footer .copyright {
	font-size: 10px;
	float: right;
}

#secondary_contents {
	float: right;
	width: 228px;
}
.side_section {
	background: url(../img/side_bg_top.png) no-repeat left top;
	padding-top: 7px;
	zoom: 1;
	
}
.side_inner1 {
	background: url(../img/side_bg_btm.png) no-repeat left bottom;
	padding-bottom: 6px;
}
.side_inner2 {
	background: url(../img/side_bg_rpt.png) repeat-y left top;
	padding: 7px 14px; 
}
.side_section li {
	list-style: none;
	line-height: 0;
}
* html .side_section li {
	margin-bottom: -2px;
}
*:first-child+html .side_section li {
	margin-bottom: -2px;
}
#banner li {
	padding-bottom: 3px;
}
#banner li a {
	display: block;
	zoom: 1;
}
#banner li a:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
#banner .side_inner2 {
	padding-bottom: 4px;
}


#google_map {
	width: 100%;
	height: 320px;
}



#banner {
	display: none;
}
/* ================== clearfix ================== */
.cf:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
.cf {
	zoom: 1;
}