@charset "utf-8";
/*================================================================================
	デフォルト
================================================================================*/
body {
	color: #000;
	margin: 0;
	padding: 0;
}
body, table, th, td, ul, ol, li, dl, dt, dd, p {
	font-size: 13px;
}
p, pre, address, cite {
	margin: 0.5em 10px 0.8em;
}
a, a:link, a:visited {
	color: #000;
	text-decoration: none;
}
h1 {	font-size: 18px;}
h2 {	font-size: 17px;}
h3 {	font-size: 16px;}
h4 {	font-size: 15px;}
h5 {	font-size: 14px;}
h6 {	font-size: 13px;}

p strong {
	letter-spacing: 0.1em;
	white-space: nowrap;
}

dl {
	margin: 0.5em;
	padding: 1px 5px;
}
dt {
	background-color: transparent;
	padding: 0.2em;
}
dd {
	margin: 0 0 0.3em 1.5em;
	padding: 0.1em;
}

ul {
	margin-top: 0.1em;
	margin-bottom: 0.5em;
}
ol {}
li {
	line-height: 1.4;
	padding: 0.2em 0;
}
li dl {
	padding: 0;
	margin-top: 0.1em;
}

dd ul, dd ol {
	margin-top: 0;
	margin-bottom: 0;
}
dd dl {}

table, th, td {
	border-collapse: collapse;
	border: 1px solid #CCC;
}
table {
	font-size:inherit;
	font:100%;
	margin: 0 20px 0.5em 20px;
	background-color: #FFF;
}
th, td {
	padding: 0.3em;
	line-height: 1.2;
}
th {
	background-color: #EFF0F1;
}
td ol, td ul {
	margin-top: 0;
	margin-bottom: 0;
}
img {	border:0;}
.-------------------------{}
/*================================================================================
	表示させない部分の指定
================================================================================*/
#header #site-info,
.site-description,
#global-navi,
#pan,
.side-links,
#footer-links,
#copyright {
	display: none;
}
.-------------------------{}
/*==================================================
	ヘッダー
==================================================*/
#header {
	border-bottom: 3px double #0C2F8C;
	padding: 0;
	margin: 0 0 10px;
}
#site-name {
	display: block;
}
#site-name img {
}
.-------------------------{}
/*================================================================================
	コンテンツ
================================================================================*/
#contents {}
#contents-inner {
	padding: 5px;
}
/* トップページのみ */
.alpha {
	float: left;
	width: 70%;
}
.beta {
	float: right;
	width: 30%;
	text-align: center;
}
/* 区切り */
.partition {
	padding: 0.1em 0.5em;
	margin-bottom: 1.5em;
}
/* 各ページタイトル */
.page-title {
	font-weight: bold;
	margin-bottom: 15px;
	padding: 0.2em;
	margin-right: 5px;
	border-bottom: 1px dashed #666;
}
h2 {
	margin: 0 0 0.3em;
	padding: 0.1em 0.1em 0.1em 0.5em;
	border-top: 0 solid #999;
	border-right: 0 solid #999;
	border-bottom: 1px solid #999;
	border-left: 10px solid #999;
}
.-------------------------{}
/*========================================
	トップページ
========================================*/
/* 新着情報 */
table.top-info {
	margin: 5px 0;
	padding: 0;
	width: 99%;
	border: 0;
}
table.top-info th,
table.top-info td {
	margin: 0;
	padding: 2px;
	border-style: dashed;
	border-width: 0 0 1px 0;
}
table.top-info th {
	font-size: 92%;
	background-color: #FFF;
	vertical-align: top;
	white-space: nowrap;
	width: 10%;
}
table.top-info td {
}
.-------------------------{}
/*========================================
	事務所紹介
========================================*/
table.office-summary,
table.office-summary th,
table.office-summary td {
	border: 0;
}
table.office-summary {
}
table.office-summary th {
	font-weight: normal;
	background-color: #FFF;
	text-align: left;
}
table.office-summary td {
}
.-------------------------{}
/*========================================
	事務所サービス
========================================*/
.o_l-place {
	clear: both;
	margin: 0 0 1em;
	padding: 0 1em;
}
.o_l-image-l {
	float: left;
	padding:0 10px 5px 0;
	background-color: #FFF;
	border: 5px solid #FFF;
	margin:0 10px 0 0;
}
.o_l-image-r {
	float: right;
	padding:00 5px 10px;
	background-color: #FFF;
	border: 5px solid #FFF;
	margin: 0 0 0 10px;
}
.o_l-text {
}
h3.o_l-title {
	font-size: 114%;
	font-weight: bold;
	border-bottom: 1px solid #2251A4;
	padding: 0.1em 0.3em;
}
.-------------------------{}
/*========================================
	弁理士紹介
========================================*/
.right-image {
	background-color: #FFF;
	float: right;
	padding: 0;
	width: 25%;
	margin: 0;
}
.left-text {
	float: left;
	width: 70%;
}
.-------------------------{}
/*========================================
	トピックス
========================================*/
.topic-table {
	width: 100%;
	margin: 0;
}
.topic-table th.t-date {	width: 10%;}
.topic-table th.t-place {	width: 20%;}
.topic-table th.t-content {}
.topic-table th.t-sponsor {	width: 15%;}
.topic-table td.tt-date {	white-space: nowrap;}

.-------------------------{}
/*========================================
	お問い合わせ
========================================*/
fieldset {
	padding: 1em;
}
form table,
form table th,
form table td {
	border: 0;
}
form table th {
	font-weight: normal;
	background-color: #FFF;
	text-align: right;
}
.-------------------------{}
/*========================================
	リンク
========================================*/
.link-add {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #666;
	text-align: right;
	margin: 0.5em 0 0.5em 2em;
}

.-------------------------{}
/*================================================================================
	フッター
================================================================================*/
#footer {
	border-top: 1px dashed #666;
}
#footer-inner {
	margin: 0;
	padding: 5px 10px 0;
}
.f-atte p, .f-offi p {
	font-size: 12px;
	padding: 0;
}
#footer-contents .f-atte {
	float: left;
	line-height: 1.4;
}
#footer-contents .f-offi {
	float: right;
	text-align: right;
	line-height: 1.3;
}
#footer-contents .f-offi p strong {
	font-size: 16px;
	color: #2251A4;
}
.-------------------------{}
/*================================================================================
	Clearfix
================================================================================*/
.clearfix:after,
#header-inner:after,
#global-navi-inner:after,
#contents-inner:after,
.partition:after,
#footer-contents:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix,
#header-inner,
#global-navi-inner,
#contents-inner,
.partition,
#footer-contents {display: inline-table;}

* html .clearfix,
* html #header-inner,
* html #global-navi-inner,
* html #contents-inner,
* html .partition,
* html #footer-contents {
	/*\*/height: 1%;/*for WinIE*/
}

/* Hides from IE-mac \*/
* html .clearfix,
* html #header-inner,
* html #global-navi-inner,
* html #contents-inner,
* html .partition,
* html #contents {height: 1%;}
.clearfix,
#header-inner,
#global-navi-inner,
#contents-inner,
.partition,
#footer-contents {display: block;}
/* End hide from IE-mac */
