@charset "utf-8";
/* CSS Document */
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,
p,blockquote,table,th,tr,td,img,a
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
	text-decoration:none;
	border: none;
}
hr{
	display: none;
}

/* clearfix */
/* clearfixはfloat使用時に親要素の背景が途切れるのを防ぐのに使用します。親要素にこのクラスを適用します。 */
/* for modern browser */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

html{
	height: 100%;
}

body  {
	font: 16px "メイリオ",meiryo,Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333333;
}
/* 全てのブラウザでフォントサイズを統一します。IEでも拡大縮小時にサイズ変更可能です。 */
/* IE6 */
* html body { font-size:100%; }
/* IE7 */
*:first-child+html body { font-size:100%; } 


/* 左寄せ */
.left{
	float:left;
}
.hidari{
	width: 49%;
	text-align: left;
}
/* 右寄せ */
.right{
	float:right;
}
.migi{
	width: 49%;
	text-align: right;
}
/* 中央ぞろえ */
.center{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
/* 解除 */
.clear{
	clear:both;
}
/* アンカー */
a {
	text-decoration: underline;
	outline: none;
}
a:link,
a:visited {
	color: #006600;
}
a:hover,
a:active {
	color: #FF6600;
}



#container { 
	width: 560px;  
	background: #ffffff;
	margin: 10px auto; 
	border: none;
	text-align: left;
	font-size: 80%;
	padding: 0;
}
form {
	display: inline;
} 
input,select {
	padding: 1px;
	font-family: "メイリオ",meiryo,Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

input[type="text"]{
	width: 200px;
}
#search_area{
	text-align: left;
	position: relative;
	height: auto;
	width: 560px;
	overflow: hidden;
}
.list_table{
	width: 550px;
	border: 1px solid #666666;
	border-collapse: collapse;
	margin: 5px 0;
}
.list_table th,td{
	border: 1px solid #666666;
	padding: 2px;
	text-align: left;
}
.list_table th {
	background:#CCCCCC;
	font-weight: normal;
	text-align: left;
}
.photo_area{
	text-align: center;
	width: 104px;
	height: 79px;
}

#shop_detail{
	width: 560px;  
	background: #ffffff;
	margin: 0; 
	border: none;
	text-align: left;
	font-size: 80%;
	padding: 0;
}
h2{
	text-align: left;
	color: #333300;
}
#shop_detail #photo_area{
	width : 360px;
	text-align: center;
	padding: 0;
	margin: 0
}
#shop_detail .photo{
	display: block;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin: 2px auto;
}
.item_list{
	width: 193px;
	line-height: 1.3;
	padding: 0 0 0 7px;
}
.item_list dt{
	line-height: 1.5;
	border-left: #333300 3px solid;
	border-bottom: #333300 1px dotted;
	font-weight: bold;
	padding-left: 3px;
}
.item_list dd{
	margin: 0 0 10px 10px;
	font-size: 80%;
	line-height: 1.5;
}
.inner dt{
	border: none;
	font-weight: normal;
	margin-top: 5px;
}
.inner dd{
	padding-left: 2em;
	margin: 0;
	font-size: 100%;
}
#park_bnr{
	position: absolute;
	right: 0;
	top : 0;
	width: 115px;
	height: 52px;
	margin: 0;
}
