@charset "UTF-8";

/*###
##### [TEMPLATE setting]
###*/

body, td, th {
	word-break: normal;
	font-family: "ＭＳ Ｐゴシック",OSAKA,Arial,Helvetica,sans-serif;
	font-size: small;
	color: #333333;
	font-weight:normal;
}

body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

form {
	margin:0px;
}
img {
	border:0px;
}

dt {
}

dd {
	margin-left:20px;
	margin-bottom:5px;
}
pre {
	font-size: small;
}

.left {
	float: left;
}
.right {
	float: right;}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}
.underline {
	text-decoration: underline;
}
.stext {
	font-size: x-small;
	color:#666666;
}
.clear {
	clear: both;
}
.blue {
	color:#000066;
}.red {	color:#ff0000;
}

a {
	color: #000099;
	cursor:pointer;
}
a:visited {	color: #990099;}
a:hover {	text-decoration: underline;}

/*###
##### [HEADER setting]
###*/

.top_anchor {	position:absolute;	left: 0px;	top: 0px;	z-index:255;}

/* ## 2008.04.22 ## */h1.top_anchor {	position:absolute;	left: 0px;	top: 0px;	z-index:255;	background-image:none;}
/* ## ## */
.top_anchor img {	display: block;	width:230px;	height:40px;}

.top_catch_phrase {	position:absolute;	left: 360px;	top: 0px;	z-index:255;}
.top_catch_phrase img {	display: block;	width:170px;	height:40px;
}
.header_area {	position:relative;	width: 760px;	height: 40px;	background-image: url("/images/jp/header_bg.gif");	background-repeat: no-repeat;	border-bottom:1px solid #d4d8fb;}
.header_navi_area {	position:absolute;	text-align: right;	right: 5px;	top: 1px;	height:15px;	font-size:1px;	line-height:0px;}

.header_search_area {	position:absolute;	line-height:0px;	height:23px;	width:205px;	text-align: right;	right: 0px;	bottom: 0px;	padding: 0px;	background-position: left bottom;	background-image: url("/images/header_search_bg.gif");}

.header_search_box {
	position:absolute;
	top:2px;
	left:57px;
	font-size: small;
	line-height:17px;
	width: 115px;
	height: 18px;
	padding: 0px;
	border: 1px solid #bcbcbc;
}

.head_search_kensaku {
	position:absolute;
	top:5px;
	left:18px;
	width: 36px;
	height: 14px;
}

.head_search_go {
	position:absolute;
	top:4px;
	left:176px;
	width:26px;
	height:15px;
}

.header_navi_sitemap_img {
/*	width:56px; */
	width:51px;
	height:15px;
}

.header_navi_english_img {
	width:36px;
	height:15px;
}

.header_navi_global_img {
/*	width:65px; */
	width:61px;
	height:15px;
}

/* 070921 追加str */
.header_navi_contact_img {
	width:61px;
	height:15px;
}

.header_separator_jp_img {
	width:5px;
	height:15px;
}

/* 070921 追加end */

.header_separator_img {
	width:11px;
	height:15px;
}


/*###
##### [global NAVI setting]
###*/

.global_navi_area {
	width: 760px;
	font-size: xx-small;
	line-height:75%;
}

.global_navi_area img {
	width:152px;
	height:22px;
}

.disp_menu1 {
	width: 232px;
	position: absolute;
	top: 62px;
	left: 151px;
	visibility: hidden;
	z-index: 10;
}

.disp_menu2 {
	width: 222px;
	position: absolute;
	top: 62px;
	left: 303px;
	visibility: hidden;
	z-index: 10;
}
.disp_menu3 {
	width: 152px;
	position: absolute;
	top: 62px;
	left: 455px;
	visibility: hidden;
	z-index: 10;
}

.disp_menu4 {
	width: 144px;
	position: absolute;
	top: 62px;
	left: 607px;
	visibility: hidden;
	z-index: 10;
}

.global_sub_base{
	width: 100%;
}

.global_sub_base a {
	display: block;
	padding: 4px;
	border-width: 1px 1px 1px 1px;
	border-color: #ffffff #bec0d9 #bec0d9 #bec0d9;
	border-style: solid;
	text-align: left;
	width: 100%;
	color: #333333;
	background-color: #edeef9;
}

.global_sub_base a:visited {
	color: #333333;
}

.global_sub_base a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #50509a;
	cursor: pointer;
}

/*###
##### [left navi setting]
###*/

.left_navi_area {
	width: 160px;
	float:left;
	line-height:10px;

	/* set minimum height (20080521) */
	min-height:520px;
	height: auto !important;
	height: 520px;
}

.left_navi_area .text {
	line-height: 1.2em;

}

/*###
##### [middle setting]
###*/

.middle_area {
	width: 790px;
	clear: both;
}

.contents_area {
	float:left;
	width:622px;
}

.bread_crumbs_area {
	width: 599px;
	padding: 4px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-bottom-color: #bdbabd;
	background-color:#ffffff;
}

.bread_crumbs_area span {
	display: block;
	margin: 0px 20px 0px 5px;
}

/*###
##### [right tips setting]
###*/

.right_tips_area {
	float:left;
	width:159px;
	margin: 0px 0px 0px 1px;
}

.right_tips_title {
	border-bottom: 1px solid #bcbcbc;
	background-image:url(/images/right_tips_title.gif);
	min-height:25px;
}

.right_tips_title span {
	display:block;
	padding: 7px 2px 4px 25px;
	font-size: medium;
	font-weight:bold;
	color: #101391;
	line-height:100%;
}

.right_tips_title span.small {
	font-size: small;
}

.right_tips_block {
/*  padding: 5px 5px 10px 5px; */
  padding: 5px 4px 10px 5px;
  border-bottom: 1px solid #bcbcbc;
}

.right_tips_block ul {
	padding:0px;
	margin: 0px 5px 0px 20px;
}

.right_tips_block li {
	margin-top:5px;
	list-style-type:none;
	list-style-image: url(/images/text_mini_mark.gif);
}

.right_tips_block .width {
	width : 149px;
}

.right_tips_banner {
  padding: 3px 4px 5px 5px;
}


/*###
##### [FOOTER setting]
###*/

.bottom_margin {
	clear:both;
	width:10px;
	height:10px;
	margin: 0px;
}

.bottom_margin img {
	width:1px;
	height: 10px;
}

.footer_area {
	clear:left;
	width: 761px;
	padding-top: 3px;
	background-color: #000066;
	border-width:1px 0px 0px 0px;
	border-style: solid;
	border-color: #bcbcbc;
	background-image: url("/images/bg.gif");
	background-repeat: repeat-y;
}

.footer_navi_base {
	color: #ffffff;
	line-height: 120%;
	width: 761px;
	padding: 6px 0px;
	background-color: #000066;
	border-width:1px 0px 0px 0px;
	border-style: solid;
	border-color: #9999C2;
}

.footer_navi_base a {
	color: #ffffff;
}

.footer_navi_base a:visited  {
	color: #ffffff;
}

.footer_navi_base a:hover  {
	color:#ff0000;
}

.copyright {
	margin-right: 6px;
	text-align:right;
}


/*###
##### [Common Layout setting]
###*/

.content_title {
	clear:left;
	display:block;
	margin: 0px 5px 5px 5px;
	padding-top:5px;
	padding-bottom:5px;
	border: 1px solid #dbdbdb;
	color:#000099;

	line-height: 110%;

	background-image:url(/images/content_title.gif);

	list-style-type:none;
	list-style-image: url(/images/text_mark.gif);
}

.content_title span {
	display: list-item;
	color:#000099;
	margin :0px 10px 0px 35px;
}

span.content_title {
	padding-left:20px;
	padding-right:10px;
}

a.content_title:hover {
	text-decoration:none;
	background-color:#cce5f7;
	border-color:#cce5f7;
}

.content_block_img {
	float:left;
	width:90px;
	height:60px;
	margin-right:10px;
	margin-bottom:10px;
}

.content_block_l1 {
	display:list-item;
	padding:0px;
	margin: 0px 5px 8px 15px;
	list-style-type:none;
	list-style-image: url(/images/text_mark.gif);
}

.content_block ul , .index_block ul {
	padding:0px;
	margin: 5px 5px 0px 25px;
}

.content_block li {
	margin-bottom:5px;
	list-style-type:none;
	list-style-image: url(/images/text_mark_w.gif);
}

.content_block_text {
	position:relative;
	margin:0px 0px 5px 15px;
	line-height:130%;
}

.text_block ul , .text_block ol , .sub_text ul {
	padding:0px;
	margin: 5px 5px 5px 40px;
}

.text_block li , .sub_text li {
	margin-bottom:0px;
}

.content_block ul ol li {
	list-style-type:decimal;
	list-style-image: none;
}

.text_block ol ul li {
	list-style-type:disc;
}

.content_alert {
	margin-left:15px;
	font-size: x-small;
	color:#666666;
}

.index_block li {
	margin-bottom:10px;
	list-style-type:none;
	list-style-image: url(/images/text_mark.gif);
}

.index_block ul ul {
	margin-top:10px;
}

.index_block ul ul li {
	list-style-image: url(/images/text_mark_w.gif);
}


.cms_title {
	position:relative;
	clear:both;
	display:block;
	margin: 0px 5px 5px 5px;
	border-bottom: 3px solid #cecfce;
	color:#ffffff;

	background-color: #8a8ac8;
	background-image:url(/images/cms_title.gif);
}

.cms_title_text {
	display: block;
	margin :0px;
	border-bottom: 2px solid #212894;
}
/* ## 2008.04.22 a ## */
h2.cms_title_text {
	display: block;
	margin :0px;
	border-bottom: 2px solid #212894;
	font-size: small;
	font-weight:normal;
	padding:0px 0px 1px 0px;
}

/* ## ## */

.cms_title_text span {
	display: block;
	padding:4px 0px 1px 20px;
	background-image:url(/images/cms_title_mark.gif);
	background-position :left center;
	background-repeat:no-repeat;
	width:85%;
}

.cms_title_other {
	position:absolute;
	right:10px;
/*	top:6px; ## 2008.04.22 */
	top:5px;
	font-size:85%;
	padding:0px 0px 0px 0px;
	background-repeat:no-repeat;
	background-position :right center;
}

a.cms_title_other span {
	color:#0000CC;
	margin-right: 0px;
	margin-left: 0px;
	text-align:right;
}
.cms_title span {
	color:#ffffff;
}
.cms_title a:hover {
	text-decoration:none;
}

.page_contact {
	margin: 15px 0px 10px 0px ;
	background-image:url(/images/contact.gif);
	background-position :left center;
	width:100%;
}

.page_contact span {
	color: #a52400;
	font-weight: bold;
	margin-left: 25px;
	padding-right: 10px;
	background-color: #ffffff;
}


li.mark-none {
	list-style-type: none;
	list-style-image: none;
}

li.mark-disc {
	list-style-type: disc;
	list-style-image: none;
}

li.mark-nolink {
	list-style-type: none;
	list-style-image: url(/images/text_mark02.gif);
}

img.icon_new {
	width: 28px;
	height: 9px;
	margin:1px 5px;
	vertical-align:middle;
}

.hr {
	clear:left;
	height:1px;
	margin:10px 5px 10px 5px;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color: #cecfce;
	color: #ffffff;
}

.margin-top {
	margin-top : 10px;
}

.table , .table-noline {
	border-collapse : collapse;
	margin : 5px 10px;
	padding : 0px;
	empty-cells : show;
}

.table td , .table th , .table-noline td {
	padding : 3px;
	border : 1px solid #666666;
	vertical-align : top;
}

.table th {
	background-color:#b0b0b0;
	color:#000000;
	text-align : left;
}

.table .noline {
	border : 0px;
}

.table .highlight {
	background-color:#dddddd;
}

.table .nowrap{
	white-space:nowrap;
}

.table-noline td , .table-noline th {
	border : 0px;
}

.table-plain {
	margin : 0px 0px;
	padding : 0px;
}

.table-plain td , .table-plain th {
	padding : 0px;
	border : 0px;
	vertical-align : top;
}

/* ###################################################################### */
/* ジェトロ追加 */


img.icon_pdf {
	width: 15px;
	height: 15px;
	margin:1px 5px;
	vertical-align:middle;
}

.date {
	text-align:right;
	margin-right:10px;
	margin-bottom:10px;
}

.img01 {
	float: left;
}

.no {
	text-align:right;
	margin-right:5px;
}

.center {
	text-align:center;
}

.to_top {
	text-align:right;
	margin : 5px 10px;
}

.text_right{
	text-align:right;
}

.text_left{
	text-align:left;
}

table.toukei{
	border-collapse:collapse;
	width:592px;
}

table.toukei th{
	background-color:#666666;
	color:#ffffff;
	padding:5px;
	border:1px solid #ffffff;
}

.tbl_koumoku{
	font-weight:bold;
	padding:5px 0px 0px 3px;
}

.tbl_cell{
	border:1px solid #666666;
	padding:3px;
}

a.line{
	text-decoration: underline;
}

#skip_menu {
	display: none;
}

