@charset "UTF-8";
/* CSS Document */

.store_container {
	width: 100%;
	overflow: auto;
}

.store_container a:hover {
	border-bottom:1px dotted #be0a2a;
}

.store_container a, a:active, a:visited {
	color: #be0a2a;
	text-decoration:none;
}

h3 {
	color:#AF011C;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 24px;
	font-weight:normal;
	letter-spacing: 0.2px;
	line-height: 28px;
	padding: 6px 0 8px 0;
margin:0;
}

.store_info {
	width: 440px;
	float: left;
}
	

.store_img {
	float: right;
}

.store_light_text {
	color: #666666;
}

.store_span {
	display: inline-block;
	width: 100px;
	font-weight: bold;
}

.store_container ul {
list-style:none;
padding:0;
margin:0;
}

.store_container ul li.indented {
padding-left:100px;
}