@charset "UTF-8";
/*
Copyright (c) 2008, Forestory.
http://www.forestory.jp
version: 0.0.1
*/
* {
	margin: 0;
	padding: 0px;
}
body#index {
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}
#container {
	text-align:left;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(../images/header_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#index #container {
	width: 850px;
	margin-bottom: -40px;
	background-image: none;
}
#index #contentsArea {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
}
#contents {
	width: 100%;
}
#center800 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back6.gif);
	background-repeat: repeat-y;
}
#center950 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back9.gif);
	background-repeat: repeat-y;
}
#maincontents {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 75px;
	padding-top: 45px;
	padding-right: 75px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back5.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 5;
}

h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
a {
	color: #336699;
	text-decoration: none;
}
p {
	font-size: 15px;
	line-height: 24px;
	color: #333333;
}
p a {
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
}
ol,ul,dl {
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	list-style-type: none;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}


/* -- top page -- */

/* -- top page -- */

h1#toplogo {
	width: 450px;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#topleft {
	float: left;
	width: 540px;
	background-color: transparent;
	padding-bottom: 70px;
	background-repeat: no-repeat;
	background-position: left top;
}
#topRight a {
	border-bottom-style: none;
}
#topRight {
	float: right;
	width: 290px;
	height: auto;
	padding-top: 6px;
	margin-top: 40px;
}
.spacer {
	margin-top: 10px;
}
.spacer2 {
	margin-bottom: 4px;
}
h2#topCopy {
	background-image: url(../images/topCopy.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 45px;
	width: 450px;
	padding-bottom: 6px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 90px;
}
#topleft p {
	font-size: 13px;
	line-height: 24px;
	color: #235620;
	padding-left: 5px;
	padding-top: 6px;
	padding-right: 0px;
	margin-left: 90px;
	margin-right: 0px;
}

#topRight ul {
	padding-top: 5px;
}
ul#topNavi {
	padding-top: 15px;
}
#topNavi li {
	display: block;
	height: 40px;
	width: 290px;
	text-indent: -9999px;
}
#topNavi li a {
	text-decoration: none;
	display: block;
	height: 40px;
	width: 290px;
	border-bottom-style: none;
}


#topNavi li#about {
	background-image: url(../images/topNavi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#topNavi li#staff {
	background-image: url(../images/topNavi.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#topNavi li#supporters {
	background-image: url(../images/topNavi.gif);
	background-repeat: no-repeat;
	background-position: 0px -80px;
}
#topNavi li#projects {
	background-image: url(../images/topNavi.gif);
	background-repeat: no-repeat;
	background-position: 0px -120px;
}
#topNavi li#blog {
	background-image: url(../images/topNavi.gif);
	background-repeat: no-repeat;
	background-position: 0px -160px;
}
#topNavi li#contact {
	background-image: url(../images/topNavi.gif);
	background-repeat: no-repeat;
	background-position: 0px -200px;
}


/* -- hover -- */


#topNavi li#about a:hover {
	background-image: url(../images/topNavi.gif);
	background-repeat: no-repeat;
	background-position: -340px 0px;
}
#topNavi li#staff a:hover {
	background-image: url(../images/topNavi.gif);
	background-repeat: no-repeat;
	background-position: -340px -40px;
}
#topNavi li#supporters a:hover {
	background-image: url(../images/topNavi.gif);
	background-repeat: no-repeat;
	background-position: -340px -80px;
}
#topNavi li#projects a:hover {
	background-image: url(../images/topNavi.gif);
	background-repeat: no-repeat;
	background-position: -340px -120px;
}
#topNavi li#blog a:hover {
	background-image: url(../images/topNavi.gif);
	background-repeat: no-repeat;
	background-position: -340px -160px;
}
#topNavi li#contact a:hover {
	background-image: url(../images/topNavi.gif);
	background-repeat: no-repeat;
	background-position: -340px -200px;
}



