/***************************************************************

* archimedesspiral
* store_location.css

***************************************************************/
#side-nav a {
	background-image: url(../img/store_location/side_nav.gif);
}
#side-nav a:hover,
#side-nav a.current {
	background-image: url(../img/store_location/side_nav_hover.gif);
}


#store-nav li {
	float: left;
}
#store-nav a {
	display: block;
	height: 40px;
	text-indent: -5000px;
	background-image: url(../img/store_location/store_nav.gif);
}
#store-nav a:hover,
#store-nav a.current {
	background-image: url(../img/store_location/store_nav_hover.gif);
}

#store-nav .sn01 a {
	width: 150px;
	background-position: 0 0;
}
#store-nav .sn02 a {
	width: 150px;
	background-position: -150px 0;
}
#store-nav .sn03 a {
	width: 150px;
	background-position: -300px 0;
}
#store-nav .sn04 a {
	width: 230px;
	background-position: -450px 0;
}
#store-nav .sn05 a {
	width: 219px;
	background-position: -680px 0;
}


.inner {
	margin: 0 0 30px;
}
.inner p,
.inner ul {
	margin: 0 0 10px;
}
.inner .col1 {
	width: 415px;
	float: left;
}
.inner .col2 {
	width: 225px;
	float: right;
}
.inner .col2 p span {
	display: block;
	padding: 5px;
	font-size: 10px;
	background-color: #e2e4e9;
}
.inner th {
	width: 80px;
	padding: 0 0 5px;
}
.inner td {
	padding: 0 0 5px;
}
#topics h4,
.topics h4 {
	padding: 0 0 5px 60px;
	margin: 0 0 15px;
	font-weight: bold;
	color: #001154;
	background: url(../img/store_location/bg_t_topics.gif) no-repeat left bottom;

}
#diary h4,
.diary h4 {
	padding: 0 0 5px 60px;
	margin: 0 0 15px;
	font-weight: bold;
	color: #001154;
	background: url(../img/store_location/bg_t_diary.gif) no-repeat left bottom;

}
.entry {
	padding: 0 0 15px;
	margin: 0 0 15px;
	background: url(../img/common/dot.gif) repeat-x left bottom;
}
.entry p.post-date {
	font-size: 10px;
	text-align: right;
}
.entry .col3 {
	width: 440px;
	float: right;
}
.entry .col4 {
	width: 200px;
	float: left;
}
#accessmap .wrap {
	width: 650px;
	height: 290px;
	padding: 4px;
	border:1px solid #CCC;

}
#map {
	width: 650px;
	height: 290px;
	margin: 0 auto;
	
}
