/* 
CSS : hotel_ar
 */
 
*, html{
margin:0;padding:0;
}

ul,ol{
margin:0;
padding:0;
}
ul li {
list-style: none;
}
ul li a{
text-decoration:none;
border:none;
}
img{
border: none;
}

/* 
basic
 */

body {
margin: 0; 
padding: 0; 
font-family: arial, sans-serif, Osaka, verdana; 
color: #333; 
text-align: center;
background: url(img/headline.gif) repeat-x;
letter-spacing: 1px;
}


/* 
link
 */
 
a { 
color: #03a1f1; 
text-decoration:none;
}

a:hover {
color: #83d1f9;
}


/* 
wrapper_all
 */

#wrapper_all {
width: 797px;
margin: 0 auto;
text-align: left;
}


/* 
Header
 */
 
#header_space {
width: 797px;
height: 277px;
background: url(img/head.jpg) no-repeat;
}
#header_space h1 {
padding: 0 0 0 20px;
}
#header_space h1 a {
display: block;
width: 428px;
height: 76px;
}
#header_space h1 a span {
display: none;
}


/* 
Content
 */
 
#main_column {
float: left;
width: 514px;
overflow: hidden;
padding-left: 10px;
} 
#main_column h2 {
display: block; 
width: 501px;
background: url(img/info.gif) no-repeat;
margin: 20px 0 0 0;
padding: 8px 0 8px 30px;
font-size: 12px;
} 
#main_column .pankuzu {
font-size: 12px;
color: #fff;
background-color: #03a1f1;
padding: 3px 6px;
}
#main_column .pankuzu a {
color: #fff;
text-decoration:underline;
}
#main_column .pankuzu a:hover {
text-decoration:none;
}
#main_column h1 {
padding: 15px;
font-size: 24px;
border-bottom: 4px solid #03a1f1; 
}
#main_column  .text_space { 
padding: 20px;
line-height: 250%;
}
.gnr {padding: 20px;}
.gnr li { margin: 20px 0; font-size: 16px; font-weight: bold;}
.gnr li a { color: #575757;}
.gnr li a:hover { color: #03a1f1;}

#main_column .totop {
    text-align: right;  
    margin: 20px 0; 
}
.other_pagelinks {
padding: 5px 15px 15px 30px;
line-height: 250%;
font-size: 12px;
color: #666;
}


/* 
pagelist
 */
 
#side_list {
float: right;
font-size: 12px;
width: 240px;
border: 1px solid #ddd;
margin-top: 20px;
overflow: hidden;
}
#side_list .navi_top {
display: block;
width: 228px;
background: url(img/list_top.gif) no-repeat;
padding: 6px 0 4px 0;
margin-left: 6px;
}
#side_list .navi_top a {
display: block;
width: 228px;
height: 67px;
}
#side_list .navi_top a span {
display: none;
}
.block {
background-color: #ececec;
margin: 0 6px;
} 
.block li a {
display: block; 
line-height: 120%;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #f6f6f6;
background: url(img/mark.gif) no-repeat left;
color: #333;
margin: 0 10px;
letter-spacing: 3px;
}
.block li a:hover {
color: #03a1f1;
}
.block li a span {
display: block;
padding: 16px 0px 16px 30px;
}
.pr {
padding: 15px;
line-height: 230%;
}
.pr li {
border-bottom: 1px dotted #aaa;
}
/* 
foot
 */
 
#footer {
clear: both;
font-size: 11px;
}
#footer p {
text-align: right;
padding: 5px 10px;
background-color: #333;
color: #fff;
}
#footer ul {
line-height: 140%;
padding: 15px;
}
#footer ul li {
padding-bottom: 10px;
}

