@charset "utf-8";

/* clearfix iepngfix
----------------------------------------------------------- */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from MacIE \*/

*html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

/* End hide from MacIE */

/* iepngfix */

* html .iepngfix {
 behavior: expression(IEPNGFIX.fix(this));
}

*:first-child+html .iepngfix {
 behavior: expression(IEPNGFIX.fix(this));
}

/* タグの定義
----------------------------------------------------------- */

html {
	background: url(../images/bg_html.jpg) repeat-x center top;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #7a674c;
	text-align: center;
	font: 87.5%/1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/bg_main.jpg) no-repeat center top;
	word-break:break-all;
	height: 100%;
}

h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, li, dl, dt, dd, img {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1em;
}

div, p, table, form {
	text-align: left;
}

p {
	font-size: 100%;
	line-height: 1.6em;
	margin-bottom: 16px;
}

table {
	width: 100%;
	empty-cells: show;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
}

th, td {
	vertical-align: middle;
	line-height: 1.6em;
}

img {
	border: 0px;
	vertical-align: top;
}

ul, ol, dl {
	line-height: 1.6em;
}

a: {
 outline: none;
}

input {
	vertical-align: middle;
}

hr {
	display: none;
}

a:link, a:visited {
	color: #dc6429;
	text-decoration: underline;
}

a:hover, a:active {
	color: #f3ae8b;
	text-decoration: none;
}

/* クラスの定義
----------------------------------------------------------- */

.clear {
	clear: both;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.mark_list {
	list-style: none;
	margin-bottom: 16px;
}

.mark_list li {
	margin-left: 1em;
	text-indent: -1em;
}

/* 全体の定義
----------------------------------------------------------- */

#container {
	width: 800px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -113px;
}

#header {
	position: relative;
	height: 88px;
	padding-top: 16px;
}

#header h1 {
}

#header #contact {
	position: absolute;
	right: 0px;
	top: 16px;
}

#header #submenu {
	position: absolute;
	right: 0px;
	top: 35px;
}

#header #submenu li {
	float: left;
	list-style: none;
	line-height: 1em;
}

#header #menu {
	position: absolute;
	line-height: 1em;
	left: 0px;
	top: 71px;
	list-style: none;
}

#header #menu li {
	float: left;
	margin-right: 6px;
}

#contents {
	width: 772px;
	border: 1px solid #dedbd1;
	background: url(../images/bg_opacity.png);
	padding: 13px;
	margin-bottom: 16px;
}

.push {
	height: 113px;
}

#footer {
	background: #9d917b url(../images/bg_footer.jpg) repeat-x;
	min-height: 113px;
	_height: 113px;
}

#footer_inner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#footer_inner ul {
	list-style: none;
}

#footer_inner li {
	float: left;
}

#footer_menu {
	position: absolute;
	top: 24px;
}

#footer_menu li {
	margin-right: 6px;
}

#footer_sub_menu {
	position: absolute;
	right: 0px;
	top: 56px;
}

#to_top {
	position: absolute;
	top: 14px;
	right: 0px;
}

#footer address {
	font-size: 85.7%;
	color: #FFF;
	font-style: normal;
	line-height: 1.4em;
	width: 618px;
	padding: 56px 0 24px 0;
}

/* クラスを定義
----------------------------------------------------------- */

.large {
	font-size: 114%;
}
.important {
	font-weight: bold;
	color: #930;
}
.number_list {
	margin-left: 28px;
	margin-bottom: 18px;
}
.number_list li {
	margin-bottom: 6px;
}
span.link {
	background: url(../images/mark-link.gif) no-repeat right center;
	display: inline-block;
	width: 15px;
	height: 1em;
}

/* ホームを定義
----------------------------------------------------------- */

