

/* -----------------------------------------------------------------------------

	reset html

----------------------------------------------------------------------------- */


html {

	width: 100%;
	margin: 0;
	padding: 0;

}

body {

	width: 100%;
	margin: 0;
	padding: 0;
	background: #E4EDD3;

	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1;

	-webkit-text-size-adjust: 100%;

}

h1, h2, h3, h4 {

	margin: 0;

}

ol, ul {

	margin: 0;
	padding: 0;

}

li {

	list-style: none;

}

dl {

	margin: 0;

}

dt {

	font-weight: normal;

}

dd {

	margin: 0;

}

th {

	font-weight: normal;

}

p {

	margin: 0;

}

small {

	font-size: inherit;

}

a {

	color: #000;
	text-decoration: none;

}

a:hover,
a:active {

	opacity: 0.5;

}

img {

	border: 0;
	vertical-align: bottom;

}


/* -----------------------------------------------------------------------------

	header

----------------------------------------------------------------------------- */


header {

	margin: 0 0 6px 0;
	background: #FFF;

}

header .container {

	position: relative;
	width: 1000px;
	height: 101px;
	margin: 0 auto;

}

header .container .logo {

	position: absolute;
	top: 23px;
	left: 38px;

}

header .container .facebook {

	position: absolute;
	top: 46px;
	right: 26px;

}

header #setting {

	position: absolute;
	top: 18px;
	right: 26px;

}

header #setting div {

	display: inline-block;
	/* width: 59px; */
	margin: 0 10px 0 0;

	font-size: 83%;

}

header #setting ul {

	display: inline-block;
	width: 78px;
	height: 21px;
	vertical-align: -4px;

}

.text_large header #setting ul {

	vertical-align: -3px;

}

header #setting ul li {

	display: inline-block;
	width: 38px;
	height: 19px;
	margin: 0 2px 0 0;

}

header #setting ul li:last-child {

	margin: 0;

}

header #setting ul li:hover img,
header #setting ul li:active img,
header #setting ul li .current {

	opacity: 1;

}

header #setting ul li img {

	cursor: pointer;
	opacity: 0.5;

}


/* -----------------------------------------------------------------------------

	footer

----------------------------------------------------------------------------- */


footer {

	background: #A3D98D;

}

footer .container {

	width: 980px;	/* width: 1000px */
	margin: 0 auto;
	padding: 6px 10px;
	text-align: right;

}

footer .container small {

	color: #306F18;
	font-size: 83%;

}


/* -----------------------------------------------------------------------------

	#headerNav

----------------------------------------------------------------------------- */


#headerNav {

	margin: 0 0 1px 0;
	background: #68B94E;

}

#headerNav .container {

	width: 980px;	/* width: 1000px */
	margin: 0 auto;
	padding: 6px 10px;
	text-align: right;

}

#headerNav .container a {

	color: #FFF;
	font-size: 83%;

}


/* -----------------------------------------------------------------------------

	#globalNav

----------------------------------------------------------------------------- */


#globalNav {

	margin: 0 0 12px 0;
	background: #088932;

}

#globalNav nav {

	width: 826px;	/* width: 1000px */
	height: 66px;
	margin: 0 auto;
	padding: 0 4px;
	background-image: url(../img/shared/globalNav_line1.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 824px 63px;

}

#globalNav nav ul li {

	display: inline-block;
	height: 62px;
	background-image: url(../img/shared/globalNav_line2.png);
	background-position: left center;
	background-repeat: no-repeat;

}

#globalNav nav ul .button1 {

	width: 231px;
	background-image: none;

}

#globalNav nav ul .button2 {

	width: 159px;

}

#globalNav nav ul .button3 {

	width: 231px;

}

#globalNav nav ul .button4 {

	width: 202px;

}

#globalNav nav ul .button5 {

	width: 169px;
	display: none;

}

#globalNav nav ul .button1 a {

	background-size: 186px 1px;

}

#globalNav nav ul .button2 a {

	background-size: 116px 1px;

}

#globalNav nav ul .button3 a {

	background-size: 186px 1px;

}

#globalNav nav ul .button4 a {

	background-size: 152px 1px;

}

