@charset "EUC-JP";
/* CSS Document */

body {
	backGround-color: #ffffff;
} 
#container01 {
	height: auto;
	width: 1000px;
}

#header {
	padding: 0px;
	height: 110px;
	width: 1000px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #375192;
}
.head_right {
	font-size: 12px;
	color: #1D3E75;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
#main {
	height: auto;
	width: 1000px;
}
#main_drom {
	height: auto;
	width: 1000px;
}
.main_img {
	background-image: url(drom_image/drom_main_img.jpg);
	background-repeat: no-repeat;
	height: 371px;
	width: 670px;
	margin-top: 10px;
}
.main_naiyou {
	height: auto;
	width: 670px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #608CAB;
	border-bottom-color: #608CAB;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.head_left {
	margin-left: 20px;
	height: 42px;
	width: auto;
	float: left;
	margin-top: 20px;
}
.main_left {
	float: left;
	margin-top: 80px;
	margin-right: 0px;
	margin-left: 40px;
}
.main_right {
	float: right;
	margin-top: 60px;
	margin-right: 40px;
	margin-bottom: 40px;
}
.gallery {
	width: 670px;
	height: auto;
}
h1 {
	margin:0px;
	float: left;
}
h2 {
	margin:0px;
	float: left;
}
h3 {
	margin:0px;
	float: left;
}
.font01 {
	font-size: 13px;
	line-height: 20px;
	color: #294B71;
	text-align: left;
}
.font02 {
	font-size: 12px;
	line-height: 12px;
	color: #415B7A;
	text-align: left;
}
.font03 {
	font-size: 12px;
	line-height: 16px;
	color: #483224;
}
.font04 {
	font-size: 12px;
	line-height: 16px;
	color: #415B7A;
	font-weight: bolder;
	text-align: left;
}
.font05 {
	font-size: 12px;
	color: #483224;
	font-weight: bolder;
}
.top_midasi {
	font-size: 16px;
	line-height: 20px;
	color: #294B71;
}
.rireki {
	width: 850px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
}
.line {
	width: 810px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #8B6F4E;
	height: 20px;
}
#hooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #608CAB;
	width: 1000px;
	height: 30px;
	margin-top: 20px;
}
.hooter_text {
	color: #415B7A;
	width: 1000px;
	margin-top: 5px;
	font-size: 9px;
}
.c-both{ clear:both;
}
.aisatu_nitiji {
	font-size: 14px;
	font-weight: bolder;
	color: #224870;
	text-align: left;
}
.aisatu_nitiji2 {
	font-size: 12px;
	font-weight: bolder;
	color: #415B7A;
	text-align: left;
	margin-bottom: 15px;
}
.top_text {
	font-size: 12px;
	line-height: 16px;
	color: #415B7A;
	text-align: left;
}
a{
	color: #0E285E;
	text-decoration: none;
	font-weight : bolder
}
a:hover {
	color: #0E285E;
	font-weight : bolder;
	font-style : italic;
	text-decoration: underline;
}
.clearfix {
	_height: 1px;
	min-height: 1px;
	/*?*//*/
	height: 1px;
	overflow: hidden;
	/**/
}


/*新しいリスト　以下よりはじめ*/

/* Basic code - don't modify */
 
 #nav {
	display: block;
	padding: 0;
	position: relative;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
  #nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	color: #00C;
}
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 190px; }
#nav ul ul { left: 191px; }

/* Everything else is theming */
 
#nav {
	background-color: #FFF;
	height: 24px;
	color: #333;
}
#nav *:hover { background-color: none; }
#nav a {
	border-right: 1px solid white;
	color: #224870;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-decoration: none;
	margin-top: 1px;
}
  #nav li.hover a {
	background-color: #E8E6E3;
}
  #nav ul { top: 25px; }
    #nav ul li a {
	background-color: #E8E6E3;
	color: #224870;
}
      #nav ul a.hover {
	background-color: #FFE6FF;
}
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#new_list {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 30px;
	width: 1000px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #375192;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #375192;
	text-align: left;
}
/*新しいリスト　以上おわり*/

ul#header_menu {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 28px;
	width: 1000px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #375192;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #375192;
}

ul#header_menu li {
	color: #FFFFFF;
	float: left;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