#home #home-main {
	position: relative;
	height: 230px;
	padding: 62px 0 0 0;
	z-index: 10;
}
#home #home-main-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 2px;
}
#home #home-main-nav li {
	margin: 0 0 8px 0;
}
#home #home-photo {
	position: absolute;
	top: 15px;
	right: 32px;
}
#home .section {
	background: #fff none;
	border: solid 4px #dedbd1;
	font-size: 85.7%;
}
#home #personal-section {
	position: relative;
	width: 788px;
	background: #fff url(../images/home-personal-bg.jpg) no-repeat right top;
	padding: 2px 2px 22px;
}
#home #personal-section h2 {
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 5;
}
#home #personal-section h3 {
	position: absolute;
	top: 63px;
	left: 22px;
	margin: 0;
}
#home #personal-section #home-case {
	position: relative;
	width: 766px;
	padding: 135px 0 0 0;
	margin: 0 0 0 22px;
}
#home #personal-section #home-case .case {
	float: left;
	width: 368px;
	margin: 0 10px 12px 0;
}
#home #personal-section #home-case .case h4 {
	margin: 0 0 12px 0;
}
#home #personal-section p {
	margin: 0;
} 
#home #personal-section #home-case2 {
	background: #f7f5ef;
	width: 718px;
	margin: 0 22px 0;
	padding: 13px 13px 1px;
}
#home #personal-section #home-case2 .case {
	margin: 0 0 12px 0;
}
#home #personal-section #home-case2 .case h4 {
	line-height: 1.6;
}
#home #personal-section #home-case2 .left-section {
	float: left;
	width: 354px;
}
#home #personal-section #home-case2 .right-section {
	float: right;
	width: 354px;
}
#home #topic {
	background: #FFF;
	height: 110px;
	padding: 8px;
	border: 1px solid #dedbd1;
	position: relative;
}
#home #corporate-section {
	position: relative;
	width: 748px;
	background: #fff url(../images/home-corporate-bg.jpg) no-repeat right top;
	padding: 22px;
}
#home #corporate-section h2 {
	position: absolute;
	top: 2px;
	left: 2px;
}
#home #corporate-section h3 {
	position: absolute;
	top: 58px;
	left: 17px;
	margin: 0;
}
#home #corporate-section p {
	margin: 0;
}
#home #corporate-section-inner {
	padding: 108px 2px 0;
	margin: 0 0 18px 0;
}
#home #corporate-section-inner .left-section {
	float: left;
	width: 292px;
	margin: 0 12px 0 0;
	padding: 0 0 0 16px;
}
#home #corporate-section-inner .right-section {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0 0 0 24px;
}
#home #topic h2 {
}
#home #topic .button {
	margin-left: 155px;
	margin-top: -19px;
	margin-bottom: 0px;
}
#home #topic dl {
	font-size: 85.7%;
	height: 82px;
	overflow: auto;
	position: relative;
	margin-top: 6px;
	margin-left: 2px;
}
#home #topic dt {
	width: 6em;
	position: absolute;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#home #topic dd {
	background: #edefe1;
	padding-right: 2px;
	padding-left: 6em;
	padding-top: 4px;
	padding-bottom: 4px;
}
#home #topic dd.color {
	background: #FFF;
}

/* 共通インフォメーションを定義
----------------------------------------------------------- */

#information {
	padding: 8px 16px;
	background: #FFF url(../images/bg_banner_inq.jpg) no-repeat 1px 1px;
	border: 1px solid #dedbd1;
	margin-top: 14px;
	clear: both;
}

#information p {
	margin-bottom: 0px;
}

#information .left {
	float: left;
	width: 434px;
	margin-right: 16px;
	padding-right: 16px;
}

#information .left h3 {
	margin-bottom: 3px;
}

#information .right {
	float: left;
	width: 264px;
}

#information .right h3 {
	margin-bottom: 8px;
}

#information .right p {
	margin-left: 4px;
	margin-bottom: 12px;
}

#information .right p.last {
	margin-bottom: 0px;
	font-size: 85.7%;
}

