/* ===全体構造===*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;

	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}


html {
}

body	{
	font-size:12px;
	}

a	{color:#004AB0}
a:hover	{color:#0066ff}

strong {
	font-weight: bold;
}
-nakagawa_thickbox start-

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



/*-nakagawa_thickbox end-*/

.grad1 {
 width:756px;
 padding:0px 0px 0px 0px;
 border-left:solid 3px #e0e0e0;
 border-right:solid 3px #e0e0e0;
 border-bottom:solid 1px #7e7e7e;
  margin: auto auto 0px auto;
  overflow: hidden;
}
.grad2 {
width:752px;
padding:0px;
border-left:solid 2px #cccccc;
border-right:solid 2px #cccccc;
border-bottom:solid 1px #7e7e7e;
margin: 0 auto -200px auto;
}
.grad3 {
width:750px;
padding:0px;
border-left:solid 1px #aaaaaa;
border-right:solid 1px #aaaaaa;
border-bottom:solid 1px #7e7e7e;
margin: 0 auto 0px auto;
}

.innergrad1 {
 width:756px;
 padding:0px 0px 0px 0px;
 border-left:solid 3px #e0e0e0;
 border-right:solid 3px #e0e0e0;
 border-bottom:solid 1px #7e7e7e;
  margin: auto auto 0px auto;

}
.innergrad2 {
width:752px;
padding:0px;
border-left:solid 2px #cccccc;
border-right:solid 2px #cccccc;
border-bottom:solid 1px #7e7e7e;
margin: 0 auto 0px auto;
}
.innergrad3 {
width:750px;
padding:0px;
border-left:solid 1px #aaaaaa;
border-right:solid 1px #aaaaaa;
border-bottom:solid 1px #7e7e7e;
margin: 0 auto 0px auto;
height: auto;
}

h2 {
font-size: 1.5em;	
font-weight: bold;	
}


.head	{background-color: #2E3192;
	 width:750px;
	 height:81px;
	 margin:0px auto 9px auto;
	 }
h1.head {
position:relative; 
text-align: left;
vertical-align: top;
color: #fff;
font-size: 16px;
}

h1.head img {
width:750px;
height:81px;
z-index:1; 
position:absolute; 
top:0; 
left:0; 
}

h1.head span {
padding: 20px 0px 0px 100px;
}


.content {
	font-family:helvetica, Arial, san-serif;
	width:750px;
  text-align:left}

.menu	{position:relative;
	top:0;
	left:0;
	width:170px;
   height:100%;
   float:left;
	background-color:#082984;  
	z-index: 1;
	  }

.menu a	{display:block;
	 text-align:center;
	 text-decoration:none;
	 font-size:12px;
	 color:#ffffff;
	 background-image:url(../image/yokomoji_navi1.gif);
	 width:170px;
	 line-height:28px;
	 border-bottom:solid 1px #ffffff;
	 border-right:solid 1px #ffffff;
	 	 background-color:#082984;
	 }

.menu a:hover {background-image:url(../image/yokomoji_navi1_on.gif);
color:#ffffff;
background-color:#5A84A5; 
	 }

.submenu	{visibility: hidden;
	 position:absolute;
	 top:0;
	 left:171px}

.submenu a	{border-bottom:solid 1px #ffffff;
	 background-image:url(../image/yokomoji_navi2.gif);}

.submenu a:hover	{border-bottom:solid 1px #ffffff;
	 background-image:url(../image/yokomoji_navi2_on.gif);}

#menu1	{position:absolute;
	 top:0;
	 left:0;
	 z-index:14}

#menu2	{position:absolute;
	 top:29px;
	 left:0px;
	 z-index:13}

#menu3	{position:absolute;
	 top:58px;
	 left:0px;
	 z-index:12}

#menu4	{position:absolute;
	 top:87px;
	 left:0px;
	 z-index:11}

#menu5	{position:absolute;
	 top:116px;
	 left:0px;
	 z-index:10}

#menu6	{position:absolute;
	 top:145px;
	 left:0px;
	 z-index:9}

#menu7	{position:absolute;
	 top:174px;
	 left:0px;
	 z-index:8}

#menu8	{position:absolute;
	 top:203px;
	 left:0px;
	 z-index:7}


#menu9	{position:absolute;
	 top:232px;
	 left:0px;
	 z-index:6}