#globalNav nav ul .button5 a {

	background-size: 102px 1px;
	display: none;

}

#globalNav nav ul li a {

	display: inline-block;
	width: 100%;
	height: 62px;
	background-image: none;
	background-position: center 46px;
	background-repeat: no-repeat;

	color: #FFF;
	font-size: 116%;
	line-height: 63px;
	text-align: center;

}

#globalNav nav ul li a:hover,
#globalNav nav ul li a:active,
#globalNav nav ul li .current {

	background-image: url(../img/shared/globalNav_line3.png);
	opacity: 1;

}


/* -----------------------------------------------------------------------------

	#footerNav

----------------------------------------------------------------------------- */


#footerNav .container {

	position: relative;
	width: 958px;	/* width: 970px */
	height: 71px;	/* height: 77px */
	margin: 0 auto;
	border: 6px solid #EDF3E2;
	border-bottom: none;
	background: #FFF;

}

#footerNav .container div {

	position: absolute;
	bottom: 12px;
	left: 18px;

	font-size: 83%;
	line-height: 1.5;

}

#footerNav .container small {

	position: absolute;
	bottom: 12px;
	right: 18px;

	font-size: 83%;
	line-height: 1.5;

}

.text_large #footerNav .container div,
.text_large #footerNav .container small {

	bottom: 8px;

}


/* -----------------------------------------------------------------------------

	#contents > *

----------------------------------------------------------------------------- */


#contents {

	margin: 0 0 10px 0;

}

#contents .container {

	width: 970px;	/* width: 1000px */
	margin: 0 auto;
	padding: 0 15px;

}

#contents .container:after {

	content: "";
	display: block;
	clear: both;

}

#contents .container article {

	float: right;
	width: 672px;	/* width: 704px */
	padding: 24px 16px 0 16px;
	background: #FFF;

}

#contents .container article section {

	margin: 32px 0;

}

#contents .container article section:first-child {

	margin-top: 0;

}

#contents .container article section:last-child {

	margin-bottom: 0;

}

#contents .container article p {

	/* width: 640px; */
	margin: 0 0 16px 0;
	padding: 0 16px;

	line-height: 1.5;

}

#contents .container article p:last-child {

	margin: 0;

}

#contents .container article #scrollTop {

	margin: 32px 0 0 0;
	padding: 0 16px;
	text-align: right;

}

#contents .container article #scrollTop a {

	display: inline-block;
	padding: 8px 10px;
	background: #E4EDD3;

}

#contents .container article #scrollTop a span {

	padding: 2px 0 0 11px;
	background-image: url(../img/shared/scrollTop_arrow.png);
	background-position: left center;
	background-repeat: no-repeat;

	color: #009515;
	font-size: 83%;

}

#contents #breadcrumbNav {

	margin: 0 0 12px 0;
	padding: 0 5px;
	color: #4A7B10;
	font-size: 83%;
	text-align: right;

}

#contents #breadcrumbNav a {

	color: #4A7B10;
	text-decoration: underline;

}

#contents #breadcrumbNav a:first-child {

	padding: 0 0 0 18px;
	background-image: url(../img/shared/breadcrumbNav_icon.png);
	background-position: left center;
	background-repeat: no-repeat;

}

#contents #breadcrumbNav span {

	color: #000;

}

#contents #sideNav1 {

	float: left;
	width: 266px;

}

#contents #sideNav1 ul li a {

	display: block;
	width: 248px;	/* width: 266px */
	padding: 12px 0 12px 18px;

	font-size: 116%;
	line-height: 1.2;

}

#contents #sideNav1 ul li ul li a {

	display: block;
	width: 230px;	/* width: 266px */
	padding: 12px 0 12px 36px;

}

#contents #sideNav1 ul li a span {

	display: block;
	padding: 2px 0 0 12px;
	background-image: url(../img/shared/link_arrow_black.png);
	background-position: 0 5px;
	background-repeat: no-repeat;

}

.text_large #contents #sideNav1 ul li a span {

	background-position: 0 7px;

}