/* 各ページを定義
----------------------------------------------------------- */

#title {
	height: 110px;
}

#title img {
	margin-top: 37px;
}

.section {
	background: url(../images/section_bg_repeat.gif) repeat-y;
	width: 772px;
}
.section_inner {
	background: url(../images/section_bg.gif) no-repeat;
	width: 696px;
	padding-right: 25px;
	padding-left: 51px;
	padding-top: 22px;
}

.section_footer {
	height: 6px;
	width: 772px;
	margin: 18px -25px 0px -51px;
	background: url(../images/section_bg_footer.gif) no-repeat;
	clear: both;
}

.section h3 {
	margin-left: -26px;
	margin-bottom: 20px;
}

/* 事務所概要を定義
----------------------------------------------------------- */

#outline {
	background: url(../images/line_bold.gif) no-repeat 0px top;
}

#outline dt {
	width: 8em;
	padding-left: 1em;
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;
}

#outline dd {
	background: url(../images/line.gif) no-repeat 0px bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 9em;
}

#outline dd.last {
	background: url(../images/line_bold.gif) no-repeat 0px bottom;
}

.to_top_insert {
	text-align: right;
	margin-top: 6px;
	margin-bottom: 12px;
}

#map {
	width: 600px;
	margin-left: 36px;
}

#map img {
	margin-bottom: 6px;
}

/* 弁護士プロフィールを定義
----------------------------------------------------------- */

#profile .section .right {
	float: right;
	width: 510px;
}

#profile .section h3 {
	margin: 0px 0px 20px;
}

#profile .section .left {
	float: left;
	width: 186px;
}

#profile .section_inner {
	background: url(../images/section_bg.gif) no-repeat;
	width: 722px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 22px;
}

#profile .section_footer {
	height: 6px;
	width: 772px;
	margin: 18px -25px 0px;
	background: url(../images/section_bg_footer.gif) no-repeat;
	clear: both;
}

#profile .more {
	text-align: right;
}

#profile .more img:hover {
	cursor: pointer;
}

#profile .toggle {
	display: none;
}

/* 取り扱い業務を定義
----------------------------------------------------------- */

#business_section h4, #business_section_b h4 {
	margin-bottom: 12px;
}

#business_section .inner, #business_section_b .inner {
	margin-left: 24px;
}

#business_section .number_list ul{
	list-style: disc;
	margin-bottom: 0px;
	margin-left: 24px;
}

#business_section .number_list ul li{
	margin-bottom: 0px;
}
ul.example {
	line-height: 1.6em;
	margin: 0px 0px 16px 24px;
}
.faq_box {
	line-height: 1.6em;
	background: #FFF;
	padding: 12px;
	border: 1px solid #DEDBD1;
	margin-bottom: 16px;
}
.faq_box h5 {
	line-height: 1.6em;
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: 1px solid #DEDBD1;
}
.faq_box dl {
	line-height: 1.6em;
	margin: 0px 0px 0px 1.5em;
}
.faq_box dl dt {
	text-indent: -1.5em;
}
.faq_box dl dd {
	text-indent: -1.5em;
}
.faq_box dl dd {
	margin-bottom: 12px;
}
.faq_box dl dt:first-letter {
	font-weight: bold;
	padding-right: 0.5em;
}
.faq_box dl dd:first-letter {
	font-weight: bold;
	padding-right: 0.5em;
}

/* 料金体系を定義
----------------------------------------------------------- */

.about_box {
	line-height: 1.6em;
	background: #FFF;
	padding: 12px;
	border: 1px solid #DEDBD1;
	margin-bottom: 16px;
}
.about_box h4 {
	line-height: 1.6em;
}
.about_box ul {
	line-height: 1.6em;
	margin: 0px 0px 0px 24px;
}
p.fee_info {
	margin: 0px 0px 0px 28px;
	background: url(../images/line.gif) no-repeat 0px bottom;
	padding: 5px 0px 5px 5px;
}

