﻿@charset "UTF-8";
* {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
body {
	margin: 0;
	padding: 0;
/*	background: url(../images/bg_body.gif) repeat-y center top;*/
}
p {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding: 0.5em 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

dt, dd, table {
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: justify;
}

ol {
	margin: 0.5em 0;
	padding: 0 0 0 2em;
}
ul {
	margin: 0.5em 0;
	padding: 0 0 0 1.5em;
}

li {
	margin: 0;
	padding: 0.15em 0;
	list-style-position: outside;
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	text-align: justify;
	text-justify: inter-ideograph;
}

a img {
	border-style: none;
}

hr {
	padding: 0;
	height: 0;
	border-top   : 1px solid  #ffffff;
	border-left  : 1px solid  #ffffff;
	border-right : 1px solid  #ffffff;
	border-bottom: 1px solid #999999;
	margin: 0.2em 0;
}

.clear {
	clear: both;
}

#wrapper {
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}

/* ヘッダー */
.summary {
	color: #FFFFFF;
	background-color: #003333;
	background-image: url(../images/bk_footer.jpg);
	padding: 0.2em 0.5em;
}

#header {
	width: 780px;
	height: 110px;
	background: url(../images/bg_header.jpg) repeat-y center top;
}

ul.header_navi {
	margin: 0;
	text-align: right;
	padding: 85px 0 0;
	font-size: 10px;
}

ul.header_navi li {
	list-style-type: none;
	display: inline;
	height: 1em;
	margin: 0;
	padding: 0 1em;
	border-left: 1px solid #000000;
}
ul.header_navi li a {
	color: #000000;
	text-decoration: none;
}
ul.header_navi li a:hover {
	text-decoration: underline;
}

/* フッター */
#footer {
	width: 780px;
	padding: 5px 0;
	background: url(../images/bk_footer.jpg) #333333;
	text-align: center;
	color: #ffffff;
	font-size: 12px;

/*position:absolute;*/
}
#footer p {
	text-align: center;
	color: #ffffff;
	margin: 0.5em 0;
	padding: 0;
	font-size: 12px;
}

ul.footer_navi {
	display: inline;
	margin: 0.5em 0;
	padding: 0;
	border-right: 1px solid #ffffff;
}

ul.footer_navi li {
	margin: 0px;
	display:inline;
	list-style-type: none;
	text-decoration: none;
	padding: 0 0.5em;
	border-left: 1px solid #ffffff;
	font-size: 11px;
	color: #ffffff;
}
ul.footer_navi li a {
	text-decoration: none;
	color: #ffffff;
}
ul.footer_navi li a:hover {
	text-decoration: underline;
}

/* ナビ */

#navi {
	height: 32px;
	background: url(../images/bg_navi.jpg) repeat;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	width: 780px;
}
#navi ul li {
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
	width: 130px;
	list-style-type: none;
}
#navi ul li a {
	display: block;
	background: #666666 url(../images/bt_navi.jpg) top center no-repeat;
	height: 12px;
/*	width: 130px;*/	/* IE6 */
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#navi ul li a:hover {
	background: #999999 url(../images/bt_navi_ov.jpg) center center no-repeat;
}

/* サイドメニュー */
#sidemenu {
	float: left;
	width: 200px;
}
#sidemenu dl.menu{
	padding: 0;
	margin: 0 0 1em;
}
#sidemenu dl.menu dt {
	margin: 0;
	padding: 20px 0 14px 10px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background: none;
}
#sidemenu dl.menu dt a {
	text-decoration: none;
}

#sidemenu dl.menu dd {
	margin: 0px;
	padding: 0px;
}

#sidemenu dl.menu dd ul {
	padding: 0;
	margin: 0;
}

#sidemenu dl.menu dd ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidemenu dl.menu dd ul li a {
	display: block;
	height: 16px;
	margin: 0px;
	padding: 12px 0 12px 20px;
	background: url(../images/bg_sidemenu_li.png) center center no-repeat;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

#sidemenu dl.menu dd ul li a:hover,
#sidemenu dl.menu dd ul li a.active {
	color: #003366;
	background: url(../images/bg_sidemenu_li_ov.png) center center no-repeat;
}

#sidemenu dl dt {
	padding: 3px 0;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
#sidemenu dl.movie {
	margin: 0;
	padding: 0;
}
#sidemenu dl.movie dt {
	margin: 0.5em 0;
	padding: 0;
}
#sidemenu dl.movie dd {
	margin: 0.5em 5px;
	padding: 0;
	text-align: center;
}

#sidemenu dl dd {
	margin: 0;
	font-size: 12px;
	padding: 0;
}

#sidemenu .menu ul li ul {
	margin-left: 20px;
}
#sidemenu .menu dd ul li ul li {
}
#sidemenu .menu dd ul li ul li a {
	padding: 5px 0 5px 10px;
	background: url(../images/bg_sidemenu_sub_li.gif) left center no-repeat;
}
#sidemenu .menu dd ul li ul li a:hover,
#sidemenu .menu dd ul li ul li a.active {
	color: #003399;
	background: url(../images/bg_sidemenu_sub_li_ov.gif) no-repeat left center;
}