#contents #sideNav1 ul li a:hover,
#contents #sideNav1 ul li a:active,
#contents #sideNav1 ul li .current {

	background-color: #FFF;
	opacity: 1;

}

#contents #sideNav1 ul li a:hover span,
#contents #sideNav1 ul li a:active span,
#contents #sideNav1 ul li .current span {

	background-image: url(../img/shared/link_arrow_green1.png);
	color: #009515;

}

#contents #sideNav2 {

	float: left;
	width: 236px;	/* width: 254px */
	padding: 16px 0 16px 18px;
	background: #FFF;

}

#contents #sideNav2 ul li {

	margin: 0 0 8px 0;

}

#contents #sideNav2 ul li:last-child {

	margin: 0;

}

#contents #sideNav2 ul li a {

	font-size: 108%;
	line-height: 1.2;

}

#contents #sideNav2 ul li a span {

	display: block;
	padding: 2px 0 0 12px;
	background-image: url(../img/shared/link_arrow_black.png);
	background-position: 0 4px;
	background-repeat: no-repeat;

}

.text_large #contents #sideNav2 ul li a span {

	background-position: 0 7px;

}

#contents #sideNav2 ul li a:hover,
#contents #sideNav2 ul li a:active,
#contents #sideNav2 ul li .current {

	background-color: #FFF;
	opacity: 1;

}

#contents #sideNav2 ul li a:hover span,
#contents #sideNav2 ul li a:active span,
#contents #sideNav2 ul li .current span {

	background-image: url(../img/shared/link_arrow_green1.png);
	color: #009515;

}


/* -----------------------------------------------------------------------------

	#page_top > *

----------------------------------------------------------------------------- */


#page_top header {

	margin: 0 0 1px 0;

}

#page_top header .container .facebook {

	display: none;

}

#page_top #mainImage {

	margin: 0 0 1px 0;

}

#page_top #mainImage .container {

	overflow: hidden;
	position: relative;
	/* width: 1000px; */
	height: 365px;

}

#page_top #mainImage .container img {

	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1000px;

}

#page_top #globalNav {

	margin: 0 0 10px 0;

}

#page_top #news {

	float: left;
	width: 674px;	/* width: 706px */
	min-height: 228px;
	padding: 10px;
	border: 6px solid #EDF3E2;
	background: #FFF;

}

#page_top #news .heading1 h1 {

	font-size: 116%;

}

#page_top #news .list_news {

	padding: 0;

}

#page_top #banner {

	float: right;
	width: 252px;

}

#page_top #banner ul li {

	margin: 0 0 7px 0;
	text-align: center;

}

#page_top #banner ul li:last-child {

	margin: 0;

}

#page_top #banner ul.topics{
	margin:7px 0 0;
	padding:15px 0;
	background:#29aa22;
	border:2px solid #a7c06f;
	border-radius: 5px;
}

#page_top #banner ul.topics li+li{
	margin:10px 0 0 0;
}

#page_top #banner .logo{
	margin-top: 15px;
	text-align: center;
}

#page_top #banner .logo img:first-child{
	margin-right: 10px;
}

/* -----------------------------------------------------------------------------

	#page_news > *

----------------------------------------------------------------------------- */


#page_news .link_arrow_black {

	display: inline-block;
	background-position: 0 7px;

}


/* -----------------------------------------------------------------------------

	page_forest_company > *

----------------------------------------------------------------------------- */


#page_forest_company .anotation {

	margin: 0 0 16px 0;
	padding: 0 16px;

}

#page_forest_company .anotation p {

	margin: 0;
	padding: 0 0 0 13em !important;

}

#page_forest_company .anotation span {

	margin: 0 0 0 -13em;

}


/* -----------------------------------------------------------------------------

	#page_map > *

----------------------------------------------------------------------------- */


#page_map #map {

	width: 640px;
	height: 480px;
	margin: 12px auto 24px auto;
	background: #CCC;

}

#page_map .table_basic table tr .cell1,
#page_map .table_basic table tr .cell2 {

	width: 25%;

}

#page_map .table_basic table tr .cell3 {

	width: auto;

}


/* -----------------------------------------------------------------------------

	#page_map_detail > *

----------------------------------------------------------------------------- */