#menu10	{position:absolute;
	 top:261px;
	 left:0px;
	 z-index:5}

#menu11	{position:absolute;
	 top:290px;
	 left:0px;
	 z-index:4}

#menu12	{position:absolute;
	 top:319px;
	 left:0px;
	 z-index:3}

#menu13	{position:absolute;
	 top:348px;
	 left:0px;
	 z-index:2}

#menu14	{position:absolute;
	 top:377px;
	 left:0px;
	 z-index:1}

#menu15	{position:absolute;
	 top:406px;
	 left:0px;
	 z-index:0}


/* === コンテンツ部分のスタイル === */



.main	{
	width:550px;
	margin:0px 0px 0px 200px;
	font-family:helvetica, Arial, san-serif;
	font-size:12px;
	line-height:20px;
	overflow: hidden;
	}
	.main h1	{
  font-size:18px;
  padding:3px 0px 3px 10px;
  margin-bottom:5px;
  }

 .main h2	{
  font-size:15px;
  color:#5C5C5C;
  padding:3px 0px 3px 10px;
  margin-bottom:5px;
	}
 .main h3	{
  font-size:12px;
	color:#5C5C5C;
  padding:3px 0px 3px 10px;
	 margin-bottom:5px;
	 } 

.main p {
  font-size:15px;
	 line-height:22px;
	 color:#666666;
	 margin-top:0px;}
	 
	 
	.main2	{
	width:550px;
	margin:0px 0px 0px 190px;
	font-family:helvetica, Arial, san-serif;
	font-size:12px;
	line-height:20px;
	overflow: auto;
	}
	.main2 h1	{
  font-size:18px;
  padding:3px 0px 3px 10px;
  margin-bottom:5px;
  }

 .main2 h2	{
  font-size:15px;
  color:#5C5C5C;
  padding:3px 0px 3px 10px;
  margin-bottom:5px;
	}
 .main2 h3	{
  font-size:12px;
	color:#5C5C5C;
  padding:3px 0px 3px 10px;
	 margin-bottom:5px;
	 } 

.main2 p {
  font-size:15px;
	 line-height:22px;
	 color:#666666;
	 margin-top:0px;} 
	 
.top {
width: 550px;
vertical-align: top;
}

.innertop {
width: 550px;
vertical-align: top;
overflow: hidden;
}
.innertop h1  {
	position:relative;
	text-align: left;
	vertical-align: top;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}
.innertop h1 img  {
z-index:0; 
position:absolute; 
top:0; 
left:0;
}
.innertop h1 span  {
z-index:-2; 
padding: 0px 0px 0px 0px;
}

.innertop h2 {
	position:relative;
	text-align: left;
	vertical-align: top;
	color: #525AA1;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.innertop h2 img {
left:0;
position:absolute;
top:2px;
z-index:1;
}
.innertop h2 span  {
padding: 0px 0px 0px 0px;
}
.innertop p  {
padding: 0px 0px 0px 15px;
}

.innertop2 {
width: 550px;
vertical-align: top;
overflow: hidden;
}
.innertop2 h1  {
	position:relative;
	text-align: left;
	vertical-align: top;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	_margin: 20px 0px 10px -10px;
}
.innertop2 h1 img  {
z-index:0; 
position:absolute; 
top:2px;
left:0;
}
.innertop2 h1 span  {
z-index:-2; 
padding: 0px 0px 0px 0px;
}

.innertop2 h2 {
	position:relative;
	text-align: left;
	vertical-align: top;
	color: #525AA1;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.innertop2 h2 img  {
z-index:1; 
position:absolute; 
top:2px; 
left:0;
}
.innertop2 h2 span  {
padding: 0px 0px 0px 0px;
}
.innertop2 p  {
padding: 0px 0px 0px 0px;
}

.innertop3 {
width: 550px;
vertical-align: top;
overflow: hidden;
}
.innertop3 h1  {
	position:relative;
	text-align: left;
	vertical-align: top;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	_margin: 20px 0px 10px -10px;
}
.innertop3 h1 img  {
z-index:0; 
position:absolute; 
top:0; 
left:0;
}
.innertop3 h1 span  {
z-index:-2; 
padding: 0px 0px 0px 0px;
}

