
/*globalCSS*/

.sp_none {
	display: none;
}
.top_h2 {
	padding: 20px;
	text-align: center;
	color: #14BB60;
	margin-bottom: 20px;
	line-height: 140%;
	font-size: 2.4em;
}
.cont_h2 {
	line-height: 140%;
	padding: 20px;
	color: #14BB60;
	margin-bottom: 20px;
	font-size: 2.2em;
}
.cont_h3 {
	padding: 10px 20px;
	border-bottom: 2px solid #1D6C2E;
	margin-bottom: 20px;
}
.cont_h4 {
}
.contents_textarea {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.contents_textarea2 {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.cont_ul {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.cont_ul li {
	list-style: disc;
	margin-left: 20px;
}
.cont_ol {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.cont_ol li {
	list-style: decimal;
	margin-left: 20px;
}
.cont_dl {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.cont_dl dt {
	width: 20%;
	float: left;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #ccc;
}
.cont_dl dd {
	width: 80%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #ccc;
}
.img {
	border-radius: 14px;
	width: 100%;
	box-shadow: 0px 0px 5px #C9C9C9;
}
.btn {
	display: inline-block;
}
.btn a {
	display: block;
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 40px;
}
.btn a:hover {
	opacity: 0.8;
}
.cont_table {
	width: 94%;
	border-top: 3px solid #7BB560;
	border-bottom: 2px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
.cont_table th {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	background-color: #efefef;
}
.cont_table td {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
}
.cont_table2 {
	width: 94%;
	border-top: 3px solid #9CB6E3;
	border-bottom: 2px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
.cont_table2 th {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	background-color: #E4EBF3;
}
.cont_table2 td {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}


.fontS {
	font-size: 0.7em;
}

.fontM {
	font-size: 0.95em;
}

.fontL {
	font-size: 1.1em;
}
/*globalCSS
############################################*/

/*layoutCSS*/
body {
	font-size: 0.95em;
	line-height: 180%;
	color: #333;
	position: relative;
}

header h1 {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: 300px 75px;
	width: 300px;
	height: 75px;
	text-indent: -9999px;
	display: block;
	float: left;
}

header h1 a {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: 300px 75px;
	width: 300px;
	height: 75px;
	text-indent: -9999px;
	display: block;
}

#header_right {
	display: none;
}



#main_img {
	width: 100%;
	margin-bottom: 10px;
}

#main_img blockquote {
	display: none;
}

#cont_main {
	padding: 50px 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

main {
	width: 100%;
	display: block;
}

main:after {
    content:" ";
    display:block;
    clear:both;
}

#top_box li {
	width: 100%;
}

#top_box li a {
	display: block;
	border: 4px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 0px #444;
	margin-right: 5px;
	margin-left: 5px;
	padding: 15px;
	margin-bottom: 10px;
	color: #fff;
	text-decoration: none;
}

#top_box li h3 {
	border-bottom: 1px dashed #fff;
	padding-bottom: 15px;
	font-size: 2.0em;
}

#top_box li p {
	font-size: 0.9em;
	line-height: 160%;
	padding-top: 10px;
}

.bgg_green a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #345D0D), color-stop(0.00, #4C8217));
	background: -webkit-linear-gradient(#4C8217, #345D0D);
	background: -moz-linear-gradient(#4C8217, #345D0D);
	background: -o-linear-gradient(#4C8217, #345D0D);
	background: -ms-linear-gradient(#4C8217, #345D0D);
	background: linear-gradient(#4C8217, #345D0D);
}
.bgg_red a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #5C0C20), color-stop(0.00, #801631));
	background: -webkit-linear-gradient(#801631, #5C0C20);
	background: -moz-linear-gradient(#801631, #5C0C20);
	background: -o-linear-gradient(#801631, #5C0C20);
	background: -ms-linear-gradient(#801631, #5C0C20);
	background: linear-gradient(#801631, #5C0C20) ;
}

#news_title {
	width: 100%;
	margin-bottom: 20px;
}

#menu {
	z-index: 1200000;
	display: block;
}

#menu li a {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	display: block;
	text-decoration: none;
	color: #333;
}


#news_title a {
	padding: 14px;
	text-decoration: none;
	font-size: 1.3em;
	display: block;
	color: #333;
	border-bottom: 3px solid #39861E;
}

#news {
}

#news dt {
	padding: 10px;
	border-top: 1px dashed #ccc;
}

#news dd {
	padding: 10px;
	border-top: 1px dashed #ccc;
}


#right {
	text-align: center;
}


