@charset "utf-8";

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	line-height: 135%;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 0.9em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol {
	margin-left: 2.0em;
	*margin-left: 2.5em;
}

ul {
	margin-left: 1.2em;
}

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	background: #f3f3f3;
}
/* for FIREFOX & etc. \*/
body {
	overflow-y: scroll;
}
/* */
/* for IE7 \*/
*:first-child+html body {
	overflow-y: visible;
}
/* */

a:link, a:visited {
	color: #06F;
	text-decoration: underline;
}
a:hover, a:active {
	color: #06F;
	text-decoration: underline;
}


/* basic style ------------------------------ */
.ro {
	/* ----- */
}

.blank {
	/* ----- */
}

/* clerfix ----- */
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 0.1%; }
.clearfix { display: block; }
/* */
/* for IE7 */
*:first-child+html .clearfix { display: inline-block; }
/* ----- clerfix */

.fL {
	float: left;
}
.fR {
	float: right;
}

.fL img {
	margin-bottom: 4px;
}
.fR img {
	margin-bottom: 4px;
}

.alnC {
	text-align: center !important;
}
.alnL {
	text-align: left !important;
}
.alnR {
	text-align: right !important;
}

.txL {
	font-size: 120%;
	line-height: 120%;
}
.txS {
	font-size: 94%;
	line-height: 120%;
}

.txRed {
	color: #ff0000;
}

.txAqua {
	color: #06F;
}

.ic01 {
	background: url(../img/ic01.gif) no-repeat left center;
	font-weight: bold;
	padding-left: 8px;
}
a.ic01:link, a.ic01:visited {
	text-decoration: none;
}
a.ic01:hover, a.ic01:active {
	text-decoration: underline;
}

.marginBtm01 {
	margin-bottom: 6px;
}
.marginBtm02 {
	margin-bottom: 20px;
}
.marginBtm03 {
	margin-bottom: 26px;
}
.marginBtm04 {
	margin-bottom: 16px;
}
.marginBtm05 {
	margin-bottom: 40px;
}


#headtext {
	width: 782px;
	position: relative;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* wrapper ------------------------------ */
#wrapper {
	min-height: 100%;
	background: #ffffff url(../img/wrap_bg.gif) repeat-y;
	color: #6b6b6b;
	width: 782px;
	_width: 814px;
	margin: 0 auto;
	padding: 0px 15px;
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}


/* header ------------------------------ */
#header {
	width: 783px;
	height: 235px;
	background: url(../img/h_bg.jpg) no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#header #head-logo {
	position: absolute;
	left: 22px;
	top: 14px;
	width: 256px;
	height: 116px;
	z-index: 15;
}
#header #head-lead {
	position: absolute;
	right: 31px;
	top: 25px;
	width: 287px;
	height: 62px;
	z-index: 15;
}
#header #head-lang {
	position: absolute;
	right: 17px;
	top: 7px;
	width: 120px;
	height: 13px;
	text-align: right;
	z-index: 16;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header #head-lang li {
	margin: 0px;
	padding: 0px;
	display: inline;
	line-height: 0.9em;
}

/* footer ------------------------------ */
#footer {
	background: url(../img/f_bg.gif) no-repeat left bottom;
	width: 783px;
	height: 268px;
	position: absolute;
	left: 15px;
	bottom: 0px;
	z-index: 20;
}
#footer #foot-inner {
	background: url(../img/f_cr_bg.gif) no-repeat right bottom;
	width: 386px;
	height: 130px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 25;
	margin-bottom:5px;
}
#footer h3 {
	text-align: right;
	position: absolute;
	right: 22px;
	z-index: 27;
	font-size: 100%;
	margin-top:20px;
}
#footer #copyright {
	text-align: right;
	position: absolute;
	right: 22px;
	bottom: 5px;
	z-index: 27;
	font-size: 94%;
}
#footer #mascot {
	text-align: right;
	padding-right: 32px;
}

/* container ------------------------------ */
#container {
	width: 783px;
}
/* clerfix ----- */
#container:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #container { display: inline-block; }
/* no ie mac \*/
* html #container { height: 0.1%; }
#container { display: block; }
/* */
/* for IE7 */
*:first-child+html #container { display: inline-block; }
/* ----- clerfix */


/* side ------------------------------ */
#side {
	width: 200px;
	_width: 224px;
	padding-left: 24px;
	padding-bottom: 230px;
	float: left;
	position: relative;
	left: 0px;
	top: -15px;
	z-index: 30;
}
#breadcrumb {
	padding-bottom: 10px;
	font-size: 11px;
	height: 15px;

}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited{
	text-decoration:none;
	color:#000;
}
#breadcrumb a:hover{
	text-decoration:underline;
	color:#000;
}
/*
#side #gnavi {
	list-style-type: none;
	margin: 0px 0px 18px 0px;
	padding: 0px;
}
#side #gnavi li {
	margin: 0px;
	padding: 0px;
	font-size: 0.1em;
	line-height: 0.9em;
}
#side .side-lnk {
	margin: 0px 0px 18px 0px;
	padding-left: 7px;
}

*/

/* main ------------------------------ */
#main {
	width: 519px;
	_width: 549px;
	padding-right: 30px;
	float: right;
	position: relative;
	left: 0px;
	top: -6px;
	z-index: 30;
	padding-bottom: 150px;
	_padding-bottom: 140px;
}

#main-txt1 {
	padding-left: 10px;
	margin-bottom: 10px;
}

#main-title {
	padding-top: 5px;
	margin-bottom: 20px;
}

#main-inner {
	width: 469px;
	margin: 0px 25px;
}

.main-box {
	width: 469px;
	margin-left: 25px;
	margin-right: 25px;
}


