/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

/* 基本テキスト*/

.text1 {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #006699;
	letter-spacing: 1px;
	text-align: left;
	margin: 0px;
	padding: 8px 15px 3px;
	border-bottom: 1px dotted #D0EFF0;
}

.text2 {
	font: bold 14px/18px "ＭＳ ゴシック", "Osaka－等幅";
	color: #666666;
	letter-spacing: 1px;
	text-align: left;
	width: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background: url(img/text2.gif) no-repeat left center;
	border-bottom: 1px dotted #9EC9C9;
}

.text3 {
	background: url(img/text3.gif) no-repeat center;
	width: 50px;
	border-bottom: 1px dotted #9EC9C9;
}

.text4 {
	font: normal 12px/16px "ＭＳ ゴシック", "Osaka－等幅";
	color: #666666;
	margin: 0px;
	padding: 10px;
	border-bottom: 1px dotted #9EC9C9;
}

.text4 a {
	color: #0033FF;
}

.text4 a:hover {
	color: #FF3366;
}

.text5 {
	font-size: 12px;
	color: #666666;
	background: #E4E4E4;
	letter-spacing: 1px;
	text-align: left;
	padding: 8px;
	width: 80px;
}

.text6 {
	font-size: 12px;
	color: #666666;
	text-align: left;
	border-bottom: 1px dotted #CCCCCC;
	line-height: 18px;
	margin: 0px;
	padding: 5px 0px 5px 15px;
}

.text7 {
	font-size: 14px;
	color: #666666;
	background: url(img/oftitle-bg.jpg) repeat-y;
	text-align: left;
	padding: 5px 0px 5px 20px;
	letter-spacing: 2px;
	border-left: 5px solid #9CBEC9;
	border-bottom: 1px solid #9CBEC9;
	font-weight: bold;
}

.text8 {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	letter-spacing: 2px;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	vertical-align: top;
	padding-bottom: 10px;
}

.text9 {
	font-size: 20px;
	color: #333333;
	letter-spacing: 3px;
	line-height: 22px;
	padding: 10px 0px 10px 20px;
	font-weight: bold;
	border-bottom: 2px dotted #D6E0F1;
}

.text10 {
	font-size: 11px;
	letter-spacing: 5px;
	font-weight: normal;
}

.text11 {
	font-size: 12px;
	color: #003399;
	letter-spacing: 3px;
	line-height: 16px;
	padding: 5px 0px 5px 20px;
	font-weight: normal;
	border-bottom: 2px dotted #D6E0F1;
}

.text66 {
	font-size: 12px;
	color: #666666;
	text-align: left;
	border-bottom: 1px dotted #CCCCCC;
	line-height: 22px;
	margin: 0px;
	padding: 5px 20px;
	letter-spacing: 1px;
}

.text666 {
	font-size: 12px;
	color: #666666;
	text-align: right;
	line-height: 22px;
	margin: 0px;
	padding: 5px 20px;
	letter-spacing: 1px;
}

.text67 {
	font-size: 12px;
	color: #000099;
	text-align: left;
	border-bottom: 4px double #9CBEC9;
	line-height: 22px;
	margin: 0px;
	padding: 5px 20px 10px;
	letter-spacing: 1px;
}

.text68 {
	color: #FF6600;
	text-align: left;
	line-height: 14px;
	margin: 10px 0px;
	padding: 10px;
	background: #F6F6F6;
	display: block;
}

.tel {
	color: #0099CC;
	letter-spacing: 5px;
	text-align: left;
	padding: 10px 0px 10px 10px;
	font: bold 24px Arial, Helvetica, sans-serif;
	border-bottom: 2px dotted #D6E0F1;
}

#worktable {
	background: url(img/worktop.gif) no-repeat center top;
	height: 280px;
	width: 548px;
}

.worktable2 {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.map {
	float: right;
	padding-right: 20px;
}

.orange {
	font-weight: bold;
	color: #F11285;
}

/* 見出し */

h1 {
	margin: 0px;
	padding: 4px 0px 0px;
	font: normal 12px "ＭＳ ゴシック", "Osaka－等幅";
	color: #999999;
	height: 20px;
}

h2, h3, h4, h5, h6 { font-weight: bold; }

h2 {
	margin: 0px;
	padding: 0px 0px 10px;
}

h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
    margin-top: 10px;
    margin-bottom: 10px;
}


/* リンク色（ページ全体） */

a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }


/* リンク色（サイトタイトル） */

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }


/* リンク色（サイドメニュー） */

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }


/* 表示補助 */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* ページレイアウト */