.innertop3 h2 {
	position:relative;
	text-align: left;
	vertical-align: top;
	color: #525AA1;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.innertop3 h2 img  {
z-index:1; 
position:absolute; 
top:2px;
left:0;
}
.innertop3 h2 span  {
padding: 0px 0px 0px 0px;
}
.innertop3 p  {
padding: 8px 8px 8px 6px;
}
h2.twowords {
position:relative; 
text-align: left;
vertical-align: top;
color: #525AA1;
font-size: 16px;
margin: 20px 0px 15px 380px ;
_margin: 20px 0px 15px 370px ;
}
img.twowords  {
z-index:1; 
position:absolute; 
top:0; 
left:0;
}
span.twowords  {
display: block;
padding: 0px 0px 0px 0px;
line-height: 14px;
}
table.greysimple {
background: #F3F3F3;
}
table.greysimple td {
vertical-align: top;
text-align: left;
}

table.nakagawa{ 
background: #F3F3F3;
text-align:left
}

table.nakagawac{ 
background: #F3F3F3;
text-align:center
}



.greysimple big {
	font-weight: bold;
	font-size: 16px;
	}
.greysimple span {
color: #ff0000;
}

table.sol {
	border-width: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.sol td {
	border-width: 0px;
	padding: 8px;
	border-style: inset;
	border-color: gray;
}
table.sol h2 {
font-size: 16px;
color: #000;
margin: 0 0 5px 0;
padding: 0px;
font-weight: bold;
}

table.location {
width: 100%;	
background-color: #F3F3F3;
  color:#5C5C5C;
  text-align: left;
}
table.location ul {
display: block;
color: inherit;	
list-style-type: square;
padding-bottom: 10px;
}
table.location li {
color: inherit;
font-size: 14px;
padding: 0px;
margin: 0px;
list-style-type: square;
 list-style-position: inside;
}


div.address {
text-align: center;
background-color: #fff;
}
div.address h2 {
display: block;
color: #DF8C20;
font-size: 16px;	
text-align: center;
margin: 0px;
padding: 10px 0px 0px 0px;
}
div.address strong {
color: #FF0000;
}

.back02 {
	background-color: #F8E6CE;
}

.topcontimg {
width:350px;	
vertical-align: top;
float: left;
margin: 0px;
padding: 0px;
}
.flash {
text-align: center;
width:200px;	
vertical-align: middle;
float: right;
margin: 0px 0 0 0;
padding: 0px;
}
.flash strong {
vertical-align: bottom;
text-align: center;
margin: 0;
padding: 0;
}
.middletable {
text-align: left;
margin: auto;
font-size: 16px;
line-height: 1.3em;
}

.middle {
width: 550px;
max-width: 550px;
clear: both;
overflow: hidden;

	
}


.link	{font-size:smaller;
	color:#004AB0;
     margin-bottom:10px;}
.center {
	text-align: center;
}


h2.topics {
	margin:0 auto 0 auto;
	padding:0;
	position:relative;
	width:184px;
	height:20px;
	overflow:hidden;
	font-size: 1.5em;
	font-weight: bold;
}

h2.topics span {
display:block;
position:absolute;
left:0;
top:0;
z-index:1; 
width:184px;
height:34px;
background-image:url(../image/yokomoji_topix.gif);
}



#langindex {
	text-align: center;
}
.centerrblock {
display:block;
width:130px;
height: 12em;
background-image:url(../image/yokomoji_note.gif);
background-repeat:no-repeat;
background-position:left top;
padding: 0px 150px 0 30px;
color:#999999;
margin: 5px 0 0 20px;
float: left;
}
.centerlblock {
display:block;
width:130px;
height: 12em;
background-image:url(../image/yokomoji_note.gif);
background-repeat:no-repeat;
background-position:left top;
padding: 0px 0 0 30px;
color:#999999;
margin: 5px 0 0 0;
float: left;
}

.centerlblock hr, .centerrblock hr {
_height:1px;
border:solid 1px #999999;
}
.centerlblock p, .centerrblock p {
font-size:10px;
color:#999999;
line-height:14px;
}
.centerlblock a, .centerrblock a {
font-size:16px;
display: block;
margin-bottom: 0px;
padding-top: 3px;
text-decoration: underline;
font-weight: normal;
}
.centerlblock a:hover, .centerrblock a:hover {
text-decoration: none;
}

