@charset "utf-8";

@import "style.css";

#contents #detail {
	float: right;
	width: 610px;
	margin: 0 0 0 0px;
	overflow: hidden;
}

#contents #detail #textarea {
	display:block;
	width: 580px;
	margin: 0 auto 20px;
}

#pan_kuzu {
	display:block;
	height: 27px;
	font-size: 80%;
	color: #666666;
	margin: -3px 0px 0px 0px;
	padding: -12px 0px 0px;
	background-color: #E9E9E9;
	text-indent: 15px;
}

#pan_kuzu a {
	color: #666666;
}

#pan_kuzu a:visited {
	color: #666666;
}

#pan_kuzu a:hover {
	color: #999999;
}

.clear {
	height: 15px;
	display: block;
}

#anc {
	float: right;
	background: url(../img/icon/anc.gif) no-repeat left 7px;
	padding: 0px 0px 0px 15px;
	margin-top: 20px;
}

.anc {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.waku {
	padding: 10px;
	margin: 10px 0 0 0;
	width: 558px;
	border: 1px dotted #CCCCCC;
}

/* 業務・サービス内容
--------------------------------------------------*/

ul.service {
	margin: 0 18px 0 0;
	padding: 0px;
	float: left;
}

.service li {
	list-style-type: none;
}

.service li a {
	display:block;
	padding: 3px 0 0 0;
	margin: 0 auto 15px 0;
	width: 345px;
	height: 32px;
	background: url(../img/service_list.gif) no-repeat left top;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	text-indent: 30px;
}

ul.service_visit{
	margin: 0 0 0 10px;
	padding: 0px;
}

.service_visit li {
	list-style-type: none;
}

/* 弁護士紹介
--------------------------------------------------*/

table.lawyer  {
	padding: 0px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 10px 0px 0px 0px;
	font-size: 90%;
}
.lawyer td {
	text-align: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
.lawyer th {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	color: #666666;
}























