/* 一括で全ての要素の余白をゼロに指定 */
* { padding:0; margin:0; }
body, p, div, h1, h2, h3, h4, h5, h6, img {margin: 0 0 0 0; padding: 0 0 0 0;}

table, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------- body */
body {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F3F3F3;
	color: #535353;
}

/* ---------------------------------------- 見出し */
h1 {
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
}

h1.mn {
	color: #FF8533;
	line-height: 105%;
	margin-bottom: 30px;
}

h2 {
	font-size: 18px;
	color: #666666;
}

.h2-home {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

.h2-trademark {
	color: #FF8533;
	padding-bottom:5px;
}

.h2-orange {
	color: #FF8533;
}

.h2-blue {
	color: #000099;
}

h3 {
	font-size: 15px;
	color: #666666;
}

.h3-trademark {
	color: #460000;
	padding-bottom:2px;
}

.h3-blue {
	color: #000099;
}

/* ---------------------------------------- フォント */
.font-blue {
	color: #000099;
}

.font-orange {
	color: #FF8533;
}

.font-aqua {
	color: #4169E1;
}

.font-red {
	color: #FF0000;
}

.required {
	color:#ff0000;
	font-size: 7px;
}

/* ---------------------------------------- リスト */
ul.ul_tb_list {
	list-style-type:circle;
	padding-left:18px;
}

ul.ul_tb_list li{
	padding-top:2px;
	padding-bottom:2px;
}

ul.ul_disc {
	list-style-type:disc;
	padding-left:18px;
}

ul.ul_disc li{
	padding-top:2px;
	padding-bottom:2px;
}

ul.ul_none {
	list-style-type:none;
}

ol.ol_tb_list{
	padding-left:26px;
}

/* ---------------------------------------- リンク */
a.hover_line {
	text-decoration: none;
}

a.hover_line:hover {
	text-decoration: underline;
}

a.a-gray {
	color: #535353;
}

/* ---------------------------------------- イメージ */
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
	float: left;
}

img.img_border{
	border:1px solid #CCCCCC;
}

/* ---------------------------------------- 水平線 */
hr {
	height: 1px;
	background-color: #c8c8c8;
	border: none;
	color: #c8c8c8;
	margin:3px 0px 10px 0px;
	text-align:left;
}

.hbar {
	height: 13px;
	background: #f3f3f3 url(/home/uploads/title_bg.gif);
	border: 0px none;
	margin-bottom: 7px;
}

.hbar-sub {
	height: 13px;
	background: #f3f3f3 url(/home/uploads/subtitle_bg.gif);
	border: 0px none;
	margin-bottom: 7px;
}

/* ---------------------------------------- 四角 */
.box-lightcyan {
	background-color: #E0FFFF;
	border:1px solid #808080;
	padding: 5px;
}

.box-lightcyan-noborder {
	background-color: #E0FFFF;
	padding: 10px;
}

.box-gray {
	background-color: #EFEFEF;
	border:1px solid #808080;
	padding: 5px;
}

.box-white {
	background-color: #FFFFFF;
	border:1px solid #808080;
	padding: 5px;
}

.box-pink-noborder {
	background-color: #FFE4E1;
	padding: 10px;
}

/* ---------------------------------------- テーブル */
.table-lightcyan td{
	background-color: #E0FFFF;
	border:1px solid #808080;
	padding: 5px;
}

.table-yellow td{
	background-color: #F9F9D4;
	border:1px solid #808080;
	padding: 5px;
}

.table-white td{
	border:1px solid #808080;
	padding: 5px;
}

/* ---------------------------------------- PageTop リンク */
.pagetop2 {
	text-align:right;
	padding: 5px 0px;
}

p.pagetop2 a {
	text-decoration: none;
	color: #535353;
}

/* ---------------------------------------- フロート解除 */
.clear {
	clear: both;
}

/* ---------------------------------------- レイアウト */
.box-wrap {
	margin: auto;
	background-image:url(/en/images/css-bg.gif);
	background-repeat:repeat-y;
	width: 992px;
	line-height: 130%;
}

.box-wrap a {
	color:#2f68b7;
}

.column-one {
	float: left;
	border-right:1px #C8C8C8 solid;
	padding-left:6px;
	padding-top:15px;
}

.column-two {
	margin-left: 238px;
	border-left:1px #C8C8C8 solid;
	padding: 20px 40px 20px 20px;
}

.column-three {
	margin-left: 730px;
	padding-top:10px;
}

.column-three-content {
	font-size:12px;
	background-color:#c9deea;
	margin: 0px 39px 10px 7px;
	padding:5px;
}

/* ---------------------------------------- ヘッダ */
#header {
	margin-left:7px;
	margin-right:19px;
}