#print_button a{
	margin-right:2px;
}

/*
j-file用
*/

a u { text-decoration: none;}
a:hover u { text-decoration: underline;}

.jtext , .jfile_text { margin-left : 15px;}
.jtitle , .jfile_title { margin-left : 5px;}
.body_note { margin-left : 30px;}
.body_url_pdf {}


/*
世界は今用
*/

.top_tv_area {
	width: 148px;
	border : 1px solid #999999;
	margin : 3px 3px 5px 5px;
}

.top_tv_title{
	height:30px;
background-color:#999999;
text-align:center;
}

.top_tv_image_area {
	background-color : #dedede;
	padding-top:3px;
}

.top_tv_img {
	width: 133px;
	height:100px;
	margin:4px;
	border:1px solid #666666;
}

.top_tv_img_waku {
	background-image:url('/tv/images/tv_top_img_waku.gif');
	background-repeat:no-repeat;
	width: 143px;
	height: 110px;
	margin: auto;
}

.top_tv_btn{
	margin:2px 0px 2px 3px;
}

.top_tv_text_area {
	padding : 3px;
	border-top:1px solid #999999;
	background-color:#f9f9f9;
}

.top_right_tv_title {
	margin: 2px 0px;
	color : #000066;
	font-weight : bold;
}

.top_right_tv_coment {
	margin: 0px 0px 5px 0px;
	color:#333333;
}