@charset "utf-8";
@import url("wordpress/wp-content/themes/shinbanba03/style.css");

.clear{
	clear: both;
	font-size: 0px}
/** html_contents **/

/** map **/
/* マップタイトル */
#mapbar
	{
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 97%;
	font-weight: bold;
	line-height: 24px;
	display: block;
	background-image: url(wordpress/wp-content/themes/shinbanba03/img/titlebar.gif);
}


/* マップの表示ブロック */	
#maparea
	{
	margin-top: 10px;
	position: relative;
	height: 500px;
	width: 950px;
	overflow: hidden;
}


/* マップの表示部分（バック） */
/* (！) position: relative; もしくは position: absolute; は必ず指定して下さい。*/		
#mapmain
	{
	position: relative;
	left: 5px;
	top: 0px;
	height: 465px;
	width: 620px;
	overflow: hidden;
}


/* マップ本体 */
#map
	{
	height: 465px;
	width: 620px;
	z-index: 2;
	background-color: #eeeeee;
}


/* マップナビ */	
#naviarea
	{
	float: left;
	height: 500px;
	width: 304px;
}


#categoryNavi 
	{
	position: absolute;
	left: 635px;
	top: 0px;
	width: 280px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #33CCCC;
}


#categoryNavi select
	{
	width: 270px;
}


#itemNavi
	{
	position: absolute;
	left: 635px;
	top: 48px;
	height: 396px;
	width: 280px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #33CCCC;
	font-size: 90%;
	line-height: 115%;
}


#mapInfo
	{
	width: 770px;
	padding: 5px 10px 5px 10px;
	margin: 10px 0 10px 0;
	border: 1px solid #aaa68a;
}


#mapInfo-url
	{
	width: 350px;
}


/* KsGMap の ID */
/* マップ内に表示するメッセージ */
#ksgmap--map-message
	{
	margin: 10px;
	font-size: 90%;
}


/* マップナビの自分自身 */
#ksgmsp--mapNavi-listItem--mySelf
	{
	background-color: #eeeeee;
}


/* カテゴリナビのすべて表示 */
#ksgmsp--categoryNavi-listItem--all
	{
	background-color: #eeeeee;
}


/* カテゴリナビの未定義の場合 */
#ksgmsp--categoryNavi-listItem--undefined
	{
	background-color: #eeeeee;
}



/** shop **/
.shopgenre{
	width : 753px;
	overflow: hidden;
	float: left;
	padding-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #33CCCC;
	font-size: 93%;
	line-height: 22px;
	background: url(wordpress/wp-content/themes/shinbanba03/img/titlebar.gif) repeat;
	color: #000080;
}

.shop{
	clear: both;
	width: 768px;
	border: 1px solid #FCC;
	overflow: hidden;
	margin-bottom: 10px
}
.shop .headerbox{
	float: left;
	width:100%;
	background-image: url(wordpress/wp-content/themes/shinbanba03/img/content_title.jpg);
}	
.shop .imgbox{
	float: left;
	width: 218px;
}
.shop .listbox{
	float: left;
	width: 548px;
}
.shopname{
	float: left;
	width:100%;
	padding-left: 15px;
	line-height: 28px;
	background-image: url(wordpress/wp-content/themes/shinbanba03/img/content_title.jpg);
}
.shopimg{
	margin: 10px 20px 10px 10px;
	border: 4px solid #cfcfcf;
}
.shop ul{
	padding-top :5px;
	font-size: 93%;
	line-height: 1.7em;
}
.shopname a{
	color: #000080;
}

.img_item{
	overflow: hidden;
	float:left;
	margin: 10px 5px;
	}
.imgcenter{
	display:block;
	text-align:center;
	font-size:77%;
	margin: 10px 0px;
}

.content table{
	padding: 0px;
	font-size: 85%;
	margin: 15px;
}
.content tr{
	text-align: left;
	font-weight: normal;
	padding-top: 0px;
}
.content th{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ECECEC;
	line-height: 2em;
}
.content td{
	background-color: #f6f6f6;
	line-height: 2em;
	padding-right: 10px;
	padding-left: 10px;
}

.eventbox{
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	}
.eventmapbox{
	float: left;
	width: 300px;
	overflow: hidden;
	margin-bottom:10px;
}
.eventcnttbox{
	float: left;
	width: 458px;
	overflow: hidden;
	margin-bottom:10px;
	margin-right:10px;
	}




.eventtile{
	padding-bottom:10px;
	overflow: hidden;
	width: 100%;
}

.content_writing h3{
	font-size:108%;
	color: #009;
	padding-top: 10px;
	padding-bottom: 10px;
	}