.centerlblock h2, .centerrblock h2 {
margin:0;
padding:0;
}



.rightblock {
	margin:6px 5px 6px 3px;
	_margin:6px 3px 6px 5px;
	width:186px;
	height:200px;
	min-height: 200px;
	border:solid 1px #999999;
	background-color:#efefef;
	vertical-align: top;
	font-size: 10px;
	color:#666666;
	line-height: 14px;
	float: right;
	position: relative;
	top: -27em;

}

.rightblock p {
	padding: 5px;
	font-size: 1em;
	line-height: 1.4em;
}

/* Edited for chinese and jp part */

.centerrblockcn {
display:block;
width:130px;
height: 10em;
background-image:url(../image/yokomoji_note.gif);
background-repeat:no-repeat;
background-position:left top;
padding: 0px 150px 0 30px;
color:#999999;
margin: 5px 0 0 20px;
float: left;
}
.centerlblockcn {
display:block;
width:130px;
height: 10em;
background-image:url(../image/yokomoji_note.gif);
background-repeat:no-repeat;
background-position:left top;
padding: 0px 0 0 30px;
color:#999999;
margin: 5px 0 0 0;
float: left;
}

.centerlblockcn hr, .centerrblockcn hr {
_height:1px;
border:solid 1px #999999;
}
.centerlblockcn p, .centerrblockcn p {
font-size:12px;
color:#999999;
line-height:14px;
}
.centerlblockcn a, .centerrblockcn a {
font-size:16px;
display: block;
margin-bottom: 0px;
padding-top: 3px;
text-decoration: underline;
font-weight: normal;
}
.centerlblockcn a:hover, .centerrblockcn a:hover {
text-decoration: none;
}

.centerlblockcn h2, .centerrblockcn h2 {
margin:0;
padding:0;
}


.rightblockcn {
	margin:6px 5px 6px 3px;
	_margin:6px 3px 6px 5px;
	width:186px;
	height:250px;
	min-height: 200px;
	border:solid 1px #999999;
	background-color:#efefef;
	vertical-align: top;
	font-size: 10px;
	color:#666666;
	line-height: 14px;
	float: right;
	position: relative;
	top: -22em;


}

.rightblockcn p {
	padding: 5px;
	font-size: 12px;
	line-height: 14px;
}

.president a {
font-size: 12px;
}

.innertop3cn {
width: 550px;
vertical-align: top;
overflow: hidden;
}
.innertop3cn h1  {
	position:relative;
	text-align: left;
	vertical-align: top;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	_margin: 20px 0px 10px -10px;
}
.innertop3cn h1 img  {
z-index:0; 
position:absolute; 
top:0; 
left:0;
}
.innertop3cn h1 span  {
z-index:-2; 
padding: 0px 0px 0px 0px;
}

.innertop3cn h2 {
	position:relative;
	text-align: left;
	vertical-align: top;
	color: #525AA1;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.innertop3cn h2 img  {
z-index:1; 
position:absolute; 
top:0; 
left:0;
}
.innertop3cn h2 span  {
padding: 0px 0px 0px 0px;
}
.innertop3cn p  {
padding: 8px 8px 8px 6px;
}


/* End of edited for chinese and jp*/

/* Start of edited for jp */

.rightblockjp {
	margin:6px 5px 6px 3px;
	_margin:6px 3px 6px 5px;
	width:186px;
	height:250px;
	min-height: 200px;
	border:solid 1px #999999;
	background-color:#efefef;
	vertical-align: top;
	font-size: 10px;
	color:#666666;
	line-height: 14px;
	float: right;
	position: relative;
	top: -22em;


}

.rightblockjp p {
padding: 5px;	
font-size: 1em;
line-height: 1.4em;
}



.innertop3jp {
width: 550px;
vertical-align: top;
overflow: hidden;
}
.innertop3jp h1  {
position:relative; 
text-align: left;
vertical-align: top;
color: #000;
font-size: 18px;
font-weight: bold;
margin: 20px 0px 15px 10px ;
padding: 0px;
}
.innertop3jp h1 img  {
z-index:0; 
position:absolute; 
top:0; 
left:0;
}
.innertop3jp h1 span  {
z-index:-2; 
padding: 0px 0px 0px 0px;
}

