/*　トップページ　*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
}




/*-------------------------
　メニュー
-------------------------　*/

#menu{
	width:182px;
	margin:0 auto;
	text-align:center;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li{
	margin:10px auto;
}



/*　ご予約プラン一覧　予約照会　*/

#menu_jalan{
	width:200px;
	margin:0;
}

#menu_jalan ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:50px;
}

#menu_jalan ul li {
	text-indent:-9999px;
	margin:10px 0;
}


/*　ご予約プラン一覧　*/
	#menu_jalan ul li#reserve a{
		background:url(img/btn_reserve.gif) no-repeat;
		display:block;
		width:200px;
		height:91px;
	}

	#menu_jalan ul li#reserve a:link{
		background-position:0 0;
	}
	
	#menu_jalan ul li#reserve a:hover{
		background-position:0 -91px;
	}
	

/*　予約照会　*/
	#menu_jalan ul li#refer a{
		background:url(img/btn_refer.gif) no-repeat;
		display:block;
		width:200px;
		height:91px;
	}

	#menu_jalan ul li#refer a:link{
		background-position:0 0;
	}
	
	#menu_jalan ul li#refer a:hover{
		background-position:0 -91px;
	}
	
/*　インターネットサービス　*/
#menu_under{
	width:200px;
	height:140px;
	background: url(img/bn_internet.gif) no-repeat;
	text-indent:-9999px;
}

/*-------------------------
　メイン
-------------------------　*/


/*　コメント　*/
.comment{
	margin:20px auto;
	width:500px;
}

.comment p{
	margin:20px 0;
	line-height:150%;
}


/*　フリーダイヤル　*/
#fd_img{
	background:url(img/fd.gif) top left no-repeat;
	width:440px;
	height:110px;
	margin:30px ;
	text-indent:-9999px;
}


address{
	font-style:normal;
	line-height:150%;
	margin:15px auto;
	color:#666666;
}
















