@charset "utf-8";

@import url("../css/common.css");

/* CSS Document */

/* --------------------------------------------------

contents

-------------------------------------------------- */

#contents{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
}

/* --------------------------------------------------

themeTitle

-------------------------------------------------- */

.overviewTitle {
	margin-bottom: 10px;
	padding-bottom: 20px;
	background: url(../img/title_line.gif) left bottom no-repeat;
}

.overviewTitle h3 {
	font-size: 189%;
	font-weight: bold;
	color: #1F1D0A;
	width: 468px;
}

.titleLine {
	font-weight: bold;
	font-size: 123.1%;
	padding: 10px 0px 8px 20px;
	color: #000;
	border-bottom: 3px solid #B5AC6B;
	background-image: url(../img/brown_square.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-bottom: 20px;
}

.titleLine02 {
	font-weight: bold;
	font-size: 123.1%;
	padding: 10px 0px 8px 20px;
	color: #000;
	border-bottom: 3px solid #B5AC6B;
	background-image: url(../img/brown_square.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-bottom: 5px;
}


/* --------------------------------------------------

rightContents

-------------------------------------------------- */

#rightContents {
	width: 470px;
}

.text01 {
	line-height: 2;
}


/* --------------------------------------------------

bTab

-------------------------------------------------- */
ul#bTab {
	width: 960px;
	margin: 10px auto 0 auto;
	background: url(img/b_back.jpg) no-repeat right bottom;
}

ul#bTab li {
	float: left;
}

ul#bTab li a{
	background-image: url(img/tab.jpg);
	display: block;
	height: 36px;
	width: 194px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top:15px;
	font-size: 120%;
}

ul#bTab li a:hover{
	background-image: url(img/tab_o.jpg);
	display: block;
	height: 36px;
	width: 194px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top:15px;
	font-size: 120%;
}

ul#bTab li.current{
	background-image: url(img/tab_d.jpg);
	display: block;
	height: 36px;
	width: 194px;
	color: #C73F3B;
	text-decoration: none;
	text-align: center;
	padding-top:15px;
	font-weight: bold;
	font-size: 120%;
}

ul#bTabTop {
	width: 960px;
	margin: 10px auto 0 auto;
	background: url(img/b_back.jpg) no-repeat right bottom;
}

ul#bTabTop li {
	float: left;
}

ul#bTabTop li a{
	background-image: url(img/top_tab.jpg);
	display: block;
	height: 36px;
	width: 194px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top:15px;
	font-size: 120%;
}

ul#bTabTop li a:hover{
	background-image: url(img/top_tab_o.jpg);
	display: block;
	height: 36px;
	width: 194px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top:15px;
	font-size: 120%;
}

ul#bTabTop li.current{
	background-image: url(img/top_tab_d.jpg);
	display: block;
	height: 36px;
	width: 194px;
	color: #C73F3B;
	text-decoration: none;
	text-align: center;
	padding-top:15px;
	font-weight: bold;
	font-size: 120%;
}
/* --------------------------------------------------

bTabContents

-------------------------------------------------- */
#bTabContents {
	width: 960px;
	background: url(img/b_tab_back.jpg) no-repeat left top;
	margin: 0 auto 0px auto;
	padding-top: 30px;
}

/* --------------------------------------------------

listBox900

-------------------------------------------------- */
#listBox900{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}


/* --------------------------------------------------

aboutLink

-------------------------------------------------- */
.aboutLink h3{
	background: #E2DEAB;
	border: 1px solid #AFA73D;
	font-weight: bold;
	text-align: left;
	padding: 7px 0;
	margin: 15px auto 10px auto;
}

.aboutLink h3 span{
	border-left: 5px solid #AFA73D;
	margin-left: 10px;
	padding-left: 10px;
}


.aboutLink h4{
	background: url(img/green_sq.gif) no-repeat left 5px;
	padding: 0 0 5px 15px;
	font-weight: bold;
}



/* --------------------------------------------------

tableClimate

-------------------------------------------------- */

.tableClimate {
	width: 100%;
	border-top: 1px solid #478912;
	border-left: 1px solid #478912;
	background-color: #FFF;
}

.tableClimate th,
.tableClimate td {
	border-right: 1px solid #478912;
	border-bottom: 1px solid #478912;
	padding: 3px 5px;
}

.tableClimate th {
	text-align: center;
	font-weight: bold;
}

.tableClimate td {
	text-align: left;
}
.tableClimate td.FlightTime{
	text-align: right;
}
.tableClimate td.white{
	text-align: center;
}
.tableClimate .city {
	width: 88px;
}

.tableClimate .month {
	width: 62px;
}

.tableClimate .average {
	width: 112px;
}

.tableClimate .back01 {
	 background-color: #7DAA54;
	 color: #FFF;
}

.tableClimate .back02 {
	 background-color: #E3E9D2;
}

/* --------------------------------------------------

wrapper

-------------------------------------------------- */

.wrapper {
	width: 274px;
	float: left;
	display: inline;
	margin-right: 69px;
	margin-bottom: 10px;
}

.boxLeft {
	float:left;
	width:350px;
}


.boxRight {
	float:right;
	width:530px;
}

.boxRight h3{
	margin-top:0px;
}

.section {
	margin-bottom: 20px;
}


.linkSankakuUl li{
	background-image: url(img/green_sq.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


.jrMap{ text-align:center;
   padding:20px 0;}
 