.fee_list {
	margin-bottom: 20px;
	margin-left: 28px;
}

.fee_list dt {
	width: 9em;
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0.5em;
}

.fee_list dd {
	background: url(../images/line.gif) no-repeat 0px bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10.5em;
}

.fee_list dl.inner {
}

.fee_list dl.inner dt {
	width: 5em;
	padding-left: 0em;
	position: absolute;
	padding-top: 0px;
	padding-bottom: 0px;
}

.fee_list dl.inner dd {
	background: url(none) no-repeat 0px bottom;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6em;
}

#fee_section h4 {
	margin-top: 20px;
	margin-bottom: 12px;
}

.fee_information_list {
	margin-bottom: 20px;
	margin-left: 0px;
}

.fee_information_list dt {
	width: 12em;
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
}

.fee_information_list dd {
	background: url(../images/line.gif) no-repeat 0px bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13em;
}

/* ブログを定義
----------------------------------------------------------- */

#blog .path_list {
	width: 758px;
	border: 1px solid #FFF;
	background: url(../../blog/images/bg_path_list.jpg) repeat;
	padding: 2px 6px;
	margin-bottom: 12px;
	font-size: 12px;
}

#blog #main {
	float: left;
	width: 548px;
}

#blog #navigation {
	float: right;
	width: 213px;
	margin-bottom: 16px;
}

.article {
	background: url(../../blog/images/blog_bg.gif) repeat-y;
	width: 548px;
}

.article_inner {
	background: url(../../blog/images/blog_bg_header.gif) no-repeat 0px top;
	padding-right: 21px;
	padding-left: 21px;
	padding-top: 6px;
	position: relative;
}

.article_footer {
	background: url(../../blog/images/blog_bg_footer.gif) no-repeat 0px bottom;
	height: 6px;
	width: 548px;
	margin-right: -21px;
	margin-left: -21px;
}

.article .date {
	background: url(../../blog/images/date_bg.gif) repeat;
	border: 1px solid #85b54f;
	text-align: right;
	color: #FFF;
	margin-right: -14px;
	margin-left: -14px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 6px;
}

.article h3 {
	font-weight: bold;
	color: #dc6429;
	font-size: 114%;
	margin-bottom: 12px;
	line-height: 1.6em;
	padding-top: 6px;
	margin-left: 96px;
}
.article_information  {
	line-height: 1.4em;
	margin-bottom: 30px;
	margin-left: 96px;
	color: #5f503a;
}

.article_photo  {
	float: left;
	width: 80px;
	position: relative;
}

.article_body, #more {
	line-height: 1.6em;
}

#more {
	margin-top: 16px;
}

.article .more {
	text-align: right;
	margin-top: 16px;
}

.article_post {
	text-align: right;
	margin-top: 16px;
}

.article .more a {
	background: url(../../blog/images/link_more.gif) no-repeat;
	padding-left: 16px;
}

.article_post {
	margin-bottom: 10px;
	background: url(../images/line_bold.gif) no-repeat 0px top;
	padding-top: 10px;
}

.link_comment {
	background: url(../../blog/images/mark_comment.gif) no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.link_trackback {
	background: url(../../blog/images/mark_trackback.gif) no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 24px;
}

.article_navigation {
	margin-bottom: 16px;
	background: url(../images/line_bold.gif) no-repeat 0px top;
	padding-top: 10px;
	text-align: right;
}

.article_navigation a {
	background: url(../../blog/images/link_more.gif) no-repeat;
	margin-left: 2px;
	padding-left: 16px;
}

#page_bute {
	text-align: center;
	margin-bottom: 16px;
}

#page_bute a:link, #page_bute a:visited {
	background: #dc6429;
	color: #FFF;
	padding: 4px;
	text-decoration: none;
}