h1#headerlogo {
	background-image: url(../images/main_logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 116px;
	width: 476px;
	background-position: bottom;
}
h1#headerlogo a {
	display: block;
	height: 116px;
	width: 476px;
	border-bottom-style: none;
}
p#logo {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #59A34A;
	width: 240px;
	padding-top: 3px;
	margin-top: 10px;
}
img#shopLink {
	margin-top: 7px;
	margin-bottom: 4px;
}


/* -- グローバルナビゲーション -- */

#header {
	height: 130px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header a img.headerBanar {
	left: 606px;
	top: 55px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;
}
#navilogo {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 116px;
	width: 278px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}
.pagetitle {
	margin-left: -20px;
}
#maincontents small {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
ul#global {
	list-style-type: none;
}
#global li {
	background-image: url(../images/global_navi.gif);
	height: 34px;
	display: block;
	position: absolute;
	text-indent: -9999px;
	border-bottom-style: none;
	top: 0px;
}
#global li#about {
	width: 152px;
	background-position: 0px -70px;
	left: 135px;
}
#global li#staff {
	width: 133px;
	background-position: -152px -70px;
	left: 287px;
}
#global li#history {
	width: 95px;
	background-position: -285px -70px;
	left: 420px;
}
#global li#supporter {
	width: 94px;
	background-position: -380px -70px;
	left: 515px;
}
#global li#blog {
	width: 111px;
	background-position: -474px -70px;
	left: 609px;
}
#global li#contact {
	width: 115px;
	background-position: -585px -70px;
	left: 720px;
}
#global li a {
	background-image: url(../images/global_navi.gif);
	display: block;
	height: 34px;
	border-bottom-style: none;
}
#global li#about a {
	background-position: 0px 0px;
}
#global li#staff a {
	background-position: -152px 0px;
}
#global li#history a {
	background-position: -285px 0px;
}
#global li#supporter a {
	background-position: -380px 0px;
}
#global li#blog a {
	background-position: -474px 0px;
}
#global li#contact a {
	background-position: -585px 0px;
}
#global li a:hover {
	background-image: url(../images/global_navi.gif);
	border-bottom-style: none;
}
#global li#about a:hover {
	background-position: 0px -35px;
}
#global li#staff a:hover {
	background-position: -152px -35px;
}
#global li#history a:hover {
	background-position: -285px -35px;
}
#global li#supporter a:hover {
	background-position: -380px -35px;
}
#global li#blog a:hover {
	background-position: -474px -35px;
}
#global li#contact a:hover {
	background-position: -585px -35px;
}
#about0 #forestoryCopy {
	background-image: url(../about/images/title01.gif);
	text-indent: -9999px;
	height: 249px;
	width: 650px;
	position: relative;
}
#about0 #aboutHeadPhoto a {
	position: absolute;
	height: 162px;
	width: 231px;
	left: 11px;
	bottom: 12px;
	display: block;
}
#about0 dt#chiikishien {
	margin-top: 10px;
}
#center800 dd {
	font-size: 15px;
	line-height: 24px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
}
.group {
	padding-top: 20px;
}
.group h2 {
	margin-top: 17px;
	margin-bottom: 3px;
	font-size: 16px;
	color: #333333;
}
.group h3 {
	font-size: 11px;
	color: #666666;
	margin-top: 1px;
}
.group p.staffText {
	font-size: 12px;
	line-height: 19px;
	color: #333333;
}
*:first-child+html .group p.staffText {
	padding-bottom: 8px;
	line-height: 20px;
}
* html .group p.staffText {
	padding-bottom: 8px;
	line-height: 20px;
}
h4.stuffVoice {
	height: 39px;
	width: 144px;
	margin-bottom: 1px;
}
#staff0 h4.stuffVoice a {
	height: 40px;
	width: 130px;
	display: block;
}
#staff0 h2#staffPartner {
	padding-top: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #633911;
}
#staff0 h2#staffPartnerFillip {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #666666;
}
h5.name {
	font-size: 13px;
	background-image: url(../staff/images/name_front.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	font-family: "小塚ゴシック Pro M", "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", Osaka, sans-serif, Helvetica, Arial;
	color: #333333;
	padding-bottom: 1px;
	background-position: left center;
}
*:first-child+html h5.name {
	background-position: left -1px;
	margin-top: 6px;
	margin-bottom: 5px;
	margin-left: -1px;
} 
* html h5.name {
	background-position: left -1px;
	margin-top: 6px;
	margin-bottom: 5px;
	margin-left: -1px;
}
ul#undernavi {
	width: 700px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #99CC33;
	border-bottom-color: #99CC33;
	margin-bottom: 37px;
	margin-right: auto;
	margin-left: auto;
}
#undernavi li {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 11px;
	color: #666666;
}
#undernavi li a {
	color: #006600;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
}
#undernavi li a:hover {
	color: #003D00;
	border-bottom-color: #60985F;
	border-bottom-style: solid;
}




