.content_right {
	border-color: #c9c48b;
}

#main_content div.for_iebug { padding: 0 10px; }
#main_content h2 {
	margin-bottom: 5px;
	padding: 0 5px 5px;
	border-bottom: 1px solid #c9c48b;
	font-size: 150%;
	text-indent: -5000px;
}
#main_content h2 span {
	display: block;
	height: 45px;
}
#main_content h2.hospitals span  { background: url(/images/h2_hospitals.png) no-repeat left center;}
#main_content h2.pet_hotels span { background: url(/images/h2_pet_hotels.png) no-repeat left center;}
#main_content h2.pet_shops span  { background: url(/images/h2_pet_shops.png) no-repeat left center;}
#main_content h2.trimmings span  { background: url(/images/h2_trimmings.png) no-repeat left center;}

#main_content .store_type, 
#main_content .store_area {
	background: #c9c48b;
	color: #fff;
}
#main_content .store_type a, 
#main_content .store_area a { color: #fff; }


#main_content .store_type {
	height: 32px;
	margin-left: 32px;
	background: url(/images/store_types.png) no-repeat;
}
#main_content .store_type p {
	height: 7px;
	width: 100%;
	margin-bottom: 0;
	font-size: 2px;
	line-height: 1;
	text-indent: -5000px;
}
#main_content .store_type ul {
	margin-left: 70px;
}
#main_content .store_type li {
	width: 132px;
	height: 25px;
	float: left;
	text-indent: -5000px;
}
#main_content .store_type a {
	height: 100%;
	display: block;
}
#main_content .store_type .hospitals a  { background: url(/images/store_types.png) no-repeat -70px -39px; }
#main_content .store_type .pet_shops a  { background: url(/images/store_types.png) no-repeat -202px -39px; }
#main_content .store_type .trimmings a  { background: url(/images/store_types.png) no-repeat -334px -39px; }
#main_content .store_type .pet_hotels a { background: url(/images/store_types.png) no-repeat -466px -39px; }

#main_content .store_type .hospitals a.selected  { background: url(/images/store_types.png) no-repeat -70px -7px; }
#main_content .store_type .pet_shops a.selected  { background: url(/images/store_types.png) no-repeat -202px -7px; }
#main_content .store_type .trimmings a.selected  { background: url(/images/store_types.png) no-repeat -334px -7px; }
#main_content .store_type .pet_hotels a.selected { background: url(/images/store_types.png) no-repeat -466px -7px; }

/*===== store_area =====*/
#main_content .store_area, 
#main_content .store_list,
#main_content .store_detail {
	float: left;
}
#main_content .store_area {
	width: 32px;
	min-height: 700px;
	background: #c9c48b url(/images/store_areas.png) no-repeat;
	position: relative;
}

#main_content .store_area p {
	height: 70px;
	text-indent: -5000px;
}
#main_content .store_area ul {
	margin-left: 8px;
	margin-bottom: 15px;
}
#main_content .store_area li {
	width: 24px;
	height: 89px;
	text-indent: -5000px;
}
#main_content .store_area a {
	height: 100%;
	display: block;
}

#main_content .store_area .hokkaido_tohoku a { background: url(/images/store_areas_menus.png) no-repeat -24px 0; }
#main_content .store_area .kanto_koshinetsu a { background: url(/images/store_areas_menus.png) no-repeat -24px -89px; }
#main_content .store_area .tokai a { background: url(/images/store_areas_menus.png) no-repeat -24px -178px; }
#main_content .store_area .kansai a { background: url(/images/store_areas_menus.png) no-repeat -24px -267px; }
#main_content .store_area .chugoku a { background: url(/images/store_areas_menus.png) no-repeat -24px -356px; }
#main_content .store_area .kyushu a { background: url(/images/store_areas_menus.png) no-repeat -24px -445px; }
#main_content .store_area .outconus a { background: url(/images/store_areas_menus.png) no-repeat -24px -534px; }