ul#header_menu li a {
	color: #294B71;
	display: block;
	position: relative; /* for IE6 */
	text-decoration: none;
}
ul#header_menu li a:hover {
	color: #294B71;
}
.map_left {
	float: left;
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 40px;
}
.map_right {
	float: left;
	margin-top: 60px;
	margin-right: 30px;
	margin-bottom: 40px;
}
.youkoso_aris {
	height: 270px;
	width: 770px;
	padding-right: 20px;
	margin-top: 30px;
	margin-top: 30px;
	padding-left: 20px;
}
.text {
	font-size: 12px;
	line-height: 18px;
	color: #62402D;
	text-align: left;
}
.kugiri_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A98E6F;
	height: 20px;
	width: 1000px;
}
.aris_history {
	height: auto;
	width: 500px;
	padding-right: 20px;
	margin-top: 30px;
	margin-top: 10px;
	padding-left: 20px;
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
}
.history_line {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #62402D;
	height: 10px;
	width: auto;
	margin-top: 10px;
}
.aris_syozaiti {
	height: auto;
	width: 370px;
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}
.text_history {
	font-size:12px;
	font-weight:bolder;
	line-height:18px;
	color: #4D3526;
	text-align: left;
}
.aris_books {
	float: left;
	height: auto;
	width: 800px;
	margin-top: 10px;
	margin-left: 100px;
}
/*角丸のスタイルはじめ*/
#boss{
	background: #474b0c;
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 30px;
	margin-left: 10%;
	width: 560px;
}
b.rtop, b.rbottom{
	display:block;
	background: #ffffff;
}
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
	overflow: hidden;
	background: #474b0c;
}
b.rtop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 2px;
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
p{padding: 10px;}
h4{padding: 10px;}
/*角丸のスタイルおわり*/