.innertop3jp h2 {
	position:relative;
	text-align: left;
	vertical-align: top;
	color: #525AA1;
	font-size: 14px;
	margin: 20px 0px 10px 5px;
}
.innertop3jp h2 img  {
z-index:1; 
position:absolute; 
top:0; 
left:0;
}
.innertop3jp h2 span  {
padding: 0px 0px 0px 0px;
}
.innertop3jp p  {
padding: 8px 8px 8px 6px;
}


.innertop4jp {
width: 550px;
vertical-align: top;
overflow: hidden;
}
.innertop4jp h1  {
position:relative; 
text-align: left;
vertical-align: top;
color: #000;
font-size: 18px;
font-weight: bold;
margin: 20px 0px 15px 10px ;
padding: 0px;
}
.innertop4jp h1 img  {
z-index:0; 
position:absolute; 
top:0; 
left:0;
}
.innertop4jp h1 span  {
z-index:-2; 
padding: 0px 0px 0px 0px;
}

.innertop4jp h2 {
	position:relative;
	text-align: left;
	vertical-align: top;
	color: #525AA1;
	font-size: 14px;
	margin: 20px 0px 10px 5px;
}
.innertop4jp h2 img  {
z-index:1; 
position:absolute; 
top:0; 
left:0;
}
.innertop4jp h2 span  {
padding: 0px 0px 0px 0px;
}




.innertop4jp p  {
padding: 8px 8px 8px 6px;
}

h2.shanai {
position:relative; 
text-align: left;
vertical-align: top;
color: #525AA1;
font-size: 14px;
margin: 20px 0px 10px 415px ;
}

h2.shanai span {
font-size: 16px;
padding: 0px 0px 0px 0px;
}

table.president a {
	font-weight: bold;
}
img.tlmargin {
padding: 5px 0px 0px 5px;
margin: 0px;
}

table.ronbun {
background: #F3F3F3;
}
table.ronbun td {
vertical-align: top;
text-align: left;
padding-bottom: 20px;
}
.ronbun dl {
font-size: 16px;
padding: 0 0 0 0px;
color: #666666;
}
.ronbun dt {
font-size: 16px;
padding: 15px 0 0 50px;
color: #666666;
}
.ronbun dd {
font-size: 16px;
padding: 0 0 10px 55px;
color: #666666;
}
.ronbun h2 {
color: #666666;
font-weight: normal;
font-size: 16px;
margin: 0px;
padding: 10px 0 10px 10px;
}
.ronbun small {
color: #666666;
font-weight: normal;
font-size: 13px;
}
.ronbun h3 {
color: #3E43CF;
font-weight: bold;
font-size: 16px;
margin: 0px;
padding: 10px 0 0 10px;
}
.ronbun ul {
font-size: 16px;
color: #666666;
margin: 0px;
padding: 0px 0 10px 30px;
list-style-position: outside;
 list-style: disc;
}
.ronbun ul li {
font-size: 16px;
color: #666666;
margin: 0px;
padding: 0px 0 3px 10px;
}
.ronbun hr {
color:	#004AB0;
width: 95%;
text-align: center;
height: 1px;
background-color: #004AB0;
margin: 0 0 20px 10px;
}
hr.closer {
color:	#004AB0;
width: 95%;
text-align: center;
height: 1px;
background-color: #004AB0;
margin: 0 0 0px 10px;
}

.ronbun ol {
font-size: 16px;
color: #666666;
margin: 0px;
padding: 0px 0 10px 40px;
list-style-position: outside;
list-style: decimal;
}
.ronbun ol li {
font-size: 15px;
color: #004AB0;
margin: 0px;
padding: 0px 30px 3px 10px;
font-weight: bold;
}
.ronbun ol li a small {
font-size: 15px;
color: #004AB0;
margin: 0px 0 0 0px;
padding: 0px 30px 3px 325px;
text-align: left;
text-decoration: underline;
display: block;
}
img.centerimg {
	text-align: center;
	margin: 20px 25% ;
}
p.blackongrey {
	text-align: left;
	margin: 0px 15% 20px 15% ;
	background-color: #CCCCCC;
	line-height: 18px;
}
.ronbun li p {
font-weight: normal;
}

