@charset "utf-8";

/* メインコンテンツ(div#contents)
-------------------------------------------- */
#header,#nav-main,#footer{
display:none;
}

body{
background: #FFFFFF;
color: #000000;
font-size:80%;
font-family: Arial, "ヒラギノ角ゴ Pro W3", "Osaka","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
line-height: 1.5;
}

img{border: none;}

#contents{
width:500px;
float:left;
margin:0;
padding:10px 0 0 0;
}

div#cont h3{
margin:20px auto 5px;
padding-left:18px;
background:url(../img/access/list_arrow1.gif) left center no-repeat;
border-top:#666666 solid 1px;
border-bottom:#666666 solid 1px;
font-size:100%;
line-height:20px;
}

div#cont ul{
list-style-type:none;
padding-left:5px;
}

div#cont ul li{
padding-left:18px;
padding-top:2px;
padding-bottom:2px;
background: url(../img/access/ten_01.gif) center left no-repeat;
text-align:left;
font-size:100%;
}

p.fully-booked{
width:94%;
margin:3px auto;
padding:3px;
border:#FF6699 dotted 2px;
background-color:#FDE7FE;
font-weight:bold;
text-align:center;
font-size:110%;
}

p.img-box-center img{
border:none;
}

div#map-google{
margin:10px auto;
}