#page_map_detail #map {

	width: 640px;
	height: 480px;
	margin: 24px auto;
	background: #CCC;

}

#page_map_detail .table_basic table tr th {

	width: 25%;
	text-align: left;

}


/* -----------------------------------------------------------------------------

	#page_people_seminar_old > *

----------------------------------------------------------------------------- */


#page_people_seminar_old .table_basic table tr th {

	width: 20%;

}


/* -----------------------------------------------------------------------------

	#page_sitemap > *

----------------------------------------------------------------------------- */


#page_sitemap #sitemap {

	padding: 0 16px;

}

#page_sitemap #sitemap li {

	padding: 10px 0 10px 0;
	border-bottom: 1px solid #9C9C9C;

}

#page_sitemap #sitemap li .link_arrow_black {

	padding: 2px 0 0 16px;
	background-position: 6px center;

}

#page_sitemap #sitemap li ul {

	margin: 10px 0 -10px 0;
	padding: 0 0 0 20px;
	border-top: 1px solid #D7D7D7;

}

#page_sitemap #sitemap li ul li {

	border-bottom: 1px solid #D7D7D7;

}

#page_sitemap #sitemap li ul li:last-child {

	border-bottom: 0;

}


/* -----------------------------------------------------------------------------

	shared class [ button ]

----------------------------------------------------------------------------- */


.button_single {

	margin: 24px 0;
	text-align: center;

}

.button_double {

	width: 580px;
	margin: 24px auto;

}

.button_double:after {

	content: "";
	display: block;
	clear: both;

}

.button_double:last-child {

	margin: 24px auto 0 auto;

}

.button_double a {

	display: block;

}

.button_double .left {

	float: left;

}

.button_double .right {

	float: right;

}


/* -----------------------------------------------------------------------------

	shared class [ heading ]

----------------------------------------------------------------------------- */


