@charset "UTF-8";
/* CSS Document */

/*indexのcontents*/
#contents {
	width: 610px;
	color: #555;
	float: left;
	margin-left: 10px;
}
#contents h3 {
	font-size: 18px;
	color: #666;
	background: url(../images/title_bg02.jpg) no-repeat;
	font-weight: bold;
	line-height: 36px;
	text-indent: 20px;
	margin-bottom: 10px;
}
#contents h4 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	line-height: 30px;
	text-indent: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #F4C567;
	border-bottom: 2px double #F4C567;
	margin-left: 20px;
}



/*ごあいさつ*/
#contentsText {
	width: 570px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	letter-spacing: 1.5px;
	line-height: 120%;
	padding-top: 20px;
	overflow: hidden;
}
#contentsText img {
	padding: 0px 10px 10px;
	float: right;
}

#contentsText02 {
	width: 570px;
	font-size: 15px;
	letter-spacing: 1.5px;
	line-height: 120%;
	padding-top: 20px;
	padding-left: 20px;
}
#contentsText p, #contentsText02 p {
	padding-bottom: 20px;
}
#contentsText .marginT {
	margin-top: -20px;
}




/*プロフィール*/
#profileContents {
	width: 570px;
	font-size: 15px;
	letter-spacing: 1.5px;
	line-height: 120%;
	padding-top: 20px;
	padding-left: 20px;
}
#profileContents p {
	padding-bottom: 21px;
}
#profileContents .big01 {
	font-size: 16px;
	font-weight: bold;
}
#profileContents .big02 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #F4C567;
}
#profileContents .underline {
	border-bottom: 2px solid #F4C567;
}
#profileContents .bold {
	font-weight: bold;
}
#profileContents .floatL {
	float: left;
	padding-right: 30px;
}
#profileContents .clear {
	clear: both;
}
#profileContents table {
	width: 560px;
	margin-bottom: 5px;
}
#profileContents table th {
	width: 140px;
	padding: 10px;
	font-weight: normal;
	background: #F9F9F9;
	text-align: left;
	border-bottom: dotted 1px #ABD163;
}
#profileContents table td {
	font-size: 14px;
	line-height: 18px;
	background-color: #F9F9F9;
	padding: 10px;
	border-bottom: dotted 1px #ABD163;
}
#profileContents .borderB {
	border-bottom: none;
}
#profileContents .koumoku {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 3px;
	background: url(../images/circle.gif) no-repeat left 1px;
	padding-left: 18px;
	line-height: 15px;
}
#profileContents02 {
	width: 565px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 120%;
	padding-top: 10px;
	padding-left: 20px;
}
#profileContents02 p {
	padding-top: 15px;
}



/*事務所概要*/
#officeContents {
	width: 570px;
	font-size: 15px;
	letter-spacing: 1.5px;
	line-height: 120%;
	padding-top: 20px;
	padding-left: 20px;
}
#officeContents table {
	width: 555px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#officeContents table th {
	width: 100px;
	padding: 10px;
	font-weight: bold;
	background: #E8E8E8;
	text-align: left;
	border-bottom: dotted 1px #ABD163;
}
#officeContents table td {
	font-size: 14px;
	line-height: 18px;
	background-color: #F9F9F9;
	padding: 10px;
	border-bottom: dotted 1px #ABD163;
}
#officeContents .borderB {
	border-bottom: none;
}
