@charset "utf-8";
@import url("../../css/default.css");

/* CSS */
#layout {
	width: 750px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	height: 100%;
	background-color: #fff;
	border: #DE0029 solid 1px;
}

body > #layout {height: auto;}

#header {
	background: url(../img/header.gif) no-repeat;
	color: #FFF;
	height: 10px;
	border-bottom: #DE0029 solid 1px;
	text-align: right;
	padding: 30px 10px 10px 10px;
	margin: 0 0 20px 0;
}

#header a {
	color: #FFF;
	text-decoration: none;
}

.store_box {
	clear: both;
	margin: 10px;
	width: 730px;
}

.store_box .store {
	width: 350px;
	border: #DE0029 solid 1px;
}

.store_box .store h2.store_name {
	background-color: #DE0029;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px;
}

/*//.store_box .store ul {
	margin: 10px 0 0 10px;
	float: left;
	display: block;
	width: 160px;
}//*/

.store_box .store_ul_l {
	margin: 10px 0 0 10px;
	float: left;
	display: block;
	width: 190px;
}

.store_box .store_ul_r {
	margin: 10px 10px 0 0;
	float: right;
	display: block;
	width: 130px;
}
.store_box .store_img li {
	margin: 10px 0 10px 10px;
	float: left;
}

.border {
	border-bottom:1px dotted #DE0029;
	padding: 0px 10px 10px 10px;
	width: 730px;
	}
.store_box p {
	margin: 5px 0 0 10px;
	}
 
