@charset 'utf-8';
* {
	font-family:"ＭＳ Ｐゴシック", Osaka;
}
body {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
#all {
	position: relative;
	margin: 0px 50px;
	height: 100%;
}
#header {
	height: 145px;
	width: 100%;
	position: relative;
	background-image: url(img/hd_bg.gif);
	background-repeat: repeat-x;
	z-index: 10;
}
#header_bar {
	background-color: #FF3300;
	height: 24px;
	width: 280px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header_bar h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	position: relative;
	left: 10px;
	top: 3px;
	margin: 0px;
	width: 250px;
}
#header_bar_corner {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header_logo {
	position: absolute;
	left: 0px;
	top: 24px;
}
#header_copy {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header_navi {
	position: absolute;
	top: 56px;
	right: 10px;
}
#header_control {
	position: absolute;
	left: 250px;
	bottom: 0px;
	height: 68px;
	width: 530px;
}
#header_button {
	position: absolute;
	bottom: 3px;
	right: 15px;
}
#header_control span {
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
}
#main {
	width: 100%;
	position: relative;
	visibility: hidden;
}
#main_list {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 235px;
}
#list {
	overflow: auto;
	border: 1px solid #9FC2E4;
}
#counter {
	height: 20px;
}

#pager {
	visibility: hidden;
	height: 23px;
	padding-top: 3px;
}

.shop_cell {
	background-color: #E9F2FB;
	font-size: 12px;
	line-height: 14px;
	margin: 6px 3px;
}
.shop_name {
	padding:1px 2px;
	background-color: #C8DEFF;
	font-weight:bold;
}
.shop_name a:link {
	color:#002090;
	text-decoration: none;
}
.shop_name a:hover{
	color:#00A3E8;
	text-decoration: underline;
}
#main_map {
	border: 1px solid #FF9600;
	padding: 3px;
	position: absolute;
	top: 0px;
	left: 250px;
}
#footer {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#footer_navi {
	background-color: #FEEFE0;
	color: #333333;
	font-size: 12px;
	line-height:14px;
	text-align: center;
}
#footer_copy {
	background-color: #FF3300;
	height: 25px;
	position: relative;
}
#footer_copy span {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#left_bar {
	width: 5px;
	height: 100%;
	position: absolute;
	left: -5px;
	top: 0px;
	background-image: url(img/shadow_l.gif);
}
#right_bar {
	width: 5px;
	height: 100%;
	position: absolute;
	right: -5px;
	top: 0px;
	background-image: url(img/shadow_r.gif);
}
.hdmenu {
	font-size: 12px;
	line-height: 14px;
}
.hdmenu td {
	padding: 2px;
}
.hdmenu a:link {
	border: medium none ;
	color: rgb(111, 38, 24);
	text-decoration: none;
}
.hdmenu a:visited {
	color: rgb(205, 133, 63);
	text-decoration: none;
}
.hdmenu a:hover {
	color: rgb(105, 105, 105);
	text-decoration: underline;
}
.ftmenu {
	white-space: nowrap;
}
.ftmenu a:link {
	border: medium none ;
	color: rgb(111, 38, 24);
	text-decoration: none;
}
.ftmenu a:visited {
	color: rgb(205, 133, 63);
	text-decoration: none;
}
.ftmenu a:hover {
	color: rgb(105, 105, 105);
	text-decoration: underline;
}
#gmenu {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#gmenu td {
	padding: 2px;
}
.gmenu_txt {
	font-size: 10px;
}
.gmenu_txt a:link {
	font-size: 10px;
	color: #333333;
}
.gmenu_txt a:visited {
	font-size: 10px;
	color: #333333;
}
.gmenu_txt a:hover {
	font-size: 10px;
	color: #999999;
}
#cmenu {
	position: absolute;
	right: 83px;
	top: 39px;
	width: 500px;
	visibility: hidden;
}
#fmenu {
	position: absolute;
	right: 0px;
	top: 39px;
	width: 500px;
	visibility: hidden;
}
.smenu {
	border-left:2px solid #339999;
	border-right:2px solid #339999;
	background-color:#FFFFFF;
}
.smenu_main {
	text-align:center;
	position:relative;
}
.smenu table {
	width: 478px;
	margin:0px auto;
}
.smenu td{
	width: 33%;
	font-size: 12px;
	line-height:20px;
}
.smenu .close_btn {
	position:absolute;
	right:6px;
	top:-5px;
}
.smenu .close_btn img {
	border-width:0px;
}
.smenu .btn {
	margin:0px auto;
	font-size:13px;
}
.smenu .cb {
	margin:0px 2px;
}
.smenu .corner_tl {
	position:absolute;
	top:-13px;
	left:-2px;
}
.smenu .corner_tr {
	position:absolute;
	top:-13px;
	right:-2px;
}
.smenu .corner_br {
	position:absolute;
	bottom:-13px;
	right:-2px;
}
.smenu .corner_bl {
	position:absolute;
	bottom:-13px;
	left:-2px;
}
.smenu .side_t {
	border-top:2px solid #339999;
	background-color:#FFFFFF;
	width:478px;
	height:13px;
	position:absolute;
	top:-13px;
	left:11px;
}
.smenu .side_b {
	border-bottom:2px solid #339999;
	background-color:#FFFFFF;
	width:478px;
	height:13px;
	position:absolute;
	bottom:-13px;
	left:11px;
}
.marker {
	font-size: 12px;
	line-height: 1.3;
	border-width:0px;
	width: 220px;
}
.marker img {
	border-width:0px;
}
.marker_title {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}
.marker_title a:link {
	color:#0000CC;
	text-decoration:none;
}
.marker_title a:visited {
	color:#660099;
	text-decoration:none;
}
.marker_title a:hover {
	color:#6633CC;
	text-decoration: underline;
}
.pinfo {
	font-size: 14px;
	font-weight: bold;
	color: #333366;
	text-align: center;
}
.pinfo .orange {
	color:#FF6600;
}
.pinfo .orangebig {
	color:#FF6600;
	font-size: 16px;
}
.pinfo a:link {
	color:#3333CC;
}
.pinfo a:visited {
	color: #3333CC;
}
.pinfo a:hover {
	color:#3399CC;
}
#test {
	position: absolute;
	left: 200px;
	top: 30px;
}
#test_output {
	font-size: 12px;
	width: 400px;
}
#list_onload {
	width: 130px;
	position: absolute;
	top: 26px;
	left:3px;
}
#map_onload {
	width: 100px;
}
.onload_msg {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #AFEBD8;
	padding: 3px;
}
