@charset "UTF-8";

/* CSS Document */




/* ************************************************ 
 *	インデックスページ設定
 * ************************************************ */


#contents #right h2 {
	font: bold 13px "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

#pickUp, #shopList, #nanatoku, #wellaSalon, #kodawari {
	margin-bottom: 25px;
}

#shopList h2 {
	text-align: center;
}

#shopList li {
	width: 127px;
	padding-top: 3px;
	padding-left: 170px;
	float: left;
	height: 98px;
	padding-bottom: 15px;
	margin-bottom: 12px;
	padding-right: 3px;
	border-bottom: 1px dotted #333333;
	background-position:3px 3px;
	background-repeat:no-repeat;
}

#shopList li.left_margin {
	margin-left: 20px;
}

#shopList li.no_border {
	border-bottom-style: none;
	margin-bottom: 0px;
}

#shopList .name {
	font-size: 12px;
	padding-bottom: 4px;
}

#shopList .name a {
	color: #000000;
	text-decoration: none;
}

#shopList .yubin {
	font-size: 10px;
}

#shopList .address {
	padding-bottom: 5px;
}

#shopList .tel {
	font-weight: bold;
}

#shopList #funabashiMinami {
	background-image:url(../images/sums_funabashiMinami.jpg);
}

#shopList #midorigaoka {
	background-image: url(../images/sums_midorigaoka.jpg);
}

#shopList #funabashi {
	background-image: url(../images/sums_funabashi.jpg);
}

#shopList #tsudanuma {
	background-image: url(../images/sums_tsudanuma.jpg);
}

#nanatoku {
	clear: both;
}

#gallery {
	display: inline;
}

#tellMeArena {
	display: inline;
	padding-left: 16px;
}

#wellaSalon {
	background: url(../images/bg_wella.jpg) no-repeat 10px bottom;
	height: 120px;
	padding-left: 220px;
	border-bottom: 1px solid #333333;
	position: relative;
}

#wellaSalon .kochira {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#kodawari {
	position: relative;
	margin-top: 25px;
}

#kodawari p {
	background: url(../images/bg_dot.gif);
}

#kodawari ul {
	font-size: 12px;
	background: url(../images/bg_dot.gif) repeat;
	padding-top: 6px;
	padding-bottom: 6px;
}

#kodawari li {
	width: 300px;
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #333333;
}

/*IEの表示ずれの修正*/
/*IE7*/
*:first-child+html #contents #right{
	margin-bottom: 15px;
}

*:first-child+html #kodawari ul{
	height:110px;
}

/*IE6*/
#kodawari {
	_height: 35px;
}

#kodawari li {
	_width: 290px;
}


#kodawari li.last {
	border-bottom-style: none;
}

#kodawari .kochira {
	position: absolute;
	top: 150px;
	right: 10px;
}

