@charset "utf-8";

#girls {
	width: 780px;
	margin: 5px auto 10px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdcdc;
	border-left-color: #dcdcdc;
	padding: 0 10px 0 10px;
}
#girls #shopname {
	line-height: 38px;
	background-image: url(../img/details/girl_shop_name.gif);
	height: 38px;
	width: 780px;
	position: relative;
}
#girls #shopname h2 {
	font-size: 16px;
	margin-left: 15px;
}
#girls #shopname em {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 150px;
}

#girls table#table01 {
	width: 100%;
}
#girls table#table01 th,
#girls table#table01 td {
	padding: 2px;
	height: 16px;
}
#girls #table01 .tel {
	background-image: url(../img/icon/tel2.gif);
	background-repeat: no-repeat;
	line-height: 16px;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
	width: 100px;
}
#girls #table01 .time {
	background-image: url(../img/icon/clock2.gif);
	background-repeat: no-repeat;
	line-height: 16px;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
	width: 100px;
}
#girls #table01 .address {
	background-image: url(../img/icon/address2.gif);
	background-repeat: no-repeat;
	line-height: 16px;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
}
#girls #section {
	width: 780px;
	margin-top: 10px;
}
#girls #section #s_left {
	float: left;
	width: 402px;
}
#girls #section #s_right {
	float: right;
	width: 360px;
}

#img_frame400 {
	height: 400px;
	width: 400px;
	border: 1px solid #dcdcdc;
	vertical-align: middle;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 3px;
}
#girls #section #s_left ul {
	border: 1px solid #dcdcdc;
	padding: 3px 0 3px 3px;
	width: 397px;
	height: 75px;
}
#girls #section #s_left li {
	background-color: #F9F7F8;
	height: 75px;
	width: 75px;
	text-align: center;
	float: left;
	margin-right: 4px;
}
#girls #section #s_right dl {
	margin-bottom: 10px;
}


#girls #section #s_right dt {
	clear: left;
	float: left;
	width: 5em;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #292929;
	color: #FC7F3B;
	font-weight: bold;
	background-image: url(../img/icon/yajirushi2.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
#girls #section #s_right dd {
	margin-left: 5em;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #292929;
}
#girls #section #s_right .txt {
	padding: 5px;
	border: 2px solid #FEBA96;
	background-color: #FFF7E4;
	overflow: auto;
	height: 80px;
}
#girls #section #s_right p {
	margin-bottom: 10px;
}
#girls #section #s_right h3 {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: normal;
}

.table_gdata {
	width: 100%;
	table-layout: fixed;
	margin-top: 5px;
}
.table_gdata th,
.table_gdata td {
	border: 1px solid #292929;
	padding: 2px;
	text-align: center;
}
.table_gdata th {
	background-color: #FFF7E4;
}
.table_gdata td {
	background-color: #F9F7F8;
}