#page_bute a:hover, #page_bute a:active {
	background: #f3ae8b;
	color: #FFF;
	padding: 4px;
	text-decoration: none;
}

#blog #navigation h3 {
	margin-bottom: 12px;
}

#blog_menu {
	border: 1px solid #FFF;
	background: url(../images/bg_opacity.png) repeat;
	padding: 5px;
	width: 201px;
}

#blog #navigation #recent_entries {
	list-style: none;
	margin-bottom: 20px;
	font-size: 86%;
}

#blog #navigation #recent_entries li {
	line-height: 1.2em;
	margin-bottom: 6px;
}

#blog #navigation #category {
	margin: 0px 0px 20px 26px;
	padding: 0px;
	font-size: 86%;
}

#blog #navigation #category li {
}

#blog #navigation #monthly {
	padding: 0px 0px 12px 12px;
}

#blog #navigation .ti {
	width: 140px;
}

#blog #archive_title {
	background: url(../../blog/images/category_title_bg.gif) repeat;
	border: 1px solid #f5f3eb;
	margin-bottom: 12px;
	padding: 2px 4px 2px 6px;
}

#blog #archive_title h2 {
	padding: 6px 6px 6px 24px;
	font-size: 100%;
	color: #FFF;
	background: url(../../blog/images/archive_title_bg2.gif) no-repeat left center;
	font-weight: bold;
}

#archives .archive-list {
	margin: 16px 24px;
}

#trackbacks h4, #comments h4, #post h4 {
	margin-left: -6px;
	margin-bottom: 12px;
}

#trackbacks .trackbacks-info {
	background: #f2ede5;
	padding: 8px;
}

#trackbacks .trackbacks-info input {
	width: 320px;
	margin-top: 4px;
}

#comments-form, #comments-open-data, #comments-open-text, #comments-open-captcha {
	margin-bottom: 12px;
}

#comment-form-name, #comment-form-email, #comment-form-url {
	margin-bottom: 2px;
}

#comment-form-remember-me {
	margin-top: 10px;
}

#comment-form-name label, #comment-form-email label, #comment-form-url label {
	display: inline-block;
	width: 8em;
}

.comment-author, .trackback-author {
	text-align: right;
}

.mt-comment-preview .article_inner, .comment_complete {
	padding-top: 16px;
}

.comment-message, .no_search {
	margin-top: 24px;
	margin-bottom: 24px;
}

/* お問い合わせを定義
----------------------------------------------------------- */

#inq h4 {
	margin-left: -4px;
	margin-bottom: 6px;
}

#inq .tel_information {
	background: url(../images/line_bold.gif) no-repeat 0px bottom;
	padding-bottom: 20px;
}

#inq_form {
	background: url(../images/line_bold.gif) no-repeat 0px top;
}

#inq_form table {
	margin-bottom: 16px;
}

#inq_form tr {
	background: url(../images/line.gif) no-repeat 0px bottom;
}

#inq_form th {
	width: 164px;
	padding: 8px;
	font-weight: normal;
}

#inq_form td {
	padding-top: 8px;
	padding-bottom: 8px;
}

#inq_form tr.last {
	background: url(../images/line_bold.gif) no-repeat 0px bottom;
}

#inq_form input.input_middle {
	width: 200px;
}

#inq_form input.input_short {
	width: 120px;
}

#inq_form input.input_long {
	width: 268px;
}

#inq_form textarea {
	height: 8em;
	width: 360px;
	margin-bottom: 2px;
}
#inq .button {
	text-align: center;
}

.necessary {
	font-weight: bold;
	color: #7d0022;
}

/* 個人情報保護方針を定義
----------------------------------------------------------- */

#privacy_list {
	margin-left: 28px;
}

#privacy_list li {
	margin-bottom: 6px;
}

#privacy_list ol {
	list-style: none;
	margin-top: 6px;
}

#privacy .author {
	text-align: right;
	margin-top: 28px;
	margin-bottom: 28px;
}