#right p {
	padding-bottom: 20px;
}

footer {
	background-color: #eee;
	clear: both;
}

footer p {
	text-align: center;
	padding: 20px;
}




#contact_form {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

#contact_form dl {
	padding: 20px;
	border-radius: 10px;
	background-color: #EBEBEB;
}

#contact_form dl:after {
content:" ";
    display:block;
    clear:both;
}
#contact_form dt {
	padding: 5px;
	border-top: 1px dashed #fff;
}

#contact_form dd {
	padding: 5px;
	border-top: 1px dashed #fff;

}


.text {
	width: 80%;
}

#contact_form .text, #contact_form textarea, #contact_form .dropdown {
	border: 1px solid #777;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	/* Webkit */
	background: -webkit-gradient( linear, left top, left bottom, from(#eee), to(#fff) );
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	background: -moz-linear-gradient( top, #eee, #fff );
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
#contact_form .submit {
	border: 1px solid #777;
	padding: 4px 10px;
	color: #fff;
	cursor: pointer;
	background: #428ec9;
	border-radius: 5px;
	/* Webkit */
	background: -webkit-gradient( linear, left top, left bottom, from(#99c9e5), to(#428ec9) );
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	background: -moz-linear-gradient( top, #99c9e5, #428ec9 );
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff99c9e5, endColorstr=#ff428ec9);
	zoom: 1;
}
#contact_form .LabelSelected, #contact_form .RadioSelected {
	background-position: bottom left;
}
.textarea {
	width: 80%;
	height: 100px;
}

.dl_table {
	width:96%;
	margin-left: auto;
	margin-right: auto;
}
.dl_table td,
.dl_table th {
	padding: 5px;
	border: 1px solid #ccc;
}

.dl_table td img {
	width: 30px;
}


#right h2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #345D0D), color-stop(0.00, #4C8217));
	background: -webkit-linear-gradient(#4C8217, #345D0D);
	background: -moz-linear-gradient(#4C8217, #345D0D);
	background: -o-linear-gradient(#4C8217, #345D0D);
	background: -ms-linear-gradient(#4C8217, #345D0D);
	background: linear-gradient(#4C8217, #345D0D);
	padding: 10px;
	color: #fff;
}

#right ol {
	margin-bottom: 15px;
}

#right ol li a {
	padding: 10px;
	display: block;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ebeaea), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #ebeaea);
	background: -moz-linear-gradient(#fff, #ebeaea);
	background: -o-linear-gradient(#fff, #ebeaea);
	background: -ms-linear-gradient(#fff, #ebeaea);
	background: linear-gradient(#fff, #ebeaea);
	color: #333;
}



#right p {
	padding-bottom: 20px;
}


#map_canvas {
	width: 90%;
	height: 500px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}







.contents_area h3 {
	padding: 10px 20px;
	border-bottom: 2px solid #1D6C2E;
	margin-bottom: 20px;
}
.contents_area h4 {
}
.contents_area  p {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.contents_area table {
	width: 94%;
	border-top: 3px solid #7BB560;
	border-bottom: 2px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
.contents_area table th {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	background-color: #efefef;
}
.contents_area table td {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
}

.contents_area ul {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.contents_area ul li {
	list-style: disc;
	margin-left: 20px;
}