/* home ------------------------------ */
.home-block {
	margin-bottom: 4px;
}
.home-thm {
	width: 126px;
	float: left;
}
.home-smry {
	width: 390px;
	float: left;
}
.home-smry h2 {
	padding-top: 10px;
	margin-bottom: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 50;
	margin-left: 8px;
}
.home-smry p {
	margin-bottom: 10px;
	margin-left: 8px;
}

.home-smry img {
	padding-left:-8px;
}

/* event ------------------------------ */
#eventMain-title {
	margin-top: 5px;
	margin-bottom: 20px;
	background-image:url(../../event/img/title.gif);
	background-repeat:no-repeat;
	width:519px;
	height:39px;
}

/* interpretation ------------------------------ */
#interpretationMain-title {
	margin-top: 5px;
	margin-bottom: 20px;
	background-image:url(../../interpretation/img/title.gif);
	background-repeat:no-repeat;
	width:519px;
	height:39px;
}

#interpretation01 {
	background-image:url(../../interpretation/img/cap01.gif);
	background-repeat:no-repeat;
	width:162px;
	height:14px;
}

#interpretation02 {
	background-image:url(../../interpretation/img/cap02.gif);
	background-repeat:no-repeat;
	width:141px;
	height:12px;
}

/* homestay ------------------------------ */
#homestayMain-title {
	margin-top: 5px;
	margin-bottom: 20px;
	background-image:url(../../homestay/img/title.gif);
	background-repeat:no-repeat;
	width:519px;
	height:39px;
}

/* other ------------------------------ */
#otherMain-title {
	margin-top: 5px;
	margin-bottom: 20px;
	background-image:url(../../other/img/title.gif);
	background-repeat:no-repeat;
	width:519px;
	height:57px;
}

#other01 {
	background-image:url(../../other/img/cap01.gif);
	background-repeat:no-repeat;
	width:183px;
	height:12x;
}

#other02 {
	background-image:url(../../other/img/cap02.gif);
	background-repeat:no-repeat;
	width:467px;
	height:13x;
}
 
#other03 {
	background-image:url(../../other/img/cap03.gif);
	background-repeat:no-repeat;
	width:464px;
	height:14x;
}

ul#otherList {
	list-style-type: none;
	line-height:1.4em;
}

li.programList {
	padding-left:15px;
	background-image: url(../img/ic02.gif);
	background-repeat:no-repeat;
	background-position:0px 20px;
	padding-bottom:10px;
}

/* about ------------------------------ */
#aboutMain-title {
	margin-top: 5px;
	margin-bottom: 20px;
	background-image:url(../../about/img/title.gif);
	background-repeat:no-repeat;
	width:519px;
	height:57px;
}

#aboutCompanylist {
	background-image:url(../../about/img/cap01.gif);
	background-repeat:no-repeat;
	width:519px;
	height:40px;
}
 
#aboutAddress {
	background-image:url(../../about/img/cap02.gif);
	background-repeat:no-repeat;
	width:519px;
	height:40px;
}
 
#aboutImg01 {
	padding-top: 6px;
	margin-bottom: 8px;
	text-align: center;
	margin-right: 30px;
}
#aboutTxt01 {
	font-weight: bold;
	text-align: center;
	line-height: 145%;
	color: #3b3b3b;
	margin-right: 30px;
	margin-bottom: 24px;
}
#aboutTxt01 span {
	font-weight: normal;
}

#aboutList01 {
	width: 250px;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 86%;
}
#aboutList01 li {
	margin: 0px;
	padding: 0px 10px 0px 12px;
	background: url(../img/ic02.gif) no-repeat 0px 0.25em;
}

#aboutList02 {
	width: 219px;
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 86%;
}
#aboutList02 li {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background: url(../img/ic02.gif) no-repeat 0px 0.25em;
}

#aboutAdrsRight {
	width: 120px;
	float: right;
	text-align: right;
}
#aboutAdrsLeft {
	width: 284px;
	float: left;
}
#aboutAdrsTxt1 {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-size: 116%;
	line-height: 135%;
}
#aboutAdrsTxt1 strong {
	font-weight: bold;
}
#aboutAdrsTxt2 a:link, #aboutAdrsTxt2 a:visited {
	text-decoration: none;
}
#aboutAdrsTxt2 a:hover, #aboutAdrsTxt2 a:active {
	text-decoration: underline;
}

h2#eventMain-title, h2#interpretationMain-title, h3#interpretation01, h3#interpretation02, h2#homestayMain-title, h2#aboutMain-title, h2#otherMain-title, h3#other01, h3#other02, h3#other03, h3#aboutCompanylist, h3#aboutAddress {
	TEXT-INDENT: -9999px;
}

h3.programs {
	font-size: 116%;
}

.programs {
	font-weight: bold;
	color: #06F;
}
.contactus {
	background-color: #F5FFFF;
	border: 1px solid #CCC;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
}

/* blog ------------------------------ */

#blogblock {
  padding: 5px;
  border: 2px solid #EEE;
  margin-top: 20px;
}
#blogblock h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
#blogblock h3 a {
	text-decoration: none;
}
#blogblock .blogDate {
	text-align: right;
}
#blogblock .blogTitle {
	font-weight: normal;
}
ul#blogList {
	list-style-type: none;
	line-height:1.4em;
}

li.blogEntry {
	padding-left:16px;
	background-image: url(../img/ic02.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-bottom:5px;
}

/* weather ------------------------------ */

#weather img {
  float: left;
  margin-right: 4px;
}

#datetitle {
  margin-bottom: 8px;
 font-weight: bold;
}

.datetime {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: normal;
	color:#6B6B6B;
}

