@charset "utf-8";



#content h1 {
	margin: 0 0 30px 0;
}



/* Shops */
/* -------------------------------------------- */

#content h2 {
	height: 26px;
	margin: 30px 0 0 0;
	background: #eee;
	color: #222;
	font-weight: bold;
	font-size: 75%;
}
#content h2 span {
	display: block;
	padding: 6px 0 0 10px;
}

#content dt {
	margin: 16px 0 0 0;
	padding: 0 7px 0 7px;
	font-size: 85%;
	font-weight: bold;
}
#content dt span.close {
	color: #e00;
	font-size: 90%;
	font-weight: normal;
}
#content dd {
	margin: 6px 0 0 0;
	padding: 0 7px 16px 7px;
	font-size: 75%;
	line-height: 1.5;
	background: url("../../img/line_01.gif") left bottom repeat-x;
}



/* Shop List */
/* -------------------------------------------- */

#content ul.index {
	margin: 0 0 32px 7px;
	padding: 0;
}
#content ul.index li {
	float: left;
	width: 50px;
	margin: 0 0 16px 0;
	padding: 0 0 0 10px;
	background: url("../img/arrow_03.gif") 0 4px no-repeat;
	list-style: none;
}



/* Navigation(Local) */
/* -------------------------------------------- */

#sidebar ul.others {
    width: 195px;
	margin: 0 0 15px 2px !important;
	padding: 2px;
}
#sidebar .others li {
	height: 70px;
}
#sidebar .others li.csr {
	margin: 0 0 5px 0 !important;
}

#sidebar a.business {
	display: block;
    width: 195px;
	margin: 15px 0 0 4px !important;
}


#sidebar ul li img {
	display: block;
	vertical-align: bottom;
}

