@charset "utf-8";

/*
site全体用の基本スタイルシートです。
1行目のキャラクターセットは絶対に消さないように！
*/

/* td設定 */
td.w150 {
width: 150px;
}

td.w250 {
width: 250px;
}

td.w350 {
width: 350px;
}

td.w500 {
width: 500px;
}

td#charge {
background-image: url(images/charge_bg.jpg);
background-repeat: no-repeat;
background-position: top;
text-align: left;
width: 500px;

}

td#facilities {
background-image: url(images/facilities_bg.jpg);
background-repeat: no-repeat;
background-position: top;
text-align: center;
width: 500px;
}

td#meal {
background-image: url(images/meal_bg.jpg);
background-repeat: no-repeat;
background-position: top;
text-align: center;
width: 500px;
/*
height: 500px;
*/
}

td#map {
background-image: url(images/map_bg.jpg);
background-repeat: no-repeat;
background-position: top;
text-align: center;
width: 500px;
/*
height: 500px;
*/
}

td#sightseeing {
background-image: url(images/sightseeing_bg.jpg);
background-repeat: no-repeat;
background-position: top;
text-align: center;
width: 500px;
/*
height: 500px;
*/
}

/* text設定 */
p.info {
margin: 5px 0 3px 5px;
}

p.con_title {
margin: 10px 0 10px 5px;
}

p.charge {
margin: 10px 0 10px 25px;
font-size: 15px;
line-height: 150%;
}

p.charge_float_right {
margin: 10px 0 10px 5px;
font-size: 15px;
line-height: 150%;
}

p.caption {
margin: 5px 0 5px 0;
font-size: 13px;
line-height: 150%;
}