/* コンテンツエリア */
#content {
	background: #ffffff url(../images/bg_sidemenu.jpg) repeat-y left top;
	line-break: strict;
}

#content_r {
	float: right;
	width: 560px;
	padding: 1em 10px 1.5em;
	margin: 0;
}

#top_content_l {
	padding: 10px;
	width: 365px;
	float: left;
	letter-spacing: 1px;
	background-color: #ffffff;
}
#top_content_r {
	margin: 10px;
	float: right;
	width: 370px;
	background-color: #ffffff;
}


#top_content_l .top_copy {
	text-indent: -3000px;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
/*	padding-top: 2px;*/
	margin: 2em 0 1em;
	padding: 0;
	height: 22px;
	width: 365px;
	border-bottom: none;
	background: url(../../images/copy.gif) no-repeat left center;
}


.clear dt {
	font-size: 12px;
	background-color: #000000;
	width: 200px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}


h1 {
	margin: 1.5em 0 1em;
	font-size: 16px;
	border-bottom: 2px solid #666666;
	letter-spacing: 0.2em;
}

h2 {
	margin: 2em 0 1em;
	color: #990000;
	font-size: 16px;
	letter-spacing: 0.1em;
}

#content_r h3 {
	margin: 1.5em 0 1em;
	background: url(../images/bg_bar.jpg) no-repeat center left;
	color: #FFFFFF;
/*	width: 554px;*/	/* IE6 */
	height: 14px;
	font-size: 14px;
	line-height:16px;
	padding: 10px 7px;
}

#content_r h4 {
	color: #990000;
	font-size: 14px;
}

#content_r a {
	color: #000066;
}

.title2 {
	background: url(../images/bg_bar.jpg) no-repeat center left;
	color: #FFFFFF;
/*	width: 550px;*/	/* IE6 */
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 7px;
	line-height:16px;
}

#content_r strong {
	font-size: 14px;
	color: #003399;
}

#content_r table {
	border-collapse: collapse;
	margin: 1em 0;
}

#content_r table th {
	padding: 0.5em 1em;
	border: 1px solid #cccccc;
	font-weight: normal;
	text-align: center;
}

#content_r table td {
	padding: 0.5em 1em;
	border: 1px solid #cccccc;
}


/* トップページ */
.top_copy {
	font-size: 16px;
	color: #003399;
	padding: 0;
	margin: 0;
}

.h_whatsnew {
	color: #FFFFFF;
	background: url(../images/bg_bar_s.jpg) no-repeat left center;
	padding: 6px 0.5em 4px;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
}

dl.whatsnew {
	margin: 0px;
	padding: 0px;
	width: 370px;
	font-size: 12px;
}
dl.whatsnew dt {
	margin: 0px;
	width: 7em;
	padding: 5px 0;
	float: left;
	clear:left;
}
dl.whatsnew dd {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 5px 0;
}

/* 事務所紹介 */
dl.about {
	width: 550px;
}

dl.about dt {
	font-size: 12px;
	color: #333333;
	clear: left;
	float: left;
	width: 7em;
	padding: 6px 0 6px 5px;
/*	border-bottom: 1px solid #999999;*/
	margin-top: 0px;
}
dl.about dd {
	font-size: 12px;
	color: #333333;
	border-bottom: 1px solid #999999;
	padding: 6px 0 6px 7em;
}

/* 弁護士紹介 */
.lawyer_img {
	float: left;
	width: 210px;
}
.lawyer_intro {
	float: right;
	width: 340px;
}

.lawyer_intro dl {
	margin: 0;
	padding: 0;
}

.lawyer_intro dt {
	font-size: 14px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px 0;
}
.lawyer_intro dd ul {
	margin: 0;
	padding: 0;
}
.lawyer_intro dd ul li {
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #999999;
	list-style: none;
}
.lawyer_intro .name {
	font-size: 16px;
	letter-spacing: 0.5em;
	line-height: 150%;
}
.lawyerimage {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #333333;
	text-align: center;
}

ul.lawyerlist {
	margin: 2em 0 2em 10px;
	padding: 0;
	font-size: 9px;
}

ul.lawyerlist li {
	margin: 0 7px 1em 0;
	padding: 0;
	list-style: none;
	width: 130px;
	float: left;
}
ul.lawyerlist li dl {
	margin: 0;
	padding: 0;
}

ul.lawyerlist li dl dt,
ul.lawyerlist li dl dd {
	text-align: center;
}


/* 雑記帳 */
.notebook h2 {
	text-align: center;
}

.notebook p {
	font-size: 14px;
	line-height: 180%;
	margin: 0 50px;
	padding: 0.3em 0;
}

.notebook .signature {
	font-size: 16px;
	line-height: 180%;
	margin: 0 50px;
	padding: 1em 0;
	text-align: right;
}