.ronbun big {
	font-weight: bold;
	font-size: 16px;
}
.ronbun span {
color: #ff0000;
font-size: 15px;
font-weight: normal;
}
.ronbun dt span {
color: #666666;
margin-left: -40px;
}
.ronbun h2 a {
font-weight: bold;
font-size: 15px;
text-decoration: none;
 padding-bottom:3px;
 margin-bottom:5px;
 border-bottom:solid 1px #004AB0; 
}
.ronbun h3 small {
font-weight: normal;
font-size: 15px;
color: #3E43CF;
}
h2.blackandhr {
font-weight: bold;
margin: 0 10px 0px 10px;
padding: 10px 0 4px 0;
font-size: 15px;
border-bottom: solid 1px #004AB0;
}
.ronbun em {
color: #ff0000;
font-style: normal;
}
div.inline {
width: 100%;
float: left;
margin: 10px 0 0 0px;
font-size: 15px;
padding: 0px;
}
div.dgray {
color: #fff;
background-color: #999999;
margin:0px;
padding: 0px;
height: 18px;
width: 300px;
float: left;
border-bottom: solid 2px #fff;
text-align: center;
}
div.transp {
margin: 0px;
padding: 0px;
height: 36px;
width: 120px;
float: left;
text-align: center;
}

table.languagesjp {
vertical-align: top;
margin:0 0 0 10px ;	
_margin:0 0 0 5px ;	
background-color: #D9D9D9;
width: 90%;
text-align: left;
border: solid 1px #5C5C5C;
}
table.flagsjp {
	vertical-align: top;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
	background-color: #D9D9D9;
	width: 90%;
	text-align: left;
	border: solid 1px #5C5C5C;
}
table.languagesjp tr {
height: 16px;
min-height: 16px;
max-height: 16px;
}
table.languagesjp td {
border: solid 1px #5C5C5C;
height: 30px;
vertical-align: middle;
margin: 0px;
padding: 0px;
}
table.languagesjp p {
margin: 0px;
padding: 0 0 0 5px;
}

table.languagesjp img {
	margin:5px;
}

p.lngtabhead {
	color: #fff;
	text-align: center;
}

table.fieldsjp {
vertical-align: top;
margin:0 0 0 10px ;	
_margin:0 0 0 5px ;	
width: 90%;
text-align: left;
border: solid 1px #5C5C5C;
}
table.fieldsjp tr {

}
table.fieldsjp td {
border: solid 1px #5C5C5C;
vertical-align: middle;
margin: 0px;
padding: 0px;
}
table.fieldsjp p {
margin: 0px;
padding: 5px 0 5px 5px;
line-height: 18px;
}

table.fieldsjp img {
	margin:5px;
}
p.lngtabheadb {
	color: #fff;
	text-align: center;
	font-weight: bold;
}

table.flow {
width: 100%;
vertical-align: top;
margin:0 0 0 0px ;	
padding: 0px;

background-color: #F3F3F3;
	
}
table.flow hr {
color: #004AB0;
background-color: #004AB0;
text-align: left;
margin: 5px 20px 5px 0;
_margin: 0px 10px 0px 0;
}
table.flow td {
vertical-align: top;
margin: 0px;
padding: 0px;
}
table.flow tr {
vertical-align: top;
margin: 0px;
padding: 0px;
}
td.tdwhongr {
vertical-align: top;
width: 18%;
background-color: #999999;
text-align: center;
font-weight: bold;
}
td.tdwhongr p {
color: #fff;
}

table.flow ul {
font-size: 16px;
color: #666666;
margin: 0px;
padding: 0px 0 10px 20px;
list-style-position: outside;
 list-style: none;
}
table.flow li {
font-size: 16px;
color: #666666;
margin: 0px;
padding: 0px 30px 5px 20px;
}
table.flow li span {
color: #000;
margin-left: -20px;
}
table.flow li a {
cursor: help;
}

dl.hp {
font-size: 15px;
padding: 0 0px 0 0px;
color: #004AB0;
margin: 0 225px 0 0px;
}
dl.hp dt {
font-size: 15px;
padding: 0px 0 0 5px;
color: #004AB0;
margin: 0px;
}
dl.hp dd {
font-size: 15px;
padding: 0 0 5px 50px;
color: #004AB0;
margin: 0px;
}
dl.hp p {
font-size: 15px;
padding: 0px 5px 0px 0px;
margin: 0px;
}
img.rightfloat {
	float: right;
	vertical-align: top;
	margin: 20px 10px 0 0;
}