body {
	min-width: 800px;
	text-align: center; /* center on ie */
	font-family: 'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック", "osaka", sans-serif;
	margin: 0px;
	padding: 0;
	color: #333;
	background: url(img/bg.gif) repeat-x;
}

#container
{
    position: relative;
    width: 800px;
    margin: 0 auto;
    text-align: left;
    background: #F0F0F0;
	border-right: 5px solid #006633;
	border-bottom: 5px solid #006633;
	border-left: 5px solid #006633;
	padding: 0px 5px 5px;
}

#container-inner
{
	position: static;
	width: auto;
	background: #ffffff;
}


/* ヘッダー（レイアウト） */

#logo {
	float: left;
}

#subkey {
	color: #8CCCA8;
	text-align: right;
	font: 11px/12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 550px;
	padding: 36px 5px 0px 0px;
	float: right;
	margin: 0px;
}

#top-pan {
	text-align: right;
	padding-top: 5px;
	width: 450px;
	float: right;
}

#top-pan img {
	padding: 5px 10px 0px 0px;
}

#banner {
	position: relative;
	width: 798px; /* necessary for ie win */
	height: 150px;
	background: #a3b8cc;
	border-bottom: 1px solid #666666;
}

#banner-inner {
    position: static;
    height: 100%;
}

/* ヘッダー（サイトタイトル） */

#banner-header
{
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px;
	text-align: center;
	height: 150px;
	background: url(img/top-bg.jpg) no-repeat;
}

/* ヘッダー（検索ボックス） */

#banner-search
{
    position:absolute; bottom:5px; right:10px;
}


/* ヘッダーその他（変更不要） */

.description {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 20px;
}

#banner-description
{
    display: none;
}


/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
	position: relative;
	width: 100%;
	text-align: center;
	background: url(img/pagebody-bg.jpg) repeat-y;
}

#pagebody-inner 
{
    position: static;
    width: 100%; 
    text-align: left; 
}


#alpha
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#beta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
}

#alpha-inner, #beta-inner
{
   position: static;
}


/* メインコンテンツ基本レイアウト（記事部分） */

#alpha {
	width: 568px;
	float: right;
}
#alpha-inner { 
    padding: 10px;
}


/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
	width: 230px;
	float: left;
}

#beta-inner{ padding: 0px; }


/* 記事部分レイアウト */


/* 記事部分見出し */

.news-header {
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: 548px;
	w\idth: auto;
	padding: 5px 0px 0px 30px;
	color: #666666;
	background: url(img/title.jpg) no-repeat;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	height: 30px;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: auto;
	w\idth: auto;
	margin: 0px;
	padding: 8px 0px 0px 40px;
	color: #666666;
	background: url(img/title.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	letter-spacing: 2px;
	text-align: left;
	height: 35px;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
    color: #fff;
}


/* 記事部分コンテンツ */

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed,
.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-body,.entry-more {
	margin: 10px 0;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	font-size: 12px;
	color: #7D7B2D;
	padding-left: 20px;
	width: 520px;
}

.entry-more-link{ text-align: right; }

.entry-more-link a {
	font-size: 12px;
	color: #0033CC;
}

.entry-more-link a:hover {
	color: #FF3366;
}

.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}

.date-header {
    margin: 5px 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-header {
	margin-top: 10px;
	border-left: 5px solid #FF9933;
	padding: 0 0 0 10px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 20px;
}
.entry-header a { text-decoration: none; }

.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
    line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 5px 10px 0 0;
    border-top: 1px dotted #dae0e6;
    padding: 5px 0;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
    margin-left: 10px;
}

.entry-body-c {
	font-size: 12px;
	color: #7D7B2D;
	padding-left: 20px;
	width: 510px;
}

.content-nav
{
	background: #ffffff;
	margin: 5px 20 5px 0;
	text-align: right;
	font-size: 10px;
	color: #666666;
}

.content-nav-bread
{
	position: relative;
	margin: 5px 0;
	text-align: left;
	font-size: 10px;
	color: #666666;
}

#top-pankz {
	font-size: 11px;
}

#trackbacks-info {
    margin: 10px 0;
    border: 1px dashed #a3b8cc;
    padding: 0 10px;
    color: #292e33;
    font-size: 11px;
    text-align: center;
    background: #e6ecf2;
}

.comments-open-footer {
    margin: 10px 0;
}

.gotop {
	text-align: right;
	clear: both;
	font-size: 12px;
	letter-spacing: 1px;
}

.img
{
    float: left;
    margin-right: 5px;
    text-align: center;
}


/* フッター */