.notebook .img1 {
	margin: 1.5em auto 2.5em;
}
.notebook .img2 {
	margin: 2.5em auto 1.5em;
}
.notebook .img1 dt,
.notebook .img1 dd,
.notebook .img2 dt,
.notebook .img2 dd {
	text-align: center;
	padding: 0.2em 0;
}


/* プライバシーポリシー */
#policy {
	width: 720px;
	padding-right: 30px;
	float: none;
	padding-left: 30px;
	padding-bottom: 80px;
	padding-top: 10px;
}
#policy p {
	font-size: 12px;
	letter-spacing: 1px;
}

/* 関連リンク */
#link {
	width: 720px;
	padding: 10px 30px;
}
#link dl {
	margin: 1.5em 0;
	padding: 0;
	border-bottom: 1px solid #333333;
}
#link dt {
	border-top: 1px solid #333333;
	padding: 2em 0 1.5em;
}
#link dd {
	padding: 0 0 1.5em 35px;
}
#link dt a {
	background: url(../images/dot_arrow.gif) no-repeat center left;
	height: 16px;
	padding: 5px 0 3px 35px;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}
#link dt a:hover {
	text-decoration: underline;
}

.link_main h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 16px;
	color: #000000;
	padding-left: 30px;
}
.link_main p {
	padding-left: 20px;
}


/* サイトマップ */
#sitemap {
	width: 720px;
	padding: 10px 30px;
}

#sitemap dt {
	background: url(../images/dot_arrow.gif) no-repeat left center;
	padding: 10px 0 10px 35px;
	margin: 10px 0 0;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}
#sitemap dd {
	padding: 0 0 10px 50px;
	text-decoration: none;
}
#sitemap a {
	text-decoration: none;
}
#sitemap a:hover {
	text-decoration: underline;
}

/* 緑風好日 */
#content_r.ryokufu-kozitsu h1.main {
	background: url(../../ryokufu-kozitsu/images/h1_ryokufu-kozitsu_main.jpg)  no-repeat center center;
	width: 554px;
	height: 134px;
	margin: 0;
	text-indent: -5000px;
	border: none;
}
#content_r.ryokufu-kozitsu h2.sensyu-bungei {
	background: url(../../ryokufu-kozitsu/images/h2_sensyu-bungei.jpg)  no-repeat center center;
	width: 554px;
	height: 60px;
	margin: 2em 0 0;
	padding: 0;
	text-indent: -5000px;
	border: none;
}
#content_r.ryokufu-kozitsu dl.publish-list {
}
#content_r.ryokufu-kozitsu dl.publish-list dt{
	margin: 0px;
	width: 15em;
	padding: 5px 0 5px 5px;
	float: left;
	clear:left;
}
#content_r.ryokufu-kozitsu dl.publish-list dd {
	margin: 0px;
	padding: 5px 0;
}

#content_r.ryokufu-kozitsu h1.sub {
	background: url(../../ryokufu-kozitsu/images/h1_ryokufu-kozitsu_sub.jpg)  no-repeat center center;
	width: 554px;
	height: 90px;
	margin: 0;
	text-indent: -5000px;
	border: none;
}
#content_r.ryokufu-kozitsu h1.sub a {
	display: block;
	outline: none;
	height: 90px;
}
/*
#content_r.ryokufu-kozitsu h2 {
	background: url(../../ryokufu-kozitsu/images/h2_ryokufu-kozitsu.jpg)  no-repeat center left;
	height: 16px;
	margin: 2em 0 3em;
	padding: 0 0 0 15px;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}
*/
#content_r.ryokufu-kozitsu h2 {
	background: url(../../ryokufu-kozitsu/images/h2_ryokufu-kozitsu.gif)  no-repeat center left;
	height: 18px;
	margin: 3em 0 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #009900;
}
#content_r.ryokufu-kozitsu .publish {
	padding: 0 0 0 20px;
	font-size: 80%;
	margin: 0 0 2em;
}

#content_r.ryokufu-kozitsu h3 {
	background: url(../../ryokufu-kozitsu/images/h3_ryokufu-kozitsu.jpg)  no-repeat center left;
	height: 14px;
	color: #006600;
	margin: 3em 0 1em;
	padding: 11px 0 25px 8px;
	font-size: 14px;
}

#content_r.ryokufu-kozitsu p {
	font-size: 14px;
	text-indent: 1em;
	line-height: 170%;
}

#content_r.ryokufu-kozitsu ul li {
	font-size: 14px;
	margin: 0.25em 0;
}

#content_r.ryokufu-kozitsu ul.nondot li {
	list-style: none;
}

#content_r.ryokufu-kozitsu .signature {
	text-align: right;
}
#content_r.ryokufu-kozitsu .end {
	margin-right: 4em;
	text-align: right;
}

/* エラーページ */
#error_page {
	width: 720px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 80px;
	padding-top: 10px;
}

/*----------------------------------*/
