
body	{
	background-color: white;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
	}

/*　タイトルの整形　*/

.centerTitle	{
	text-align: center;
	}


/*　段組　*/
#contents	{
	text-align: left;
	width: 600px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
}
#idxContent	{
	text-align: left;
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
}
.kiri	{
	clear: both;
}

/* タブ設定 */

ul.tab	{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li.headLine	{
	float: left;
	cursor: pointer;
	color: #fff;
	font-weight: 900;
	padding-top: 2px;
	margin-bottom: 0px;
	width: 100px;
	height: 20px;
	text-align: center;
	background: url("image/access/tab02.gif") #fff top left no-repeat;
}

#list1	{
	background: url("image/access/tab01.gif") #fff top left no-repeat;
}

.kijiBox	{
	clear: both;
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
	margin: 0px;
	}

div.itemAll	{
	display: none;
	clear: both;
	margin: 0px;
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
}


#info	{
	display: none;
	font-size: 14px;
	line-height: 2.0;
	color: #333;
	padding: 15px;
	}

/*　リンク色の調整　*/
	
a:link {
	color: #003d8a;
	}
a:visited{
	color: dodgerblue;
	}
a:active{
	color: orangered;
	}


/*　ヘッドライン　*/
h1.hiroba	{
	font-size: 13px;
	color: #03c;
	margin-top: 3px;
	margin-bottom: 2px;
	text-align: center;
	}
h2	{
	font-size: 14px;
	font-weight: 900;
	margin-top: 0pt;
	margin-bottom: 3px;
	}
h3	{
	color: #06c;
	font-size: 24px;
	border-bottom: 1px solid #666;
	}
h4	{
	clear: both;
	color: darkcyan;
	font-size: 18px;
	margin-top: 0pt;
	margin-bottom: 0pt;
	padding: 20px 0px 5px 0px;
	}
div.shopName	{
	padding-top: 10px;
	margin-bottom: 5px;
	}
div.memo h5	{
	margin-bottom: 3px;
	}