.office {
	color: #666666;
	height: 35px;
	width: 250px;
	margin: 30px 0px 0px 15px;
	padding: 7px;
	font: 11px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	float: left;
}

.office2 {
	color: #666666;
	height: 35px;
	width: 300px;
	margin: 30px 0px 0px 40px;
	padding: 7px;
	font: 11px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	float: left;
}

#copylight {
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	padding-right: 20px;
	padding-top: 2px;
}

#bottom {
	width: 798px;
	background: url(img/footer.jpg) no-repeat;
	height: 128px;
}

#footer
{
    position: relative;
    width: 798px; 
    height: 58px;
}

#footer-inner
{
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 85px;
}

.footer-navi
{
	width: 798px;
	font-size: 12px;
	text-align: center;
	clear: both;
	padding-top: 4px;
	height: 20px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

.footer-navi a {
	color: #666666;
	text-decoration: none;
}

.footer-navi a:hover {
	color: #FF3366;
}

/* サイド固定メニュー内部 */

.module-header3 {
	w\idth: auto;
	padding: 0px;
	margin: 0px;
	height: 25px;
}

#fixmenu {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 230px;
	background: url(img/pagebody-bg.jpg) repeat-y;
}

#fixmenu ul {
	margin: 0px;
	padding: 0px;
	width: 230px;
	list-style: none;
}

#fixmenu li {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 230px;
}

#fixmenu li em {
	visibility: hidden;
}

#manage a {
	background: url(img/manage2.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-decoration: none;
}

#manage a:hover {
	background: url(img/manage.jpg) no-repeat;
}

#office a {
	background: url(img/office2.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-decoration: none;
}

#office a:hover {
	background: url(img/office.jpg) no-repeat;
}

#staff a {
	background: url(img/staff.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-decoration: none;
}

#staff a:hover {
	background: url(img/staff2.jpg) no-repeat;
}

#contact a {
	background: url(img/contact2.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-decoration: none;
}

#contact a:hover {
	background: url(img/contact.jpg) no-repeat;
}

#recruit a {
	background: url(img/recruit2.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-decoration: none;
}

#recruit a:hover {
	background: url(img/recruit.jpg) no-repeat;
}

#link a {
	background: url(img/link2.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-decoration: none;
}

#link a:hover {
	background: url(img/link.jpg) no-repeat;
}

/* ブログメニュー */

#fixmenu2 {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 230px;
	background: url(img/pagebody-bg.jpg) repeat-y;
}

#fixmenu2 ul {
	margin: 0px;
	padding: 0px;
	width: 230px;
	list-style: none;
}

#fixmenu2 li {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 230px;
}

#fixmenu2 li em {
	visibility: hidden;
}

#blog1 a {
	background: url(img/taxnews.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-decoration: none;
}

#blog1 a:hover {
	background: url(img/taxnews2.jpg) no-repeat;
}

#blog2 a {
	background: url(img/master.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-decoration: none;
}

#blog2 a:hover {
	background: url(img/master2.jpg) no-repeat;
}

#blog3 a {
	background: url(img/lecture.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-decoration: none;
}

#blog3 a:hover {
	background: url(img/lecture2.jpg) no-repeat;
}

#blog4 a {
	background: url(img/shain.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-decoration: none;
}

#blog4 a:hover {
	background: url(img/shain2.jpg) no-repeat;
}

#blog5 a {
	background: url(img/rec.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-decoration: none;
}

#blog5 a:hover {
	background: url(img/rec2.jpg) no-repeat;
}

#consult a {
	background: url(img/consultnavi.gif) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-decoration: none;
}

#consult a:hover {
	background: url(img/consult2.jpg) no-repeat;
}

#policy a {
	background: url(img/policy.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-decoration: none;
}

#policy a:hover {
	background: url(img/policy2.jpg) no-repeat;
}


/* サイドメニュー内部 */

.menu-title {
	margin: 0px;
	padding: 0px;
}

.module-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    border-left: 5px solid #36414d;
    padding: 5px;
    color: #fff;
    background: #a3b8cc;
    line-height: 1.25;
    margin: 0px;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}

.module-header2 {
	w\idth: auto;
	padding: 0px;
	background: #a3b8cc url(img/blogmenu.gif) no-repeat;
	margin: 0px;
	height: 25px;
}

.module {
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding-bottom: 5px;

}