ul.simple {
font-size: 16px;
color: #666666;
margin: 0px;
padding: 0px 30px 10px 30px;
list-style-position: outside;
 list-style: none;
}
ul.simple li {
font-size: 16px;
color: #666666;
margin: 0px;
padding: 0px 0 5px 10px;
}
ul.simple p {
padding: 0 0 0 0px;
margin: 0 0 0 20px;
}
ul.simple span {
margin: 0 20px 0 -35px;
}
p.boldteal {
color: #004AB0;
font-weight: bold;	
}

table.greysimple em {
font-weight: bold;
color: #004AB0;
font-style: normal;
}

p.moved {
padding: 10px 20px 10px 50px;
margin: 0px;
	
}
p.moved2 {
padding: 10px 80px 10px 30px;
margin: 0px;
color: #004AB0;
	
}
table.greysimple hr {
color: #004AB0;
background-color: #004AB0;
text-align: left;
margin: 5px 10px 5px 10px;
_margin: 0px 10px 0px 10px;
height:1px;
}

table.greysimple dl {
font-size: 15px;
padding: 0 0px 0 0px;
color: #004AB0;
margin: 20px 10px 0 0px;
}
table.greysimple dt {
font-size: 15px;
padding: 0px 0 5px 40px;
color: #004AB0;
margin: 0px;
}
table.greysimple dt span {
font-size: 15px;
padding: 0px;
color: #004AB0;
margin: 0 20px 0 -35px;
}
table.greysimple dd {
font-size: 15px;
padding: 5px 0 5px 35px;
color: #004AB0;
margin: 0px;
}
table.greysimple dt p {
font-size: 15px;
color: #004AB0;
padding: 0px 5px 0px 0px;
margin: 0px;
}
p.important {
color: #FF0000;
padding: 0 10px 0 80px;
}
div.center2 {
text-align: center;
margin: 0 2% 0 2%;
}
img.rfrog {
	float: right;
	margin: 80px 10px 30px 20px;
}
img.rfrog2 {
	float: right;
	margin: 190px 20px 30px 20px;
}
img.lfrog {
	float: left;
	margin: 40px 10px 30px 20px;
}
img.lfrog2 {
	float: left;
	margin: 80px 30px 30px 20px;
}
img.rainbow {
	float: right;
	margin: 20px 120px 30px 20px;
}
.clear {
	clear: both;
}
/* End of edited for jp */



.hidden {
visibility: hidden;
}


a.style1 {
color: #0000FF;
font-size: 10px;
line-height: 1em;
border-bottom: 1px solid ; 
padding-bottom: 0px; 
text-decoration: none;

}
a:hover.style1 {
font-size: 10px;
line-height: 1em;
text-decoration: none;
border-bottom: 0px; 
color:#0066ff;
}
.payment {
z-index:100;
position:relative;
top:-200px;
left:40px;
text-align: left;
width: 750px;
}

.p_nakagawa {
	margin-top: 20px;
	z-index:100;
	position:relative;
	top:-190px;
	text-align: left;
	width: 750px;
}


