@charset 'utf-8';
/* CSS Document */
/* =========================================================
 sister store
========================================================= */
body {
	background-color: #fff;
	background-image: none;
	width: 740px;
}
.sisterStoreBlock {
	margin: 20px 0 0 20px;
}
.sisterBox {
	background: #797979;
    border: 1px solid #797979;
	float: left;
	height: 228px;
	margin: 0 10px 20px 0;
	width: 126px;
}
.sisterBox a {
	color: #fff;
	text-decoration: none;
}
.sisterBox a:hover {
	text-decoration: underline;
}

.sisterPhoto {
    background: none repeat scroll 0 0 #ffffff;
    padding: 9px 0;
    text-align: center;
}
.sisterName {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 9px;
}
.sisterDate {
	font-size: 12px;
	margin: 5px 0 0 9px;
}
