@charset "utf-8";
/* 紺　#001E32 -> #003D59
　　　　　　　　1.#menu - background-color 2.#mainimg - border-bottom-color
                3.#main h2 - background-color 4.#footer - background-color
                5.#wide h2 - background-color 6.#header h1  - background-color */
/* 見出しの文字サイズ　100% -> 120%
                1.#main h2 - font-size        2.#wide h2 -font-size　*/
/* ヘッダーのおばあさん画像 
　・#header img　でマージン等設定　・画像定義は管理ファイルのbody.data(修正時は再構築が必要)　*/
/* 最上部の紺バックの株式会社はらぼじ観光　を削除 <h1>$subtitle</h1>
                ・管理ファイルのbody.data　<h1>$subtitle</h1> の$subtitleを消し、再構築*/
body {
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.8;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #6F7070 url(/images/bg.gif) repeat-x top;
	text-align: center;
}
h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style-type: none;
}
img {
	border: none;
}

/*ＨＰ枠の設定
------------------------------------------------------------------*/
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	text-align: left;
}

/*ヘッダー設定（ＨＰタイトルとかＨ１タグとかある所）
------------------------------------------------------------------*/
#header h1 {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003D59;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

#logo {
	font-size: 30px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 20px;
}

/*メインメニューの設定 
------------------------------------------------------------------*/
#menu {
	color: #FFFFFF;
	background-color: #003D59;
	height: 34px;
}
#menu li {
	float: left;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	background: url(/images/menu_bg.gif) no-repeat left top;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-right: 1px solid #666666;
	width: 157px; /* 157px <-- 199px <-- 159px; /* <-- 132px <-- 110px */
}
#menu a:hover {
	background: url(/images/menu_bg.gif) no-repeat right bottom;
}

/*メイン写真（下にある黒いラインとフロート解除）
------------------------------------------------------------------*/
#mainimg {
	clear: both;
	border-bottom: 5px solid #000000;
	border-bottom-color: #003D59;
}

/*メインコンテンツ（文章がある部分） 120%
------------------------------------------------------------------*/
#main {
	float: left;
	width: 520px;
	display: inline;
	margin-left: 15px;
	margin-bottom: 20px;
}
#main h2 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #003D59;
	border-left: 8px solid #990000;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
}
#main p {
	margin: 3px 10px 8px 10px;
}
#main pre {
	font-size: 120%;
	margin: 3px 10px 8px 10px;
}
#new li {
	border-bottom: 1px dotted #CCCCCC;
	margin: 5px 10px 0px 10px;
	text-indent: -1em;
	padding-left: 1em;
}


/*サブコンテンツ（右側のスペース）
------------------------------------------------------------------*/
#sub {
	float: right;
	width: 220px;
	display: inline;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.subtable {
	border: 1px solid #999999;
	margin-bottom: 20px;
}
.subtable h3 {
	background: #999999 url(/images/sub_midashi_bg.gif) repeat-x bottom;
	margin: 1px;
	text-align: center;
	font-size: 100%;
	color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 5px;
}
.subtable p {
	padding: 5px;
	color: #666666;
	font-size: 85%;
}

/*文字サイズ変更ボタン（ここは変更しないように）
------------------------------------------------------------------*/
#fsize {
	height: 44px;
	width: 173px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#fsize li {
	float: right;
}
#fsize a{
	overflow:hidden; /*firefox用*/
	display: block;
	text-indent: -9999px;
}
#sm a {
	background-image: url(/images/fsize_btn_01.gif);
	height: 44px;
	width: 58px;
}
#sm a:hover {
	background-image: url(/images/fsizen_btn_01.gif);
}
#me a {
	background-image: url(/images/fsizen_btn_02.gif);
	height: 44px;
	width: 55px;
}
#me a:hover {
	background-image: url(/images/fsizen_btn_02.gif);
}
#la a {
	background-image: url(/images/fsize_btn_03.gif);
	height: 44px;
	width: 60px;
}
#la a:hover {
	background-image: url(/images/fsizen_btn_03.gif);
}

/*フッター（コピーライト部分）
------------------------------------------------------------------*/
#footer {
	color: #FFFFFF;
	background-color: #003D59;
	text-align: center;
	clear: both;
	font-size: 11px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	color: #990000;
	text-decoration: none;
	font-size: 90%;
}

/*clearfix（ここは変更しないように）
------------------------------------------------------------------*/
#menu:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#menu { display: inline-block; }

/* Hides from IE-mac \*/
*html #menu { height: 1%; }
#menu { display: block; }
/* End hide from IE-mac */

/* ------------- ルビ START --------- */
ruby {
  display:inline-table !important;
  text-align:center !important;
  white-space:nowrap !important;
  text-indent:0 !important;
  margin:0 !important;
  vertical-align:text-bottom !important;
  line-height:1 !important;
}
ruby>rb,ruby>rbc {
  display:table-row-group !important;
  line-height:1.0 !important;
}
ruby>rt,ruby>rbc+rtc {
  display:table-header-group !important;
  font-size:71% !important;
  line-height:1.0 !important;
  letter-spacing:0 !important;
}
ruby>rbc+rtc+rtc {
  display:table-footer-group !important;
  font-size:71% !important;
  line-height:1.0 !important;
  letter-spacing:0 !important;
}
rbc>rb,rtc>rt {
  display:table-cell !important;
  letter-spacing:0 !important;
}
rp {
  display:none !important;
} 
/* ------------- ルビ END --------- */

/* ------------- table_style1 START --------- */
.table_style1 {
	border-collapse:collapse;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	width: 100%; 
	margin-bottom: 20px;
}
.table_style1 th {
	font-size: 12px;
	font-weight: normal;
	background-color: #DFDFDF;
	color: #333333;
	/* padding: 1em; */
       	padding: 1px 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	text-align: center;
	/* text-align: left; */
}
.table_style1 td {
	font-size: 12px;
	background-color: #F5F5F5;
	/* padding: 1em; */
      	padding: 1px 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	white-space: normal;
}
/* ------------- table_style1 START --------- */

/* YK #2F4F4F */
#main h1 {
	color: #000000;
	font-size: x-large;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
}

.maru {
	font-family: 'HGP創英角ﾎﾟｯﾌﾟ体',Arial,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-size: large;
	color: #2F4F4F;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wide {
	float: left;
	width: 750px;
	display: inline;
	margin-left: 15px;
	margin-bottom: 30px;
}
/* width: 520px; */
#wide h2 {
	width: 750px;
	font-size: 120%;
	color: #FFFFFF;
	background-color: #003D59;
	border-left: 8px solid #990000;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
}
#wide p {
	margin: 3px 10px 8px 10px;
}
#wide pre {
	font-size: 120%;
	margin: 3px 10px 8px 10px;
}

.img_left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header img {
	float: left;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 2px;
}
.drivein {
         padding-left:10px;
}