.boss_text1 {
	font-size: 14px;
	color: #FFF;
	margin-top: 5px;
}
.boss_text2 {
	font-size: 10px;
	color: #FFF;
	margin-bottom: 10px;
	line-height: 18px;
}
.pankuzu {
	font-size: 11px;
	color: #415B7A;
	float: left;
	height: 11px;
	width: 920px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
	text-align: left;
}
.gairyaku00 {
	height: auto;
	width: 670px;
	margin-top: 30px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 40px;
}
.gairyaku01 {
	height: auto;
	width: 670px;
	margin-top: 30px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 30px;
}
.gairyaku_text01 {
	font-size: 12px;
	line-height: 18px;
	color: #294B71;
	height: auto;
	width: 317px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.garden02 {
	height: auto;
	width: 710px;
	padding-right: 20px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 19px;
	color: #62402D;
	text-align: left;
	margin-bottom: 30px;
}
.drom_text_midasi {
	font-size:14px;
	line-height:19px;
	color: #294B71;
	font-weight: bold;
}
.drom_text_midasi2 {
	font-size:19px;
	line-height:19px;
	color: #294B71;
	font-weight: bold;
}
.drom_text_midasi3 {
	font-size:17px;
	line-height:19px;
	color: #294B71;
	font-weight: bold;
}
.bb_photo {
	float: right;
	height: auto;
	width: auto;
	margin-bottom: 5px;
	margin-left: 30px;
}
.kugiri_line_drom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2DCE5;
	height: 20px;
	width: 670px;
}
.rireki_text {
	font-size: 12px;
	line-height: 18px;
	width: 220px;
	color: #62402D;
	text-align: left;
}
.syozaiti_text {
	font-size:12px;
	line-height:19px;
	color: #62402D;
	text-align: left;
}
.book_text_midasi {
	font-size:12px;
	font-weight:bolder;
	line-height:18px;
	color: #4D3526;
	text-align: center;
}
#staff_header {
	padding: 0px;
	height: 80px;
	width: 1000px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #8B6F4E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B6F4E;
}
#staffmain {
	width: 1000px;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.staff_bosyu_midasi {
	font-size: 18px;
	color: #A4341E;
	font-weight: bolder;
	margin-bottom: 10px;
}
.staff_bosyu_komidasi {
	font-size: 14px;
	color: #D53D21;
	margin-bottom: 10px;
}
.staff_bosyu_naiyou {
	font-size: 11px;
	color: #6A3C15;
	margin-bottom: 10px;
	line-height: 20px;
	text-align: left;
}
.ryoukin00 {
	font-size: 14px;
	color: #294B71;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2DCE5;
	margin-bottom: 10px;
}
.ryoukin01 {
	font-size: 12px;
	font-weight: bolder;
	color: #294B71;
	line-height: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.ryoukin02 {
	font-size: 14px;
	color: #294B71;
	line-height: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
}
.ryoukin_toiawase {
	font-size: 18px;
	color: #294B71;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bolder;
}
.ryoukin_toiawase2 {
	font-size:19px;
	line-height:19px;
	color: #294B71;
	font-weight: bold;
	margin-top: 20px;
}
.room_text01 {
	font-size: 12px;
	line-height: 18px;
	color: #294B71;
	height: auto;
	width: 317px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.room_text02 {
	font-size: 12px;
	color: #294B71;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
}
.kugiri_line_roomrest {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #608CAB;
	height: 20px;
	width: 680px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.activity_text01 {
	font-size: 12px;
	line-height: 18px;
	color: #294B71;
	width: 452px;
	margin-bottom: 15px;
}
.activity_text02 {
	font-size: 15px;
	line-height: 22px;
	color: #294B71;
	width: 500px;
	font-weight: bold;
}
.activity_text03_fishing_logo {
	width: 500px;
	height: 28px;
	margin-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #294B71;
	border-bottom-color: #294B71;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.activity_text04 {
	font-size: 12px;
	line-height: 18px;
	color: #294B71;
	width: 500px;
	margin-bottom: 10px;
}
.drom_activity_water {
	font-size:19px;
	line-height:19px;
	color: #7D1E26;
	font-weight: bold;
}
.tokuten {
	margin-top: 20px;
	margin-bottom: 20px;
}
.tokuten_text01 {
	font-size:17px;
	line-height:26px;
	color: #294B71;
	font-weight: bold;
	margin-top: 60px;
}
.tokuten_text02 {
	font-size: 14px;
	line-height: 21px;
	color: #294B71;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tokuten_text04 {
	font-size:17px;
	line-height:26px;
	color: #294B71;
	font-weight: bold;
	margin-top: 20px;
}
.tokuten_text05 {
	font-size: 14px;
	line-height: 21px;
	color: #294B71;
	margin-top: 20px;
	width: 320px;
}
.kitchen_text01 {
	font-size: 12px;
	line-height: 18px;
	color: #294B71;
	height: auto;
	width: auto;
	margin-bottom: 15px;
}
.kitchen_text02 {
	font-size: 12px;
	line-height: 18px;
	color: #294B71;
	height: auto;
	width: auto;
	margin-bottom: 15px;
}
.kitchen_cap1 {
	font-size: 12px;
	color: #294B71;
	text-align: left;
	line-height: 18px;
	margin-left: 5px;
}
.kitchen_cap2 {
	font-size: 12px;
	color: #294B71;
	text-align: left;
	margin-bottom: 3px;
	margin-left: 20px;
}
.kitchen_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #608CAB;
	height: 20px;
	width: 710px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#drom_left_list {
	height: auto;
	width: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}
#drom_right_naiyou {
	width: 670px;
	margin-top: 0px;
	float: right;
	margin-right: 40px;
}
/*リスト用左側テーブル指定*/
table.list {
	color:#294B71;
	font-size:12px;
	border:0;
}
table.list td{
	margin-bottom:10px;
}
table.list tr.cart {
	color:#294B71;
	font-size:12px;
	border-spacing: 0;
	background: url(storeimg/list_bg01.jpg) repeat-x 0 100%;
}
table.list ul{
	list-style-image: url("drom_image/list_img1.jpg");
	line-height:24px;
	padding-left:0px;
	margin-left:34px;
}
table.list ul ul{
	list-style-image: url("drom_image/list_img2.jpg");
	line-height:24px;
	padding-left:0px;
	margin-left:20px;
}
table.sarch {
	color:#294B71;
	font-size:12px;
	border-spacing: 0;
	margin-left: 5px;
}
/*リスト用左側テーブル指定　おわり */
.list_line {
	height: 1px;
	width: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B4CAF1;
}

/*ドローム用ナビ画像はじめ*/
a#nav_drom {
   display: block;
   width: 300px; /* 画像1枚分の横幅 */
   height: 200px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background-image: url("../topimage/navi_img_drom.jpg"); /* 画像ファイル名 */
}
a#nav_drom:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}.kugiri_line {
	height: 1px;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B4CAF1;
}
#drom_introimage {
	width: 740px;
	margin-right: 130px;
	margin-left: 130px;
	height: 180px;
	background-image: url(drom_image/drom_introimage.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
}
.font02b {
	font-size: 12px;
	line-height: 16px;
	color: #415B7A;
	text-align: left;
	margin-top: 3px;
}
.volvo_camp {
	background-image: url(drom_image/VOLVO_Camp.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 670px;
}
.gairyaku01_volvo {
	height: auto;
	width: 670px;
	margin-top: 30px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 10px;
}
.udo_photo {
	margin-bottom: 5px;
	margin-left: 30px;
	float: right;
	height: auto;
	width: auto;
	color: #294B71;
	font-size: 10px;
	line-height: 14px;
}
.kinkyu_120725 {
	font-size: 13px;
	line-height: 18px;
	color: #F00;
	border: 1px solid #900;
	width: 650px;
	padding: 10px;
}
.kuwagata_p120725 {
	height: 126px;
	width: 90px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.kyuugyou2013 {
	border: 4px double #F00;
	font-size: 24px;
	color: #F00;
	line-height: 36px;
}
.kyuugyou20130402 {
	border: 4px double #F00;
	font-size: 20px;
	color: #F00;
	line-height: 28px;
}