/**** ヘッダー上部 ****/
#header-top {
	height:35px;
	background-color: #f2f2f2;
	border-bottom:dotted 1px #cccccc;
}

#header-title {
	width: 505px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 13px;
	font-family:'Times New Roman', 'Times', 'serif';
}

#header-map {
	width: 215px;
	font-size: 12px;
	font-weight:bold;
}

#header-form {
	width: 214px;
}

#header-top td{
	color: #727272;
	vertical-align: middle;
}

#header-top a {
	color: #4069b0;
	text-decoration: none;
}

#header-top a:hover {
	color: #727272;
	text-decoration: underline;
}

/**** ヘッダー中央部 ****/
#header-form .search-button {
	height: 20px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

#header-form .search-text {
	height: 20px;
}

#header-middle {
	height:72px;
}

#header-middle td {
	vertical-align: middle;
}

#header-middle td img{
	color: #727272;
	vertical-align: middle;
}

#header-middle a {
	color: #4069b0;
	text-decoration: none;
}

#header-middle a:hover {
	color: #727272;
	text-decoration: underline;
}

#header-logo {
	width: 660px;
	padding-left: 20px;
}

#header-language {
	width: 297px;
	font-size: 12px;
	font-weight: bold;
}

/**** ナビゲーションバー ****/
#nav {
	margin:0px 0px -2px 22px;
}

#nav li {
	display:inline;
	list-style:none;
	text-align:center;
	padding:5px 0px 5px 0px;
	background-image:url(/en/images/mdCur.gif);
	border-left:#95CAFF solid 1px;
}

#nav li a {
	text-decoration:none;
	line-height:30px;
	background-image:url(/en/images/rtang2.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:5px 18px 5px 5px;
	margin-right:-11px;
	margin-top:-15px;
	margin-bottom:-5px;
	color:#366189;
}

#nav .current {
	text-decoration:none;
	line-height:30px;
	background-image:url(/en/images/purang.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:5px 18px 5px 5px;
	margin-right:-11px;
	margin-top:-15px;
	background-color:#515ba4;
	color:#FFFFFF;
}

/* ---------------------------------------- パン屑リスト */
#loc {
	background-color:#515BA4;
	height:25px;
	color:#FFFFFF;
	margin-left:7px;
	margin-right:19px;
	padding:10px 5px 5px 10px;
	text-align:left;
}

#loc a {
	color:#FFFFFF;
}

#loc img {
	padding-left:5px;
	padding-right:5px;
}

/* ---------------------------------------- フッタ */
.footer {
	clear: both;
	background-color:#515BA4;
	margin-left:7px;
	margin-right:19px;
}

.footer-navi {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}

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

.footer-navi a:hover {
	text-decoration: underline;
}

.footer-language {
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-right: 10px;
}

.footer-language a {
	text-decoration:none;
	color: #FFFFFF;
}

.footer-language a:hover {
	text-decoration: underline;
}

.footer-bottom {
	background-color:#FFFFFF;
	font-size: 10px;
	line-height: 100%;
	color: #868686;
	padding: 10px;
}

/* ---------------------------------------- 左メニュー */
#menuleft {
	width:232px;
	font-size:12px;
}

#menuleft h3 {
	font-size:13px;
	color: #FFFFFF;
	background:#515BA4;
	padding:3px 0px 3px 5px;
	margin-left:1px;
}

#menuleft a {
	text-decoration:none;
}

#menuleft li {
	list-style-type:none;
	border-left:1px solid #C8C8C8;
	border-bottom:1px dotted #999999;
	border-top:1px dotted #999999;
}

#menuleft li a {
	display:block;
	color:#494C59;
}

#menuleft li.current {
	font-weight:bold;
}

#menuleft li.heading {
	background-color:#CACACA;
	padding:3px 0px 3px 5px;
}

#menuleft li.heading_link {
	background-color:#CACACA;
	padding:3px 0px 3px 5px;
}

#menuleft li.heading_link a {
	padding:3px 0px 3px 5px;
	margin:-3px 0px -3px -5px;
}

#menuleft li.heading_link:hover {
	background-color:#EEEEFF;
}

#menuleft li.sub {
	background:#FFFFFF;
	padding:3px 0px 3px 12px;
}

#menuleft li.sub a {
	padding:3px 0px 3px 12px;
	margin:-3px 0px -3px -12px;
}

#menuleft li.sub:hover {
	background-color:#EEEEFF;
}