.p_nakagawa a	{color:#ffffff}
a:hover	{color:##0066ff}

.copyright {
width:750px;
height:26px;
background-color:#ddddef;
text-align:center;
vertical-align:middle;
font-family:helvetica,san-serif;
font-size:10px;
line-height:26px;
color:#666666;
margin:0px auto 30px auto;
position: relative;
top: -190px;

}
.innercopyright {
width:750px;
height:26px;
background-color:#ddddef;
text-align:center;
vertical-align:middle;
font-family:helvetica,san-serif;
font-size:10px;
line-height:26px;
color:#666666;
margin:30px auto 30px auto;
}

/* Additional for php */

.backright {
text-align: right;
margin: 10px 40px 0 0;
}
table.greysimple textarea {
	margin: 0;
	padding: 0;
	overflow: auto;
	font-size: 14px;
	max-width: 410px;
}
table.greysimple input {
	margin: 0;
	font-size: 14px;
	max-width: 410px;
}

.mainphp	{
	width:560px;
	margin:0px 0px 0px 190px;
	font-family:helvetica, Arial, san-serif;
	font-size:12px;
	line-height:20px;
	overflow: hidden;
	}
	.mainphp h1	{
  font-size:18px;
  padding:3px 0px 3px 10px;
  _padding:3px 0px 3px 20px;
  margin-bottom:5px;
  }

 .mainphp h2	{
  font-size:15px;
  color:#5C5C5C;
  padding:3px 0px 3px 10px;
  margin-bottom: 5px;
	}
 .mainphp h3	{
  font-size:12px;
	color:#5C5C5C;
  padding:3px 0px 3px 10px;
	 margin-bottom:5px;
	 } 

.mainphp p {
  font-size:15px;
	 line-height:22px;
	 color:#666666;
	 margin-top:0px;}




.innertop3php {
width: 570px;
vertical-align: top;
overflow: hidden;
}
.innertop3php h1  {
position:relative; 
text-align: left;
vertical-align: top;
color: #000;
font-size: 18px;
font-weight: bold;
_margin: 20px 0px 10px -10px ;
}
.innertop3php h1 img  {
z-index:0; 
position:absolute; 
top:0; 
left:0;
}
.innertop3php h1 span  {
z-index:-2; 
padding: 0px 0px 0px 0px;
}

.innertop3php h2 {
position:relative; 
text-align: left;
vertical-align: top;
color: #525AA1;
font-size: 16px;
margin: 20px 0px 10px 425px ;
}
.innertop3php h2 img  {
z-index:1; 
position:absolute; 
top:0; 
left:0;
}
.innertop3php h2 span  {
padding: 0px 0px 0px 0px;
}
.innertop3php p  {
padding: 8px 8px 8px 6px;
}



table.greysimplephp {
background: #F3F3F3;
width: 565px;
}
table.greysimplephp td {
vertical-align: top;
text-align: left;
padding: 0 5px 0 5px;
}
.greysimplephp big {
	font-weight: bold;
	font-size: 16px;
}
.greysimplephp span {
color: #ff0000;
}


table.greysimplephp textarea {
	margin: 0;
	padding: 0;
	overflow: auto;
	font-size: 14px;
	max-width: 410px;
}
table.greysimplephp input {
	margin: 0;
	font-size: 14px;
	max-width: 410px;
}

table.greysimplephp select {
	margin: 3px 0px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
}

table.greysimplephp em {
font-weight: bold;
color: #004AB0;
font-style: normal;
}
table.greysimplephp hr {
color: #004AB0;
background-color: #004AB0;
text-align: left;
margin: 5px 10px 5px 10px;
_margin: 0px 10px 0px 10px;
height:1px;
}

table.greysimplephp dl {
font-size: 15px;
padding: 0 0px 0 0px;
color: #004AB0;
margin: 20px 10px 0 0px;
}
table.greysimplephp dt {
font-size: 15px;
padding: 0px 0 5px 40px;
color: #004AB0;
margin: 0px;
}
table.greysimplephp dt span {
font-size: 15px;
padding: 0px;
color: #004AB0;
margin: 0 20px 0 -35px;
}
table.greysimplephp dd {
font-size: 15px;
padding: 5px 0 5px 35px;
color: #004AB0;
margin: 0px;
}
table.greysimplephp dt p {
font-size: 15px;
color: #004AB0;
padding: 0px 5px 0px 0px;
margin: 0px;
}
table.greysimplephp h1 {
font-weight: bold;
color: #666666;
font-style: normal;
font-size: 16px;
margin: 0px;
padding: 10px 10px 0px 5px;
text-align: center;
}
.flags {
	padding:0px;
	margin: 5px;
	border: solid 1px #5C5C5C;
}
img.smallflags {
margin:5px 5px 0px 5px !important;
}

div.search {
display: inline;
position: relative;
top: 24px;
left: 240px;
}
div.searchr {
width:530px;
text-align: center;
padding: 10px 0px;
}
#cse-search-results {
width: 550px !important;
}
#cse-search-results iframe {
width: 550px !important;
}
.sfield {
width: 150px !important;
}
a.style1cn {

color: #0000FF;
font-size: 12px;
line-height: 14px;
border-bottom: 1px solid ; 
padding-bottom: 0px; 
text-decoration: none;
}


a.noborder,
a.noborder:visited,
a.noborder:hover { color:#ffffff; } 

