@charset "utf-8";
/*
information{
	ファイル名 : /common/css/eindex.css;
	概要 : このCSSファイルは英語版ホームのみで使用するスタイルを定義しています;
}
*/

/* -----------------------------*/
/* #index #header*/
/* -----------------------------*/
#index #header h1 {
	display:inline;
}

/* -----------------------------*/
/* #index #headArea*/
/* -----------------------------*/
#index #headArea {
	margin: 0 auto 15px;
	padding: 10px;
	width: 820px;
	text-align: left;
	background: #f6efdb url(/common/img/leftcol-bg.gif) repeat 0 0;
	overflow: hidden;
}

/* サイト紹介文 */
#headArea .introduction {
	float: right;
	width: 389px;
	font-size: 85%;
}

#headArea .introduction__wrap {
	padding: 10px;
	background-color: #fff;
}


#headArea .introduction__wrap h2 {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 3px solid #805c1c;
	font-family: serif;
	font-size: 148%;
}

#headArea .introduction__wrap p {
	margin: 0;
	line-height: 1.5;
}

#headArea .introduction__note {
	margin-top: 8px;
	border: 1px solid #805c1c;
	background-color: #fff;
}

#headArea .introduction__note p {
	margin: 1px;
	padding: 13px 13px 13px 2em;
	border: 1px solid #bfad8d;
	background-color: #f9f7eb;
	text-indent: -1.1em;
}

#headArea .introduction__note p span {
	display: inline-block;
	width: 1.1em;
	text-indent: 0;
}

#headArea .linkBanner {
	margin-top: 10px;
	text-align: center;
}

#headArea .linkBanner + .linkBanner {
	margin-top: 6px;
}

#headArea .linkBanner a {
	display: inline-block;
}

#headArea .linkBanner a:hover,
#headArea .linkBanner a:focus {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.7;
}

#headArea .linkBanner a img {
	vertical-align: top;
}

/* 写真スライド */
#headArea .slide {
	border-top: 3px solid #805c1c;
	padding: 7px 7px 0;
	position: relative;
	float: left;
	background-color: #fff;
}

#headArea .slide,
.slide__img {
  width: 400px;
}

/* JS */
#headArea .slide__item {
	padding-bottom: 30px;
	text-align: center;
}

.JS-ON .slide__wrap {
	position: relative;
}

.JS-ON .slide__body {
	position: relative;
	overflow: hidden;
}

.slide__body ul {
	list-style: none;
}

.JS-ON .slide__body ul {
	position: relative;
	width: 10000em;
}

.JS-ON .slide__body li {
	float: left;
}

.slide__img {
	height: 320px;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
		 -moz-background-size: contain;
			 -o-background-size: contain;
					background-size: contain;
}

.slide__img img {
	width: 100%;
	visibility: hidden;
	vertical-align: top;
}

.slide__pager {
	display: none;
	position: absolute;
	top: 125px;
	width: 28px;
	height: 70px;
	text-indent: -1000em;
	white-space: nowrap;
}

.JS-ON .slide__pager {
	display: block;
}

.JS-ON .slide__pager.inactive {
	display: none;
}

.slide__pager--stop {
	-webkit-border-radius: 3px 3px 3px 3px;
		 -moz-border-radius: 3px 3px 3px 3px;
			-ms-border-radius: 3px 3px 3px 3px;
					border-radius: 3px 3px 3px 3px;
	top: auto;
	bottom: 2px;
	height: 20px;
	left: 87px;
	background: #fff url(/img/slide-link-stop-en.png) no-repeat 0 50%;
}
.slide__pager--start {
	-webkit-border-radius: 3px 3px 3px 3px;
		 -moz-border-radius: 3px 3px 3px 3px;
			-ms-border-radius: 3px 3px 3px 3px;
					border-radius: 3px 3px 3px 3px;
	top: auto;
	bottom: 2px;
	height: 20px;
	right: 87px;
	background: #fff url(/img/slide-link-start-en.png) no-repeat 0 50%;
}

.slide__pager--prev {
	-webkit-border-radius: 0 3px 3px 0;
		 -moz-border-radius: 0 3px 3px 0;
			-ms-border-radius: 0 3px 3px 0;
					border-radius: 0 3px 3px 0;
	left: -7px;
	background: #fff url(/img/slide-link-left.png) no-repeat 0 50%;
}

.slide__pager--next {
	-webkit-border-radius: 3px 0 0 3px;
		 -moz-border-radius: 3px 0 0 3px;
			-ms-border-radius: 3px 0 0 3px;
					border-radius: 3px 0 0 3px;
	right: -7px;
	background: #fff url(/img/slide-link-right.png) no-repeat 0 50%;
}

.slide__pager--stop:hover,
.slide__pager--stop:focus,
.slide__pager--start:hover,
.slide__pager--start:focus,
.slide__pager--prev:hover,
.slide__pager--prev:focus,
.slide__pager--next:hover,
.slide__pager--next:focus {
	background-color: #745215;
	background-position: 100% 50%;
}

