/* CSS Document */
*{
margin:0;
padding:0;
}
body{
/*background-color:#E6EFDC;*/
font-size:small;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1{
font-size:x-small;
color:#ffffff;
}
/*文字設定*/
p{
margin:5px;
margin-left:10px;
font-size:small;
}
/*全体のくくり*/
#all{
width:800px;
height:465px;
margin-left:auto;
margin-right:auto;
}
#logo{
width:800px;
height:70px;
margin-top:10px;
}
/*side,rightのくくり*/
.content{
width:800px;
height:auto;
}
/*メイン、問い合わせ、お知らせ、ナビゲーションのくくり*/
#right{
width:530px;
height:465px;
float:right;
}
/*メインスペース*/
#main{
width:524px;
height:294px;
border:#000000 3px solid;
}
/*お問い合わせ、お知らせのくくり*/
#right_bottom{
width:530px;
height:125px;
}
/*お問い合わせ*/
#toiawase{
width:205px;
height:130px;
float:left;
background-color:#E6EFDC;
}
/*余暇からのお知らせ*/
#information{
width:325px;
height:130px;
float:right;
background-color:#D9D9D9;
overflow:auto;
}
#information p{
margin-bottom:10px;
font-size:x-small;
}
/*お問い合わせ、お知らせのタイトル*/
.title{
margin:5px;
margin-right:0px;
}
/*ナビゲーション*/
#navi{
width:520px;
height:25px;
padding:15px 10px 0px 0px;
text-align:right;
background-color:#000000;
}
#navi a{
color:#FFFFFF;
font-size:x-small;
padding:5px 5px 5px 5px ;
}
#navi a:hover{
background-color:#333333;
text-decoration:none;
}
/*左横*/
#side{
width:270px;
height:465px;
float:left;
}
/*左側メニュー*/
#side ul{
width:270px;
height:auto;
}
#side li{
width:270px;
height:155px;
list-style:none;
text-indent:-9999px;
}
#side li a{
width:270px;
height:155px;
display:block;
}
#side a:hover{
background-position:bottom;
}
#side_okuru a{
background-image:url(../images/okuru.jpg);
background-position:top;
}
#side_tanoshimu a{
background-image:url(../images/tanoshimu.jpg);
background-position:top;
}
#side_iyasu a{
background-image:url(../images/iyasu.jpg);
background-position:top;
}
/*お問い合わせ電話番号（太文字）*/
.style1 {
	font-size: 14px;
	font-weight: bold;
}
/*右上電話番号*/
.tel{
margin-left:420px;
margin-bottom:5px;
}
/*フッター*/
#footer{
width:800px;
height:15px;
text-align:right;
font-size:x-small;
margin-top:5px;
}
.kesu{
clear:both;
}
.mainswf{
margin-left:20px;
}
#top{
width:auto;
height:auto;
background-color:#000000;
}
dl{
margin:5px;
margin-left:10px;
}
dt{
font-size:x-small;
margin-bottom:5px;
}
dd{
margin-bottom:10px;
font-size:x-small;
}
