﻿@charset "utf-8";

/*--------------------------------------
  全ページに適用される基本設定
---------------------------------------*/

@import url("default.css");
@import url("icon.css");


/*--------------------------------------
  ページの基本構造
---------------------------------------*/

body {
	text-align: center;
	background: #F1F1F1;
}


#wrapper {
	width: 900px;
	background: #FFF;
	margin: 0 auto;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	text-align: left;
}


/*--------------------------------------
  wrapper > header
---------------------------------------*/

#header {
	background: url(../../image/common/bg-header.jpg) no-repeat;
/*	height: 130px;*/
	height: 120px;
	position: relative;
}


#header h1 {
	padding: 22px 0 0 14px;
	width: 356px;
}






/* 植樹祭リンク（以下追加） */
#header #syokuzyu-module {
	display: block;
	vertical-align:top;
	font-size: 14px;
	position: absolute;
	top: 2px;
	right: 357px;
	color: #FFF;
}

#header #syokuzyu-module li {
	display: inline;
	padding-left: 10px;
	font-size: 13px;
	vertical-align: top;

}

#header #syokuzyu-switch {
	display: block;
	font-size: 14px;
	position: absolute;
	top: 24px;
	left: 458px;
/*	left: 425px;*/
}

#header #syokuzyu2-module {
	display: block;
	vertical-align:top;
	font-size: 14px;
	position: absolute;
	top: 2px;
	right: 357px;
/*	right: 407px;*/
	color: #FFF;
}

#header #syokuzyu2-module li {
	display: inline;
	padding-left: 10px;
	font-size: 13px;
	vertical-align: top;
}

#header #syokuzyu2-switch {
	display: block;
	font-size: 14px;
	position: absolute;
	top: 24px;
/*	left: 425px;*/
	right: 0px;
}
/* 植樹祭リンク（以上追加） */

















/* PRリンク（以下追加） */
#header #link-module {
	display: block;
	vertical-align:top;
	font-size: 14px;
	position: absolute;
	top: 2px;
	right: 357px;
	color: #FFF;
}

#header #link-module li {
	display: inline;
	padding-left: 10px;
	font-size: 13px;
	vertical-align: top;

}

#header #link-switch {
	display: block;
	font-size: 14px;
	position: absolute;
	top: 24px;
	left: 458px;
/*	left: 425px;*/
}

#header #link2-module {
	display: block;
	vertical-align:top;
	font-size: 14px;
	position: absolute;
	top: 2px;
	right: 357px;
/*	right: 407px;*/
	color: #FFF;
}

#header #link2-module li {
	display: inline;
	padding-left: 10px;
	font-size: 13px;
	vertical-align: top;
}

#header #link2-switch {
	display: block;
	font-size: 14px;
	position: absolute;
	top: 24px;
/*	left: 425px;*/
	right: 0px;
}
/* PRリンク（以上追加） */



#header #search-module {
	display: block;
	font-size: 14px;
	position: absolute;
/*	top: 40px; */
	top: 86px;
/*	right: 30px;*/
	right: 70px; 
}


#header #search-module input {
	vertical-align: middle;
}


/* 多言語ナビゲーション */
#header #lang {
	display: block;
/*	font-size: 14px;*/
	font-size: 1em;
	position: absolute;
	top: 2px;
	right: 357px;
	color: #FFF;
}


#header #lang li {
	display: inline;
	border-right: 1px solid #FFF;
	padding: 0 10px;
/*	font-size: 13px;*/
	font-size: 1em;
}


/* 親切ナビゲーション */
#header .courtesynav {
	display: block;
/*	font-size: 14px;*/
	font-size: 1em;
	position: absolute;
	top: 2px;
	right: 30px;
	color: #FFF;
}


#header .courtesynav li {
	display: inline;
	padding-right: 10px;
/*	font-size: 13px;*/
	font-size: 1em;
}


#header .courtesynav ul li#ctsnkid {
	padding-left: 15px;
	background: url(../../image/common/icon-ctsnkid.gif) no-repeat 0 center;
}


#header .courtesynav ul li#ctsnmob {
	padding-left: 18px;
	background: url(../../image/common/icon-ctsnmob.gif) no-repeat 0 center;
}


#header .courtesynav ul li#ctsnmap {
	padding-left: 16px;
	background: url(../../image/common/icon-ctsnmap.gif) no-repeat 0 center;
}


/* 文字サイズ、背景色の切り替えナビゲーション */
#header #switch-module li {
	display: inline;
	padding-left: 10px;
	font-size: 13px;
}


#header #txtswitch {
	display: block;
	font-size: 14px;
	position: absolute;
	top: 86px;
/*	top: 84px;*/
/*	right: 245px; */
/*	right: 395px;*/
/*	right: 360px;*/
	right: 390px;
}


#header #bgswitch {
	display: block;
	font-size: 14px;
	position: absolute;
	top: 86px;
/*	top: 84px;*/
/*	right: 30px; */
/*	right: 290px;*/
/*	right: 320px;*/
/*	right: 240px;*/
 	right: 280px;
}


#header #lang li.first,
#header #switch-module li.first {
	padding-left: 0;
}


#header .courtesynav li#ctsnmap {
	padding-right: 0;
}


#header #lang a,
#header .courtesynav a {
	color: #FFF;
}


/*--------------------------------------
  追加
---------------------------------------*/
#header #globalnavi{
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

#header #globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header #globalnavi li{
  float: left;
  width: 100px;
  margin: 0;
  padding: 0;
}

#header #globalnavi a{
  text-align: center;
  display:block;
  padding: 0.5em 0;
  width: 100%;
  background-color: black;
  color: white;
}

#header #globalnavi a:hover{
  background-color: red;
  color: white;
}






/*--------------------------------------
  wrapper > content
---------------------------------------*/

#content {
}


#main {
}


#main p,#main ul,#main ol,#main li,#main dt,#main dd,#main td,#main th {
	line-height: 1.5;
	font-weight: normal;
}


#main p {
	margin-bottom: 1em;
}


/* ===== パンくずリスト =====  */

.topicpath {
	padding: 0 0 1em 1em;
}


.topicpath dl {
	padding: 0;
}


.topicpath dt {
	display: none;
}


/* ===== ページのトップへ =====  */

p.gotop a {
	clear: both;
	height: 21px;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	text-decoration: none;
	text-indent: -999em;
	background: url(../../image/common/gotop.gif) no-repeat right center;
}


p.skip {
	display: none;
}

/* ===== その他の設定 =====  */

.clear {
	clear: both;
}


/*--------------------------------------
  wrapper > footer
---------------------------------------*/

#footer {
	color: #FFF;
	clear: both;
	padding: 10px 0;
	background:#16264a url(../../image/common/footer-bg.gif) repeat-x top;
	text-align: center;
	line-height: 1.8em;
}

#footer address{
	clear: both;
}

/* 親切ナビゲーション */

#footer .courtesynav li {
	display: inline;
	padding-left: 2em;
}


#footer .courtesynav li.first {
	padding-left: 0;
}


#footer a{
	color: #FFF;
}


#copyright {
}