/* -- Footer -- */


.indexfooter, #index .push {
	height: 40px; /* .push must be the same height as .footer */
}
#contact0 .footer, #contact0 .push {
	height: 184px; /* .push must be the same height as .footer */
}
.footer{
	clear: both;
	width:100%;
	text-align: center;
	background-image: url(../images/back4.gif);
	background-position: center bottom;
	height: 194px;
	background-repeat: no-repeat;
	padding-top: 40px;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.footer_logo {
	margin-bottom: 15px;
	top: 108px;
	position: absolute;
	width: 100%;
	left: 0px;
}
.footer_logo a {
	border-bottom-style: none;
}
.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 100%;
	top: 190px;
	position: absolute;
	left: 0px;
}
.indexfooter {
	clear: both;
	width:100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-top: -40px;
	height: 40px;
}
.indexfooter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.indexfooter p a {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#contact0 .footer {
	margin-top: -224px;
}
*:first-child+html .footer{
	margin-bottom: 0px;
}

.footer a{
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.froatRight {
	float: right;
}
.froatLeft {
	float: left;
}
.clear {
	clear: both;
}
.uneiimg {
	margin-right: 15px;
	margin-bottom: 10px;
}
#comming {
	padding-top: 80px;
	margin-right: auto;
	margin-left: auto;
}
#contact0 #maincontents {
	padding-right: 125px;
	padding-left: 125px;
	width: 550px;
	position: relative;
	z-index: 5;
}
#contact0 .pagetitle {
	margin-left: -75px;
}
#contact0 address {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 25px;
}
#contact0 form {
	margin: 0px;
	padding: 0px;
}
#contact0 fieldset {
	padding-top: 20px;
}
#contact0 .label {
	font-size: 12px;
	color: #666666;
	display: block;
	width: 130px;
	float: left;
	clear: left;
	padding-top: 1px;
}
#contact0 .control {
	padding-top: 1px;
	display: block;
	padding-left: 130px;
}
#contact0 input#subject {
	width: 400px;
}
#contact0 textarea#opinion {
	width: 400px;
	overflow: auto;
}
#contact0 #maincontents dt {
	font-size: 16px;
}
#contact0 #maincontents dd {
	font-size: 14px;
	line-height: 21px;
}
#contact0 p.privacy {
	font-size: 11px;
	line-height: 16px;
	color: #663300;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 130px;
}
p.copyright {
	font-size: 7px;
	text-align: right;
}
p.copyright a {
	color: #CCCCCC;
	border-bottom-style: none;
}
div.toTop {
	width: 650px;
	border-bottom-style: none;
	height: 17px;
	padding-bottom: 2px;
}
#contact0 div.toTop {
	width: 550px;
	margin-top: 50px;
}
div.toTop a {
	height: 17px;
	width: 112px;
	border-bottom-style: none;
	display: block;
	background-image: url(../images/totop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	float: right;
}
div.toTop a:hover {
	border-bottom-style: none;
	background-position: 0px -17px;
}
.noUnderLine{
	border-bottom-style: none;
}
#supporters dt {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
#supporters dd {
	font-size: 14px;
	line-height: 22px;
}

