@charset "utf-8";
/* index CSS */

/*　CONTENTS

	0.リンク制御　※main.css上書き	
	1.全体制御
	2.TOPICS
	3.キャッチ欄
	4.取扱い業務
	5.弁護士紹介

------------------------------------------------------*/


/*　リンク制御　※main.css上書き
------------------------------------------------------*/
/* ヘッダメニュー 色変え */
#head-menu1 a {
	background-position: 0 -26px !important;
}


/*　TOPICS
------------------------------------------------------*/
#topicsframe {
	width: 530px;
	margin: 0 auto;
}
#topics-title {
	width: 530px;
	height: 32px;
	background: url(../img/bg-sla-gry.gif) bottom repeat-x;
}
#topics-title-h2 {
	width: 80px;
	padding: 0 0 2px;
	float: left;
}
#topics-title-p {
	width: 160px;
	height: 18px;
	margin: 0;
	padding: 10px 30px 0 0;
	background: url(../img/arrow-under.gif) 165px 6px no-repeat;
	text-align: right;
	float: right;
}
/* リスト　※topics.cssより転載 */
.tpcs-list {
	width: 510px;
	margin: 5px auto 0;
	color: #333333;
	clear: both;
}
.tpcs-list th {
	width: 39px;
	padding: 5px 3px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
}
.tpcs-date {
	width: 75px;
	padding: 7px 0px 5px 4px;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
}
.tpcs-ttl {
	width: 377px;
	padding: 5px 0 5px 7px;
	text-align: left;
	line-height: 140%;
	background: url(../img/arrow-grn.gif) 0px 11px no-repeat;
	border-bottom: 1px solid #CCCCCC;
}




/*　キャッチ欄
------------------------------------------------------*/
#catch {
	width: 510px;
	margin: 20px auto 0;
	padding-right: 10px;
	border: 1px solid #B4B4B4;
	line-height: 170%;
	color: #333333;
}
#catch em {
	padding: 5px 5px 0 20px;
	font: bold 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #009900;
}
#catch-txt {
	margin: 20px 0 0;
	width: 265px;
	float: right;
}
#catch-txt2 {
	margin: 10px 0 0;
	width: 265px;
	float: right;
}
#catch-img {
	padding: 10px 0 0 0;
	float: left;
}
#catch-photo {
	margin: 10px 0 10px 10px;
}



/*　取扱い業務・弁護士紹介
------------------------------------------------------*/
/*  */
.topage-log a {
	width: 460px;
	height: 20px;
	padding: 2px 25px 0 0;
	background: url(../img/arrow-under.gif) 465px 0px no-repeat;
	text-align: right;
	display: block;
}



/*  */
.cont-menu {
	width: 520px;
	padding: 5px;
	margin: 20px auto 0;
	background-color: #DDDDDD;
	line-height: 140%;
	color: #333333;
	clear: both;
}
.cont-inner {
	width: 500px;
	padding: 5px 9px 7px;
	background-color: #FFFFFF;
	border-top: 3px solid #336600;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.cont-inner p {
	width: 480px;
	margin: 10px auto 0;
	line-height: 140%;
}
.cont-inner h2 {
	width: 500px;
	margin: 0 0 5px;
}
.cont-inner h3 {
	width: 490px;
	padding: 5px;
	margin: 15px 0 5px;
	background: url(../img/bg-sla-gry.gif) bottom repeat-x;
	font: bold 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
.cont-inner h3 span {
	font: normal 13px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}

/* 取扱い業務　テーブル */
.practice-tbl {
	width: 480px;
	margin: 10px auto;
	font: 13px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
}
.practice-tbl th {
	width: 170px;
	padding: 0 0 7px;
	background: url(../img/index/bg-practice-th.gif) 0px 7px repeat-x;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
.practice-tbl th span {
	padding: 0 3px 0 0;
	background-color: #FFFFFF;
}
.practice-tbl td {
	width: 310px;
	padding: 0 0 7px;
	color: #333333;
	vertical-align: top;
	text-align: left;
}
.practice-tbl td ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
}
.practice-tbl td li {
	display: inline;
	line-height: 120%;
}


/* 弁護士紹介　名前 */
.cont-inner ul {
	margin: 0 5px 8px;
	padding: 0;
	list-style-type: none;
}
.cont-inner li {
	display: inline;
	line-height: 150%;
	margin: 0 10px 5px 0;
}
.cont-inner a {
	color: #006600;
	text-decoration: underline;
}
.cont-inner a:hover {
	color: #666666;
	text-decoration: none;
}


/* 法テラスバナー */
.bnrHouterasu {
	width: 505px;
	margin: 0 auto 20px;
}