/*　フォントいじり　*/
.oomoji{font-size: 150%;
	color: #000000;}
.komoji{
	font-size: 80%;}

.hutoji	{
	font-weight: 900;
	}
.hutodai	{
	font-weight: 900;
	font-size: large;
	}
.hutosho	{
	font-weight: 900;
	font-size: small;
	}

.doyo	{
	 color: lightseagreen;
		}
.niti	{
	 color: red;
		}
.sikaku	{
	border: solid 1px #666;
	padding: 5px;
	background-color: #dcdcdc;
	}

/* 電話と web */

div.phone	{
	background-color: #dcdcdc;
	margin: 10px;
	padding: 5px;
	}

/* アクセスのテーブル */

td.station	{
	border: solid 1px #666;
	padding: 5px;
	background-color: #dcdcdc;
	}

/* 食事の段組 */
.flo	{
	 float: left;
	 width: 175px;
	 margin: 0px;
		}
.flom	{
	 margin-left: 185px;
	 _margin-left: 200px;
	 margin-bottom: 5px;
	 width: 350px;
	 _width: 300px;
		}



.playFlo	{
	 float: left;
	 width: 300px;
	 margin-top: 15px;
	 font-size: 12px;
	 line-height: 1.2;
		}
.playFlom	{
	 margin-top: 15px;
	 margin-left: 310px;
	 margin-bottom: 5px;
	 width: 220px;
		}

/*　メモ　*/
.memo-top{
	 background: url(image/parts/memo_top.gif) #fff no-repeat bottom left;
	 width: 162px;
	 height: 14px;
	 }

.memo	{
	 background-color: #efecbe;
	 width: 152px;
	 _width: 162px;
	 padding: 5px;
	 _padding: 0px;
	 font-size: 12px;
	 font-weight: normal;
	 color: 7b8a84;
	 }
.memo-bottom	{
	 background: url(image/parts/memo_bottom.gif) #fff no-repeat top left;
	 width: 162px;
	 height: 21px;
	 }
div.danraku	{
	margin-left: 10px;
	_margin-left: 0px;
	}


/* 娯楽の料金背景 */

div.rBorder	{
	padding-right: 5px;
	font-size: 12px;
	}

/* トラブル　病院のテーブル背景色他 */

td.hos1	{
	width: 100px;
	text-align: center;
	background-color: #dcdcdc;
	}
td.hos2	{
	padding: 5px;
	background-color: powderblue;
	}

/*　引用の整形　*/
blockquote{
	 padding-left: 55px;
	 margin: 10px;
	 font-size: 12px;
	 color: #666;
	 background: url("../images/parts/blockquote.gif") top left no-repeat;
	 line-height: 1.4;
		}

/*　イメージについて　*/
img	{
	border: none;
}
img.naka{
	vertical-align: baseline;
	margin-right: 5px;
	}
img.naka2	{
	vertical-align: middle;
	margin-right: 5px;
	}
	
	/* イメージの回り込み */
	
	img.leftImg	{
		float: left;
		padding: 5px;
		}
	img.rightImg	{
		float: right;
		padding: 5px;
		}

/*　リストの整形　*/
ul	{
	list-style-image: url("../images/parts/kuroten.gif");
	color: #333;
	}

ul.tama	{
	 list-style-image: url("../images/parts/link_ten.gif");
	 position: relative;
		}
ul.sema	{
	list-style-image: none;
	color: #333;
	margin-left: 10px;
	padding-left: 10px;
	}


/*　ポップアップ内文書の整形　*/
.mado	{
	float: left;
	width: 340px;
	margin: 10px 0px;	
	padding-right: 5px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	border-right: #ccc solid 1px;
	}
.mado h2	{
	font-size: 18px;
	color: firebrick;
	}
.mado2	{
	float: left;
	width: 540px;
	margin: 10px 0px;	
	padding-right: 5px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	border-right: #ccc solid 1px;
	}
.mado2 h2	{
	font-size: 18px;
	color: firebrick;
	}
.kesi	{
	display: block;
	}
.rightAd	{
	float: right;
	width: 240px;
	margin-top: 20px;
	padding-left: 5px;
	}
.data	{
	text-align: right;
	font-size: 12px;
	color: #06c;
	margin-bottom: 1em;
	}

td.hei	{
	width: 60px;
	 font-weight: 900;
	 font-size: normal;
	 background-color: tan;
	 vertical-align: top;
	 text-align: center;
		}
td.bei	{
	 background-color: beige;
		}

/*　宿泊　*/
.hidari{
	float: left;
	width: 300px;
	display: block;}
.migi{
	margin-left: 310px;
	width: 220px;
	display: block;
	}
.price{
	 font-size: 30px;
	 font-weight: 700;
	 color: #999;
	 padding-left: 25px;
	 background: url(image/parts/yen.gif) #fff no-repeat top left;
	 vertical-align: baseline;
	 margin-right: 10px;
	 display: inline;
	 }
.rec	{
	 color: blue;
	 font-size: 11px;
	 margin-top: 0pt;
	 margin-left: 0px;
	 text-align: right:
	 }
.biko	{
	 clear: both;
	 margin: 0px 20px 15px 20px;
	 padding: 8px;
	 font-size: 12px;
	 border: 1px dashed #000;
	 }
/* トラブル段組み */

div.policeBox	{
	float: left;
	width: 160px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	}
div.dentalBox	{
	float: left;
	width: 250px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	}

/* ペットと一緒 */


.readbox{
	 width: 640px;
	 height: 480px;
	 background: url(image/dog/dogs_back02.gif) no-repeat #fff;
	 padding: 5px;
	 text-align: left;
	 margin: 0 auto;
	}
.readme	{
	 width: 300px;
	 font-size: 12px;
	 float: left;
	 line-height: 120%;
	}
.readme2{
	 width: 300px;
	 margin-left: 315px;
	 font-size: 12px;
	 line-height: 120%;
	}
div.readme2 h3	{
	font-size: 16px;
	margin-top: 0pt;
	margin-bottom: 5px;
	color: #06c;
	border: none;
	}
span.f5Back	{
	background-color: #f5f5f5;
	}


h4.hone	{
	 clear: both;
	 background: url(image/dog/hone.gif) #fff no-repeat bottom left;
	 padding: 50px 0px 0px 40px;
	 border-bottom: dotted 2px #ccc;
	 color: #000;
	}
.kuroya	{
	 background: url(image/dog/kuro_yajirusi.gif) no-repeat #fff;
	 padding-left: 25px;
	 vertical-align: bottom;
	}
.info	{
	 width: 250px;
	 float: left;
	 border-right: dashed 1px #000;
	}
.info2	{
	 width: 250px;
	 margin-left: 260px;
	}

.shohin	{
	 border: dashed 1px #ccc;
	 width: 640px;
	 padding: 5px;
	}

.imaiFlo	{
	 float: left;
	 width: 300px;
	 margin-top: 15px;
	 line-height: 1.2;
		}
.imaiFlom	{
	 margin-top: 15px;
	 margin-left: 310px;
	 margin-bottom: 5px;
	 width: 220px;
		}


/*　フッタさん　*/
div.footer	{
	clear: both;
	width: 550px;
	text-align: center;

	font-size: 12px;
	}
div.footer ul	{
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	}
div.footerBox	{
	float: left;
	width: 120px;
	margin-top: 10px;
	padding-left: 5px;
	color: #000;
	text-align: left;
	}
div.footerBox a	{
	text-decoration: none;
	}
div.footerBox a:link	{
	color: #333;
	}
div.footerBox a:visited	{
	color: #666;
	}
div.footerBox a:hover	{
	color: #ccc;
	}

address	{
	clear: both;
	font-size: 12px;
	font-style: normal;
	color:#666;
	}