/* ---------------------------------------- 右メニュー */
.ul-menuright li {
	font-size: 11px;
	list-style: none;
	background-image:url(/home/uploads/arrow_blue.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-left:10px;
	background-position:0 5px;
}

.ul-menuright a {
	text-decoration: none;
}

.ul-menuright a:hover {
	text-decoration: underline;
}

/* ---------------------------------------- Home */
.flash {
	margin-left:7px;
	margin-right:19px;
}

.top_way {
	width:325px;
	float:left;
	padding:20px 0px 0px 30px;
}

.top_news {
	width:335px;
	float:left;
	padding:20px 0px 0px 30px;
}

.top_news a {
	color:#535353;
}

.top_services {
	width:700px;
	float:left;
	padding:20px 0px 0px 30px;
}

/* ---------------------------------------- About Our Firm */
/**** About Ryuka IP Law Firm ****/
.note {
	font-size:11px;
}

/**** Firm Leaders ****/
.attorney_standard {
	color: #000099;
}

.attorney_post {
	font-family: 'Times New Roman';
	font-size:14px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	padding-left:5px;
}

.attorney_name {
	font-family: 'Times New Roman';
	font-size:19px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	padding-left:8px;
}

/**** Photo Gallery ****/
.photo td {
	padding-bottom:20px;
	text-align:center;
	vertical-align:middle;
}

/**** Awards ****/
table #publicationsList {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: solid 1px #999999;
}

#publicationsList td {
	border-collapse: collapse;
	border: solid 1px #999999;
	padding: 4px 6px;
}

#publicationsList .pubimg {
	padding:10px 5px;
	vertical-align:middle;
	text-align:center;
}

#publicationsList .pubexp {
	vertical-align: top;
	padding-bottom:20px;
}

/* ---------------------------------------- Trademark */
.mark-merit {
	color:#13A0FE;
}

.mark-demerit {
	color:#FE4242;
}

/* ---------------------------------------- IP Articles */
table #publicationsList {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: solid 1px #999999;
}

#publicationsList td {
	border-collapse: collapse;
	border: solid 1px #999999;
	padding: 4px 6px;
}

#publicationsList .pubimg {
	padding:10px 5px;
	vertical-align:middle;
	text-align:center;
}

#publicationsList .pubexp {
	vertical-align: top;
	padding-bottom:20px;
}

.publication-singlebox {
	width: 630px;
	border: 1px solid #c8c8c8;
	padding: 10px;
}
.publication-singlebox  a{
	text-decoration: none;
}
.publication-singlebox  a:hover{
	text-decoration: underline;
}

/* ---------------------------------------- Intern Program */
.careers-messagebox {
	width: 630px;
	border: 1px solid #c8c8c8;
	padding: 10px;
}

/* ---------------------------------------- Resources */
#resources_tbl {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 600px;
	border-collapse: collapse;
	border: solid 1px #999999;
}

#resources_tbl td, #resources_tbl th {
	border-collapse: collapse;
	border: solid 1px #999999;
	padding: 4px 6px;
	vertical-align:top;
}

#resources_tbl th {
	text-align: left;
	background-color: #E7F5FF;
}

#resources_tbl a {
	color: #2f68b7;
	text-decoration: none;
}

#resources_tbl a:hover {
	text-decoration: underline;
}

/* ---------------------------------------- Site Map */
#sitemap {
	line-height: 22px;
}

#sitemap-l ,#sitemap-r{
	width:320px;
	padding:0 0px 20px 10px;
}

#sitemap-l {
	float: left;
}

#sitemap-r {
	float: right;
}

.sitemap-h2 {
	padding-left: 5px;
	font-weight: bold;
	background-color: #525BA4;
	color: #FFFFFF;
	height:25px;
	line-height:25px;
}

.sitemap-h3 {
	padding-left: 5px;
	font-weight: bold;
	background-color: #E7F5FF;
}

.sitemap-h3 a {
	color: #FFFFFF;
}

.sitemap-h4 {
	padding-left: 10px;
	font-weight: bold;
	background-color: #F1F1F1;
}

#sitemap ul {
	padding-bottom: 5px;
	padding-left: 25px;
}

#sitemap li {
	list-style: disc;
}

#sitemap a {
	text-decoration: none; 
	color : #535353;
}

#sitemap a:hover {
	text-decoration: underline;
}

/* ---------------------------------------- Contact Us */
table #contactform_en {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: solid 1px #cccccc;
}
#contactform_en th, #contactform_en td {
	border-collapse: collapse;
	border: solid 1px #cccccc;
	padding: 4px 6px;
	height: 16px;
	text-align: left;
	font-size: 12px;
}
#contactform_en th {
	border-collapse: collapse;
	background-color:#eeeeee;
	white-space: nowrap;
	font-weight:normal;
	vertical-align: middle;
}

#contactform_en .required {
	color:#ff0000;
	font-size: 9px;
}

.wpcf7-submit{
	border: 1px;
	width: 45px;
	height: 20px;
	background-color: gray;
	color: white;
}

.contactsubmit{
		margin-top: 10px;
		float: right;
}

span.wpcf7-list-item {
	margin-right: 10px;
}