.module-content {
    position: relative;
    margin: 0;
    padding: 0;
}
.module-content p {
    padding: 0 5px;
}
.module-list
{
   margin: 0;
   padding: 0;
   list-style : none ;
}
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item a
{
	width: 230px;
	background: url(img/blogmenu-bg.jpg) no-repeat;
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 8px 0px 0px 30px;
	letter-spacing: 1px;
	text-decoration: none;
	height: 33px;
	font-weight: normal;
	color: #666666;
}


.module-list-item a:hover {
	background: url(img/blogmenu-bg2.jpg) no-repeat;
	color: #FFFFFF;
}


/* その他 */

.keyword {
	padding-left: 35px;
	font-size: 12px;
	letter-spacing: 1px;
	height: 20px;
	padding-top: 5px;
}

.entry-tags {
	margin: 15px 0;
	clear: both;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0px;
}
.entry-tags ul {
    padding-left: 30px;
    margin:10px 0px; 
    list-style : square;
}
.entry-tags li {
	float: left;
	padding-left: 15px;
	font-size: 12px;
	letter-spacing: 1px;
	border-bottom: 1px dotted #DDEEFF;
}

.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #36414d;
    color: #eee;
    padding: 5px;
    margin: 0px; 
    font-size: 16px;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 0px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }


.main-index .date-header { display: none; }

form textarea#comment-text { width:400px; }

.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: auto;
	w\idth: auto;
	margin: 0px;
	padding: 8px 0px 0px 40px;
	color: #666666;
	background: url(img/title.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	letter-spacing: 2px;
	text-align: left;
	height: 35px;
}

/* 更新履歴 */

.module-list .newstop
{
	margin: 0;
	padding: 3px 0px 0px 30px;
	list-style : none;
	background: url(img/news-arrow.gif) no-repeat;
	border-bottom: 1px dotted #E7E7E7;
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
}

.module-list .newstop a {
	color: #996600;
	text-decoration: none;
}

.module-list .newstop a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* お問い合せフォーム */

.context1 {
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
	padding: 5px 5px 5px 15px;
	width: 120px;
	background: #F2F2F2;
	border-left: 2px solid #EBEBEB;
}

.context2 {
	padding: 10px 0px 10px 10px;
	border-bottom: 1px dotted #BAD1DA;
	font-size: 12px;
	line-height: 18px;
}

.context2 input {
	margin: 0px 5px;
	padding: 0px;
}

.context3 {
	background: #DEE9ED;
	border-left: 5px solid #74A3B4;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
	text-align: left;
	padding: 6px 0px 6px 15px;
}

.context4 {
	color: #FF9900;
	font: 11px "ＭＳ ゴシック", "Osaka－等幅";
}

#ssl {
	background: url(img/ssl.jpg) no-repeat;
	height: 130px;
	text-align: left;
	padding-top: 30px;
	padding-left: 20px;
	color: #FF6633;
	font: 11px "ＭＳ ゴシック", "Osaka－等幅";
}

.p-text {
	color: #737E93;
	letter-spacing: 1px;
	text-align: left;
	padding: 10px 20px;
	font: 12px/18px "ＭＳ ゴシック", "Osaka－等幅";
}

/* リンク集 */

.linktable {
	border: 1px solid #F5F5F5;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.linktext1 {
	font: 12px "ＭＳ ゴシック", "Osaka－等幅";
	color: #FFFFFF;
	background: #74A3B4;
	border-left: 5px solid #DEE9ED;
	padding: 5px;
	letter-spacing: 1px;
	width: 50%;
}

.linktext2 {
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 20px;
	background: #F7F7F7;
	width: 50%;
}

.linktext2 a {
	color: #FF6633;
}

.linktext3 {
	font: 11px "ＭＳ ゴシック", "Osaka－等幅";
	color: #996666;
	padding: 3px 0px 3px 10px;
	text-align: left;
	border-bottom: 1px solid #CFDFE4;
}

#rectable {
}

/* 事務所紹介 */

#kadoffice {
	background: url(img/kadooffice.jpg) no-repeat;
	height: 165px;
	width: 540px;
}

.officetext1 {
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
	margin: 0px;
	padding: 3px 10px 2px;
	border-bottom: 1px dotted #DEE9ED;
}

#kadotable {
	padding: 0px;
	margin-top: 70px;
	margin-left: 150px;
}

#onsoffice {
	background: url(img/onsooffice.jpg) no-repeat;
	height: 165px;
	width: 540px;
}

#onsotable {
	padding: 0px;
	margin-top: 70px;
	margin-left: 15px;
}

.ofdetail {
	text-align: right;
	padding-top: 7px;
	padding-right: 5px;
}

.member {
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}

.consultable {
	margin-left: -30px;
	margin-bottom: 10px;
}