#main_content .store_area .hokkaido_tohoku a.selected { background: url(/images/store_areas_menus.png) no-repeat 0 0; }
#main_content .store_area .kanto_koshinetsu a.selected { background: url(/images/store_areas_menus.png) no-repeat 0 -89px; }
#main_content .store_area .tokai a.selected { background: url(/images/store_areas_menus.png) no-repeat 0 -178px; }
#main_content .store_area .kansai a.selected { background: url(/images/store_areas_menus.png) no-repeat 0 -267px; }
#main_content .store_area .chugoku a.selected { background: url(/images/store_areas_menus.png) no-repeat 0 -356px; }
#main_content .store_area .kyushu a.selected { background: url(/images/store_areas_menus.png) no-repeat 0 -445px; }
#main_content .store_area .outconus a.selected { background: url(/images/store_areas_menus.png) no-repeat 0 -534px; }



#main_content .store_list,
#main_content .store_detail { width: 711px; }
#main_content h3 {
	margin: 15px 0 5px;
	padding-bottom: 5px;
}
#main_content h3 span {
	display: block;
	height: 20px;
	line-height: 20px;
	text-indent: 23px;
	font-size: 130%;
}
#main_content h3.hospitals span  { background: url(/images/h3_hospitals.png) no-repeat left center;}
#main_content h3.pet_hotels span { background: url(/images/h3_pet_hotels.png) no-repeat left center;}
#main_content h3.pet_shops span  { background: url(/images/h3_pet_shops.png) no-repeat left center;}
#main_content h3.trimmings span  { background: url(/images/h3_trimmings.png) no-repeat left center;}


#main_content .store_list table { float: left; }
#main_content .infomations { float: right; }


#main_content .store_list table {
	width: 528px;
	border-top: 1px solid #c9c48b;
	border-left: none;
	border-right: none;
	border-collapse: separate;
	border-spacing: 3px;
}
#main_content .store_list th, 
#main_content .store_list td {
	padding: 4px;
}

#main_content .store_list th, 
#main_content .store_list td.prefectural {
	border: 1px solid #c9c48b;
}

#main_content .store_list table .tel { width: 70px; }
#main_content .store_list table .name a { display: block; }

#main_content .store_list td { vertical-align: top; }
.store_list td.border {
	height: 1px;
	border-bottom: 1px dotted #c9c48b;
	font-size: 0;
	line-height: 1;
}
.store_list td.eof_prefectural { border-bottom: 1px solid #c9c48b; }

#main_content .store_list th.prefectural, 
#main_content .store_list td.prefectural {
	width: 1em;
	line-height: 1.1;
}
#main_content .store_list th.prefectural { border: none; }



#main_content .store_icons {
	margin-bottom: 10px;
	text-align: center;
	width: 527px;
}
#main_content .store_icons img { margin: 1px; }

#main_content .infomations { width: 151px; }
#main_content .infomations .content {
	border: 1px solid #c9c48b;
	border-top: none;
	border-bottom: none;
	font-size: 88%;
}
#main_content .infomations .content p { margin-bottom: 0; }
#main_content .infomations .corner_bottom { margin-bottom: 15px; }

#main_content .infomations .about_shop { padding: 0 5px; }
#main_content .infomations .about_shop .logo {
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	border-bottom: 1px dotted #c9c48b;
	text-align: center;
	line-height: 2.5;
}
#main_content .infomations .search_this_area p {
	padding-top: 0.5em;
	text-align: center;
}
#main_content .infomations strong { color: #333; }



#main_content .goto_top { margin-top: 3em; }
#main_content .goto_top a,
#main_content .goto_select a {
	min-height: 15px;
	height: 1em;
	margin-top: 10px;
	padding-left: 15px;
	font-size: 85%;
}
#main_content .goto_top a { background: url(/images/arrow_top_stores.png) no-repeat left center; }
#main_content .goto_select a {
	background: url(/images/arrow_select_stores.png) no-repeat left center;
  float: right;
}
* html #main_content .goto_select a { margin-bottom: -1em; }