@media print {
	.slide__img {
		display: table-cell;
		vertical-align: middle;
		overflow: visible;
		background-image: none !important;
	}

	.slide__img img {
		visibility: visible;
		width: auto;
		max-width: 400px;
		height: auto;
		max-height: 320px;
	}

	.slide__pager {
		display: none !important;
	}
}

#headArea .slide__item span {
	padding: 13px 20px 8px;
	display: inline-block;
	text-align: left;
	max-width: 360px;
}

/* -----------------------------*/
/* #index #index-contentbox*/
/* -----------------------------*/
#index .index-contentbox {
	width:840px;
	text-align:left;
	margin:0 auto 10px;
}
/* -----------------------------*/
/* #index #leftcol*/
/* -----------------------------*/
#index #leftcol {
	float:left;
	margin-right:14px;
	width:300px;
	padding:10px 0;
	background:#f6efdb url(/common/img/leftcol-bg.gif) 0 0;
}
#index .c-photo {
	margin:0 10px;
}
#index .c-photo .b {
	margin-bottom:0px;
	background-color:#ffffff;
	padding:7px;
	font-size:85%;
}
#index .c-photo .b img {
	display:block;
	margin-bottom:7px;
}
#index .c-photo .b {
	font-size:80%;
	text-align:center;
}

/* -----------------------------*/
/* #index .toggleMenuButton */
/* -----------------------------*/
.toggleMenuButton {
	margin: 10px 0 0;
	text-align: center;
	line-height: 1.2;
}

.toggleMenuButton a {
	margin: 0 auto;
	padding: 9px 25px;
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
			-ms-border-radius: 3px;
			 -o-border-radius: 3px;
					border-radius: 3px;
	max-width: 320px;
	display: block;
	color: #fff;
	background: #306418 url(/common/img/icon-open.gif) 8px 50% no-repeat;
	cursor: pointer;
	text-decoration: none;
}

.toggleMenuButton a.menuClose {
	background-image: url(/common/img/icon-close.gif);
}

.toggleMenuButton a:hover,
.toggleMenuButton a:focus {
	background-color: #113004;
}

@media print {
	.toggleMenu li {
		display: block !important;
	}

	.toggleMenuButton a {
		display: none;
	}
}

.toggleJumpButton {
	position: absolute;
	left: -1000em;
}

#contentlist .b .toggleMenuButton {
	margin: 8px 18px;
}

/* -----------------------------*/
/* #index #right*/
/* -----------------------------*/
#index #rightcol {
	float:right;
}
* html #index #rightcol {
	position:absolute;
}
#c-about {
	width:525px;
	margin-bottom:14px;
	border-bottom:2px solid #cbcbcb;
	font-size:85%;
}

#c-about p {
	margin:18px 25px;
}
#news {
	background:#f6efdb url(/common/img/leftcol-bg.gif) 0 0;
	padding:10px;
}
#news h2 {
	background-color:#ffffff;;
	margin-bottom:3px;
}
#news ul {
	margin:0;
	background-color:#ffffff;
	padding:7px 10px 5px;
}
#news ul.linklist li {
	background:transparent url(/common/img/icon-link.gif) 0 0.6em no-repeat;
}
#contentlist {
	margin:10px 0 15px;
}
* html>body #contentlist { /* #forMacIE5 */
	height:500px;
}
#contentlist01,
#contentlist02,
#contentlist03,
#contentlist05 {
	margin-bottom:5px;
	border-top:2px solid #9f9f9f;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}

#contentlist04 {
	margin-bottom:1px;
	border-top:2px solid #9f9f9f;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}


#contentlist03 ,
#contentlist04 ,
#contentlist05 ,
.contentlist-sub {
	width:585px;
}

.contentlist-sub {
	margin-bottom:5px;
	padding-bottom:5px;
	border:1px solid #d0d0d0;
}
#contentlist .h {
	background:transparent url(/img/e-contentlist-h.gif) 0 0 repeat-x;
}
#contentlist .b {
	background:transparent url(/img/e-contentlist-bg.gif) 0 0 repeat-x;
	padding:5px 0 5px;

}
#contentlist ul {
	list-style-type:none;
	margin-left:18px;
}
#contentlist li {
	margin-right:5px;
	margin-bottom:4px;
	padding-left:12px;
	background:transparent url(/common/img/icon-link.gif) 0 0.6em no-repeat;
}
#contentlist li li {
	background:transparent url(/common/img/icon-link-small.gif) 0 0.6em no-repeat;
}
.contentlist-sub ul li {
	margin-top:8px;
	margin-bottom:0px;
}
.contentlist-sub ul li a {
	display:inline !important;
}
#contentlist li ul {
	margin-left:2px;
}
#contentlist li li {
	margin-right:0;
	padding-left:10px;
	padding-bottom:0px;
}
#contentlist .c-photo {
	float:right;
	width:240px;
	margin:0;
	margin-left:10px;
}

#contentlist .c-photo .b {
	background-image:none;
	padding:0px;
}
/* -----------------------------*/