.heading1 {

	position: relative;

	margin: 0 0 16px 0;
	padding: 0 0 10px 5px;
	background-image: url(../img/shared/heading1_line.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.heading1 h1 {

	padding: 2px 0 0 10px;
	border-left: 4px solid #56B025;
	font-size: 133%;
	line-height: 1.2;

}

.heading1 a {

	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 83%;

}

.heading2 {

	/* position: relative; */
	margin: 0 0 16px 0;
	padding: 0 0 4px 5px;
	border-bottom: 1px solid #9C9C9C;


}

.heading2 h2 {

	padding: 2px 0 0 16px;
	background-image: url(../img/shared/heading2_icon.png);
	background-position: 0 4px;
	background-repeat: no-repeat;

	font-size: 116%;
	line-height: 1.2;

}

.text_large .heading2 h2 {

	background-position: 0 6px;

}

.heading3 {

	/* position: relative; */
	margin: 0 0 16px 0;
	padding: 0 0 4px 5px;
	border-bottom: 1px solid #9C9C9C;


}

.heading3 h3 {

	padding: 2px 0 0 0;
	color: #1E4896;
	font-size: 108%;
	line-height: 1.2;

}

.heading4 {

	margin: 0 0 8px 0;
	padding: 0 16px;
	line-height: 1.5;

}


/* -----------------------------------------------------------------------------

	shared class [ photo ]

----------------------------------------------------------------------------- */


.photo_single {

	margin: 24px 0;
	text-align: center;

}

.photo_double {

	width: 580px;
	margin: 24px auto;

}

.photo_double:after {

	content: "";
	display: block;
	clear: both;

}

.photo_double:last-child {

	margin: 24px auto 0 auto;

}

.photo_double .heading4 {

	padding: 0;

}

.photo_double div {

	width: 272px;

}

.photo_double div img {

	margin: 0 auto;

}

.photo_double img {

	display: block;

}

.photo_double .left {

	float: left;

}

.photo_double .right {

	float: right;

}

.photo_text {

	margin: 24px auto;
	padding: 0 16px;

}

.photo_text:after {

	content: "";
	display: block;
	clear: both;

}

.photo_text img {

	display: block;
	float: left;

}

.photo_text p {

	float: right;
	width: 300px;
	padding: 0;

}


/* -----------------------------------------------------------------------------

	shared class [ line ]

----------------------------------------------------------------------------- */


.line_dot {

	margin-bottom: 24px !important;
	padding-bottom: 25px !important;
	background-image: url(../img/shared/line_dot.png);
	background-position: left bottom;
	background-repeat: repeat-x;

}

.line_dot:last-child {

	margin-bottom: 0 !important;

}


/* -----------------------------------------------------------------------------

	shared class [ list ]

----------------------------------------------------------------------------- */


.list_decimal {

	margin: 0 0 16px 0;
	padding: 0 16px;

}

.list_decimal:last-child {

	margin-bottom: 0;

}

.list_decimal li {

	display: block;
	margin: 0 0 6px 0;
	padding: 0 0 0 3em;
	line-height: 1.2;

}

.list_decimal li:last-child {

	margin: 0;

}

.list_decimal li span {

	margin: 0 0 0 -3em;

}

.list_icon {

	margin: 0 0 16px 0;
	padding: 0 16px;

}

.list_icon:last-child {

	margin-bottom: 0;

}

.list_icon li {

	margin: 0 0 6px 0;
	line-height: 1.2;

}

.list_icon li:last-child {

	margin: 0;

}

.list_news {

	margin: 0 0 16px 0;
	padding: 0 16px;

}

.list_news:last-child {

	margin-bottom: 0;

}

.list_news dt {

	margin: 0 0 6px 0;
	padding: 0 12px;

	line-height: 1.5;

}

.list_news dt span {

	vertical-align: middle;

}

.list_news dt img {

	margin: 0 0 0 8px;
	vertical-align: middle;

}

.list_news dd {

	margin: 0 0 10px 0;
	padding: 0 12px 10px 44px;
	border-bottom: 1px solid #E8E8E8;

	line-height: 1.5;

}

.list_news dd:last-child {

	margin: 0;
	padding: 0 12px 0 44px;
	border: 0;

}


/* -----------------------------------------------------------------------------

	shared class [ link ]

----------------------------------------------------------------------------- */


.link_arrow_black {

	padding: 2px 0 0 10px;
	background-image: url(../img/shared/link_arrow_black.png);
	background-position: left center;
	background-repeat: no-repeat;

}

.link_arrow_green1 {

	padding: 2px 0 0 10px;
	background-image: url(../img/shared/link_arrow_green1.png);
	background-position: left center;
	background-repeat: no-repeat;

}

.link_arrow_green2 {

	padding: 2px 0 0 10px;
	background-image: url(../img/shared/link_arrow_green2.png);
	background-position: left center;
	background-repeat: no-repeat;

}

.link_arrow_white {

	padding: 2px 0 0 10px;
	background-image: url(../img/shared/link_arrow_white.png);
	background-position: left center;
	background-repeat: no-repeat;

}

.link_blank {

	padding: 2px 0 0 42px;
	background-image: url(../img/shared/link_blank.png);
	background-position: left center;
	background-repeat: no-repeat;

}

.link_pdf {

	padding: 2px 0 0 35px;
	background-image: url(../img/shared/link_pdf.png);
	background-position: left center;
	background-repeat: no-repeat;

}


/* -----------------------------------------------------------------------------

	shared class [ table ]

----------------------------------------------------------------------------- */


.table_basic {

	margin: 24px 0;
	padding: 0 16px;

}

.table_basic:last-child {

	margin-bottom: 0;

}

.table_basic .heading4 {

	padding: 0;

}

.table_basic table {

	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;

}

.table_basic table tr th {

	padding: 6px 8px;
	border: 1px solid #CDCDCD;
	background: #ECF3E3;

	line-height: 1.5;
	white-space: nowrap;

}

.table_basic table tr td {

	padding: 6px 8px;
	border: 1px solid #CDCDCD;

	line-height: 1.5;

}

.table_basic table tr .center {

	text-align: center;

}

.table_basic table tr .right {

	text-align: right;

}


/* -----------------------------------------------------------------------------

	shared class [ text ]

----------------------------------------------------------------------------- */


.text_regular {

	font-size: 12px;

}

.text_large {

	font-size: 14px;

}
