@charset "utf-8";
/* CSS Document */

* {
 margin:0;
 padding:0;
 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 font-size:100%;
 color:#666666;
 }
 
body {
 background-image:url(../img/bg1.gif);
 background-repeat:repeat;
 }
 
#wrapper {
 width:910px;
 margin:0 auto;
 background-image:url(../img/container_bg.gif);
 background-repeat:repeat-y;
 }

#head_message {
 width:900px;
 height:33px;
 margin:0 auto;
 background-image:url(../img/headback.gif);
 background-repeat:no-repeat;
 }
 
#head_message h1 {
 font-size:80%;
 line-height:20px;
 margin-left:10px;
 font-weight:normal;
 }

 
/*--->ヘッダー*/

#header {
 width:900px;
 height:150px;
 margin:0 auto;
 background-image:url(../img/header.gif);
 background-repeat:repeat-x;
 }
 
#header h2 {
 font-size:85%;
 padding-top:60px;
 padding-left:70px;
 line-height:25px;
 }
 
#header p {
 font-size:80%;
 line-height:20px;
 padding-left:70px;
 padding-right:70px;
 padding-top:5px;
 }

/*--->ヘッダーおわり*/
  
/*--->グローバルナビ*/

#global_navi {
 height:50px;
 width:890px;
 margin:20px auto;
 }
 
#global_navi ul {
 list-style-type:none;
 }
 
#global_navi li {
 width:178px;
 float:left;
 font-size:90%;
 text-align:center;
 line-height:50px;
 }
  
#global_navi a {
 display:block;
 width:178px;
 height:50px;
 text-decoration:none;
 }
 
#global_navi a span {
 display:none;
 }
 
#global_navi li.menu1 a {
 background-image:url(../img/navi_home.gif);
 background-repeat:no-repeat;
 }
  
#global_navi li.menu1 a:hover {
 background-image:url(../img/navi_homelink.gif);
 background-repeat:no-repeat;
 }
 
#global_navi li.menu2 a {
 background-image:url(../img/navi_room.gif);
 background-repeat:no-repeat;
 }
  
#global_navi li.menu2 a:hover {
 background-image:url(../img/navi_roomlink.gif);
 background-repeat:no-repeat;
 }

#global_navi li.menu3 a {
 background-image:url(../img/navi_facility.gif);
 background-repeat:no-repeat;
 }
 
#global_navi li.menu3 a:hover {
 background-image:url(../img/navi_facilitylink.gif);
 background-repeat:no-repeat;
 }

#global_navi li.menu4 a {
 background-image:url(../img/navi_reservation.gif);
 background-repeat:no-repeat;
 }
 
#global_navi li.menu4 a:hover {
 background-image:url(../img/navi_reservationlink.gif);
 background-repeat:no-repeat;
 }
 
#global_navi li.menu5 a {
 background-image:url(../img/navi_access.gif);
 background-repeat:no-repeat;
 }
 
#global_navi li.menu5 a:hover {
 background-image:url(../img/navi_accesslink.gif);
 background-repeat:no-repeat;
 }
 
/*--->グローバルナビおわり*/

/*--->フラッシュエリア*/

#flash_area {
 width:900px;
 height:350px;
 margin:0 auto;
 }

/*--->新着情報*/

#news_area h3 {
 font-size:90%;
 width:400px;
 line-height:30px;
 background-image:url(../img/newsback.gif);
 background-repeat:no-repeat;
 margin-top:20px;
 padding-left:10px;
 }
 
#news_area {
 width:400px;
 height:250px;
 float:left;
 margin:20px 10px 20px 20px;
 }
 
#news_area ul {
 list-style-type:none;
 margin:10px;
 width:400px;
 height:180px;
 overflow:auto;
 }
 
#news_area li {
 font-size:80%;
 line-height:25px;
 background-image:url(../img/yaji.gif);
 background-repeat:no-repeat;
 background-position:0 15%;
 padding-left:25px;
 border-bottom:1px dotted #EAE4D7;
 }
 
#news_area li a:hover {
 color:#EBD374;
 }
 
#news_area p {
 font-size:80%;
 color:#3333FF;
 line-height:35px;
 }
 
#news_area p a {
 color:#3399CC;
 }
 
#news_area p a:hover {
 color:#33CC99;
 }

 
/*--->新着情報おわり*/

/*--->モバイルサイト*/

#mobile_info h3 {
 font-size:90%;
 width:400px;
 line-height:30px;
 background-image:url(../img/mobileback.gif);
 background-repeat:no-repeat;
 margin-top:20px;
 padding-left:10px;
 }
 
#mobile_info {
 width:400px;
 height:380px;
 float:right;
 margin:20px 20px 20px 10px;
 background-image:url(../img/hotelpark_mobileqr.gif);
 background-repeat:no-repeat;
 background-position:95% 50%;
 }
 
#mobile_info p {
 font-size:85%;
 line-height:25px;
 text-align:left;
 padding:10px 120px 5px 10px;
 }
 
#mobile_info img {
 margin-top:40px;
 }
 
/*--->モバイルサイトおわり*/

/*--->サブナビ*/

#sub_navi {
 clear:both;
 width:910px;
 height:50px;
 background-image:url(../img/footer_bg.gif);
 background-repeat:no-repeat;
 background-position:100% 100%;
 }
 
#sub_navi ul {
 list-style-type:none;
 margin:20px 25px;
 }
 
#sub_navi li {
 float:left;
 font-size:80%;
 background-image:url(../img/yaji.gif);
 background-repeat:no-repeat;
 padding-left:20px;
 padding-right:5px;
 }
 
#sub_navi li a:hover {
 color:#EBD374;
 }
 
/*--->サブナビおわり*/

/*--->フッター*/

#footer {
 clear:both;
 width:910px;
 height:150px;
 margin:0 auto;
 background-image:url(../img/footer.gif);
 background-repeat:no-repeat;
 }

#footer p {
 font-size:90%;
 text-align:right;
 line-height:20px;
 padding-top:30px;
 padding-right:15px;
 }
 
#footer p a:hover {
 color:#EBD374;
 }
 
#footer address {
 font-style:normal;
 font-size:80%;
 text-align:right;
 margin-top:10px;
 padding-right:15px;
 }
 