@charset "utf-8";
/*
Theme Name: JBIC Theme
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 230px 0 0;
	width: 730px;
}
#content.fullsize {
	margin: 0;
	width: 960px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 200px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
/* Only for Top Page */
#content.top_page {
	margin: 0 260px 0 0;
	width: 700px;
}
/* IE6 Hack */
* #content #whats_new,
#content #support_case,
#content #publication {
	width: 700px !important;
}
#primary.top_page,
#secondary.top_page {
	float: right;
	overflow: hidden;
	width: 230px;
}
#slideshow,
#whats_new,
#support_case,
#publication {
	margin-bottom: 20px;
}
#publication {
	*margin-bottom: 0;
}

/* =Fonts
--------------------------------------------------------------
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
input[type="submit"] {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
*/
/* IE6,7 font-family */
body {
	*font-family: Arial,sans-serif,"ＭＳ Ｐゴシック";
}
 

.text12px {
	font-size: 12px;
}
.text086em {
	font-size: 0.857em;
}
td ul {
	margin-left: 16px;
	padding-left: 0;
}
* html #content tr td {
	word-wrap: break-word;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	background: #FFF;
	margin-top: 0px;
	padding: 0px;
}

#content {
	*margin-bottom: 0 !important;
}
#slideshow {
	*margin-bottom: 0 !important;
	*padding-bottom: 20px !important;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #FFF;
}
body,
input,
textarea {
	color: #666;
	font-size: 10px;
	line-height: 18px;
}
hr {
	background: #C0C0C0;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul {
	list-style: square;
	margin: 0 0 1em 2em;
}
ol {
	list-style: decimal;
	margin: 0 0 1em 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 0 10px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
ul.big_squea {
	margin: 1.5em 0 0.2em;
	list-style: none outside none;
}
ul.big_squea li {
	background-image: url("../jbictheme/images/span_title_square.png");
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 0.1em;
	margin-top: 1em;
	padding-left: 15px;
	font-weight: bold;
	line-height: 1.2;
}
ul.big_squea li li {
	background-image: none;
	clear: none;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
cite,
i {
	font-style: italic;
}
em {
	font-weight: bold;
	font-style: normal;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFC;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #F7F7F7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #FFF;
	border: 1px solid #505050;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 1px;
}
a:link,
a:visited {
	color: #0167CE;
	text-decoration: none;
}
a:active,
a:hover {
	color: #74C5E5;
	text-decoration: underline;
}
a:hover[name]{
	color: #505050;
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Header
-------------------------------------------------------------- */
#header {
	padding: 0px;
	width: 960px;
	height: 172px;
}
#masthead {
	height: 114px;
	margin: 0 0 4px 0;
	background: #FFF;
	background-image: url("../jbictheme/images/header_bg.png");
	background-position: bottom;
	background-repeat: no-repeat;
}
#site_title {
	display: block;
	float: left;
	width: 560px;
}
#header_side {
	float: right;
	width: 324px;
	margin: 0;
}
#header_side_top {
	padding: 3px 0;
	width: 324px;
	height: 28px;
	color: #FFF;
	background: #005AB4;
}
#header_side_bottom {
	width: 324px;
	margin-top: 6px;
}
#header_side_top div#font_size {
	float: left;
	display: inline-block;
	height: 16px;
	padding: 4px 0 4px 8px;
	font-size: 1.2em;
}
#header_side_top div#font_s_m_l {
	float: right;
	display: inline-block;
	height: 16px;
	padding-top: 4px;
}
#header_side_top #font_change {
	margin: 0;
	padding: 0 4px;
}
#header_side_top #font_change li {
	float: left;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: center;
	border: 1px solid #505050;
	background: #B1CCE9;
	color: #005AB4;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}
#header_side_top ul#font_change li.active {
	background: #FFF;
}
#header_side_top div#search_area {
	float: right;
	display: inline-block;
	width: 182px;
	font-size: 1.2em;
	line-height: 12px;
	margin-top: 1px;
}
#header_side_top input#bizsearchAspQuery {
	width: 65%;
	height: 14px;
	padding: 4px 0;
	font-size: 1.14em;
	line-height: 12px;
}
#header_side_top input#searchsubmit {
	background: #FFF;
	border: 1px solid #505050;
	width: 52px;
	font-size: 1em;
	font-weight: bold;
	line-height: 22px;
	padding: 0 3px;
	cursor: pointer;
}
#header_side_top input#searchsubmit:hover {
	background: #B1CCE9;
	color: #005AB4;
	line-height: 22px;
}
#header_side_bottom ul{
	margin: 0 ;
}
#header_side_bottom ul a,
#header_side_bottom ul a:hover {
	color: #505050;
}
#header_side_bottom li{
	margin-right: 3px;
	padding-left: 8px;
	display: inline;
	font-size: 1.2em;
	background: url("../jbictheme/images/navi_mark.png") no-repeat 0px center;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	background: #FFF;
	background-image: url("../jbictheme/images/global_navi_bg.png");
	border-top: solid 3px #005AB4;
	display: block;
	float: left;
	margin: 0 auto;
	height: 50px;
	width: 960px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access .menu-header li {
	z-index:1;
}
#access a {
	color: #005AB4;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	display: block;
	width:160px;
	height: 32px;
	padding: 0;
	text-decoration: none;
	padding-top: 15px;
}

#access ul ul {
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: none;
	position: absolute;
	top: 47px;
	left: 0;
	float: left;
	width: 500px;
	z-index: 99999;
	background: #FFF;
	padding: 6px 8px;
	border: solid 12px #74C5E5;
}
#access ul .menu-item-130 ul {
	width: 420px;
}
#access ul .menu-item-131 ul {
	width: 345px;
}
#access ul .menu-item-129 ul {
	width: 290px;
}
#access ul .menu-item-868 ul {
	width: 210px;
}
#access ul .menu-item-128 ul{
	width: 380px;
	left: -100px;
}
#access ul .menu-item-127 ul{
	width: 250px;
	left: -130px;
}
#access ul ul li.menu-item-1475 a,
#access ul ul li.menu-item-1476 a,
#access ul ul li.menu-item-1477 a,
#access ul ul li.menu-item-1478 a,
#access ul ul li.menu-item-1479 a,
#access ul ul li.menu-item-1496 a,
#access ul ul li.menu-item-1490 a,
#access ul ul li.menu-item-1491 a,
#access ul ul li.menu-item-1489 a,
#access ul ul li.menu-item-1492 a,
#access ul ul li.menu-item-1493 a,
#access ul ul li.menu-item-1488 a,
#access ul ul li.menu-item-1618 a {
	width: 100px;
	margin-right: 10px;
}
#access ul ul li.menu-item-1480 a,	
#access ul ul li.menu-item-1481 a,	
#access ul ul li.menu-item-1482 a,	
#access ul ul li.menu-item-1483 a,	
#access ul ul li.menu-item-1484 a,	
#access ul ul li.menu-item-1536 a {	
	width: 195px;
}
#access ul ul li.menu-item-20242 a,
#access ul ul li.menu-item-20241 a,
#access ul ul li.menu-item-1495 a,
#access ul ul li.menu-item-20243 a,
#access ul ul li.menu-item-1497 a,
#access ul ul li.menu-item-1498 a {
	width: 270px;
}
#access ul ul li.menu-item-1499 a,
#access ul ul li.menu-item-1501 a,
#access ul ul li.menu-item-1502 a {
	width: 120px;
	margin-right: 10px;
}
#access ul ul li.menu-item-1500 a,
#access ul ul li.menu-item-1503 a {
	width: 120px;
}
#access ul ul li.menu-item-1485 a,
#access ul ul li.menu-item-1486 a,
#access ul ul li.menu-item-1487 a,
#access ul ul li.menu-item-50787 a {
	width: 190px;
}
#access ul ul li.menu-item-1504 a,
#access ul ul li.menu-item-1505 a,
#access ul ul li.menu-item-1506 a,
#access ul ul li.menu-item-1507 a,
#access ul ul li.menu-item-1508 a,
#access ul ul li.menu-item-1512 a,
#access ul ul li.menu-item-1513 a {
	width: 140px;
	margin-right: 10px;
}
#access ul ul li.menu-item-1517 a,
#access ul ul li.menu-item-1518 a,
#access ul ul li.menu-item-1519 a {
	width: 90px;
	margin-right: 10px;
}
#access ul ul li.menu-item-1520 a,
#access ul ul li.menu-item-1521 a,
#access ul ul li.menu-item-1522 a {
	width: 110px;
}
/* English setting! */
#menu-item-873 a,
#menu-item-1869 a {
	height: 40px;
	padding-top: 7px;
}
#access ul .menu-item-869 ul {
	width: 470px;
}
#access ul .menu-item-870 ul{
	width: 210px;
	left: -90px;
}
#access ul .menu-item-872 ul{
	width: 220px;
}
#access ul .menu-item-873 ul{
	width: 300px;
}
#access ul .menu-item-1716 ul{
	width: 440px;
	left: -160px;
}
#access ul .menu-item-1869 ul{
	width: 560px;
}
#access ul ul li.menu-item-1524 a,
#access ul ul li.menu-item-1525 a,
#access ul ul li.menu-item-1526 a,
#access ul ul li.menu-item-1527 a,
#access ul ul li.menu-item-1528 a,
#access ul ul li.menu-item-1533 a {
	width: 210px;
	margin-right: 10px;
}
#access ul ul li.menu-item-1529 a,
#access ul ul li.menu-item-1530 a,
#access ul ul li.menu-item-1531 a,
#access ul ul li.menu-item-1532 a,
#access ul ul li.menu-item-1535 a {
	width: 210px;
}
#access ul ul li.menu-item-1540 a,
#access ul ul li.menu-item-1539 a,
#access ul ul li.menu-item-1538 a,
#access ul ul li.menu-item-1537 a,
#access ul ul li.menu-item-1541 a,
#access ul ul li.menu-item-1542 a {
	width: 160px;
	margin-right: 10px;
}
#access ul ul li.menu-item-1543 a,
#access ul ul li.menu-item-20245 a,
#access ul ul li.menu-item-20244 a,
#access ul ul li.menu-item-1545 a,
#access ul ul li.menu-item-20246 a {
	width: 350px;
}
#access ul ul li.menu-item-1546 a,
#access ul ul li.menu-item-1547 a,
#access ul ul li.menu-item-14080 a {
	width: 200px;
}
#access ul ul li.menu-item-1550 a,
#access ul ul li.menu-item-1549 a,
#access ul ul li.menu-item-1548 a,
#access ul ul li.menu-item-50788 a {
	width: 280px;
}
#access ul ul li.menu-item-1551 a,
#access ul ul li.menu-item-1552 a,
#access ul ul li.menu-item-1553 a,
#access ul ul li.menu-item-1554 a,
#access ul ul li.menu-item-4391 a {
	width: 90px;
	margin-right: 10px;
}
#access ul ul li.menu-item-1555 a,
#access ul ul li.menu-item-1556 a,
#access ul ul li.menu-item-1557 a,
#access ul ul li.menu-item-1558 a {
	width: 300px;
}
#access ul ul li > a {
	width: 190px;
	border-bottom: solid 1px #C8C8C8;
	background: url("../jbictheme/images/navi_mark.png") no-repeat 2px 10px;
	font-size: 1.2em;
}
* html #access ul ul li a {
	width: 190px;
	border-bottom: solid 1px #C8C8C8;
	background: url("../jbictheme/images/navi_mark.png") no-repeat 2px 10px;
	font-size: 1.2em;
}
li.menu-item-1480 a,
li.menu-item-20242 a,
li.menu-item-1500 a,
li.menu-item-1514 a,
li.menu-item-1521 a,
li.menu-item-1529 a,
li.menu-item-1543 a,
li.menu-item-1555 a {
	border-top: solid 1px #C8C8C8;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #FFF;
	color: #505050;
	font-weight: normal;
	padding: 5px 10px 4px 10px;
	width: 140px;
	height: auto;
	text-align: left;
}
#access ul li:hover > ul {
	display: block;
}
* html #access ul li:hover ul {
	display: block;
}
#access ul ul li:first-child > a {
	border-top: solid 1px #C8C8C8;
	/*font-size: 12px;*/
}
* html #access #menu-item-1475 a,
* html #access #menu-item-1496 a,
* html #access #menu-item-1501 a,
* html #access #menu-item-1487 a,
* html #access #menu-item-1504 a,
* html #access #menu-item-1517 a
{
	border-top: solid 1px #C8C8C8;
}
#access li:hover > a {
	color: #005AB4;
	background: #FFF;
}
* html #access li:hover a {
	color: #005AB4;
	background: #FFF;
}
#access ul ul :hover > a {
	color: #005AB4;
	background: url("../jbictheme/images/navi_mark_hover.png") no-repeat 2px 10px;
}
* html #access ul ul a:hover {
	color: #005AB4;
	background: url("../jbictheme/images/navi_mark_hover.png") no-repeat 2px 10px;
}
#access ul ul > a {
	color: #505050;
}
* html #access ul ul a {
	color: #505050;
}
#access ul ul :hover > a {
	color: #74C5E5;
}
* html #access ul ul a:hover {
	color: #74C5E5 !important;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}
#content {
	margin-bottom: 30px;
}
*html #content a{
	outline:none;
}
#content a{
	outline:none\9;
}

#content,
#content input,
#content textarea {
	color: #505050;
	font-size: 1.4em;
	line-height: 22px;
}
#content p,
#content ul,
#content ol,
#content pre,
#content hr {
	margin-bottom: 1em;
}
#content p.no_margin_bottom,
#content ul.no_margin_bottom,
#content ol.no_margin_bottom {
	margin-bottom: 0;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 1.5em;
	line-height: 21px;
}
#content code {
	font-size: 1.3em;
}
#content th {
	color: #000;
}
#content dl {
	margin: 1em 0 1em 0;
}
#content dt {
	background-image: url("../jbictheme/images/span_title_square.png");
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	margin-top: 1em;
	margin-bottom: 0.1em;
	padding-left: 15px;
	line-height: 1.2;
	font-weight: bold;
	list-style: none outside none;
	clear: both;
}
#content dl.no-bullet dt {
	background-image: none;
}
#content dd {
	margin: 0.1em 0 0.3em;
	padding-left: 15px;
	line-height: 1.2;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #505050;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h1.no_margin_,
#content h2.no_margin_bottom,
#content h3.no_margin_bottom,
#content h4.no_margin_bottom,
#content h5.no_margin_bottom,
#content h6.no_margin_bottom {
	color: #505050;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}
.entry-content h2 {
	/**height: 24px;*/
	*zoom: 1;
}
.entry-content h4 {
	*font-size: 14px;
}
div#h1_title {
	background: #005AB4;
	margin: 0;
	padding: 0 0 0 10px;
}
#content h1,
#content h1.entry-title,
#content h2.entry-title {
	color: #005AB4;
	font-size: 1.714em;
	margin-bottom: 18px;
	padding: 0;
	background: #FFF;
	border-top: solid 1px #B4B4B4;
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	border-left: solid 0;
	line-height: 1.2em;
}
#content h1 span.h1_text {
	display: block;
	padding: 10px 0 10px 10px;
	background: #E0E0E0;
	background-image: url("../jbictheme/images/h1_bg.png");
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	border-right: solid 2px #FFF;
	border-bottom: solid 2px #FFF;
}
#content h1 {
	*line-height: 1.2em;
}
#content h1 span.sub_title{
	display: inline-block;
	margin-top: 8px;
	font-size: 0.667em;
	line-height: 1.4em;
}
#content h2 {
	color: #505050;
	font-size: 1.14em;
	margin-bottom: 12px;
	padding: 3px 0 3px 8px;
	background: #DEDEDE;
	background-image: url("../jbictheme/images/h2_bg.png");
	background-size: 100% 100%;
	border: solid 1px #B4B4B4;
	line-height: 1.4em;
	/* for IE6,7,8 */
	background-repeat: repeat-x\9;
}
#content h2.text_link {
	background: #DEDEDE;
	border-style: none;
	padding: 0;
	border: solid 1px #B4B4B4;
}
#content h2.text_no_link {
	border-style: none;
	padding: 3px 0 3px 24px;
	background: url("../jbictheme/images/h2_text_no_link_bg.png");
	background-repeat: no-repeat;
	color: #005AB4;
	line-height: 28px;
	/* for IE6,7,8 */
	background: url("../jbictheme/images/h2_text_link_bg_2.png")\9;
	background-repeat: no-repeat\9;
	background-color: #dedede\9;
	border: solid 1px #B4B4B4\9;
}
#content h2.text_link {
	background: #DEDEDE;
	background: url("../jbictheme/images/h2_text_link_bg.png");
	background-size: 100% 100%;
	/* for IE6,7,8 */
	background: url("../jbictheme/images/h2_text_link_bg_2.png")\9;
	background-repeat: no-repeat\9;
	background-color: #dedede\9;
}
#content div.half_size_left h2.text_link,
#content div.half_size_right h2.text_link {
	background: #DEDEDE;
	background: url("../jbictheme/images/h2_half_text_link_bg.png");
	background-size: 100% 100%;
	/* for IE6,7,8 */
	background: url("../jbictheme/images/h2_half_text_link_bg_2.png")\9;
	background-repeat: no-repeat\9;
	background-color: #dedede\9;
}
#content h2.text_link a {
	width: 704px;
	display: block;
	line-height: 22px;
	background: url("../jbictheme/images/h2_text_link_mark.png") 10px 8px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 24px;
}
#content div.half_size_left h2.text_link a,
#content div.half_size_right h2.text_link a {
	width: 324px;
	display: block;
}
#content h2.text_link:hover,
#content div.half_size_left h2.text_link:hover,
#content div.half_size_right h2.text_link:hover {
	background: #DEDEDE;
	background: url("../jbictheme/images/h2_half_text_link_hover_bg.png");
	background-size: 100% 100%;
	/* for IE6,7,8 */
	background: url("../jbictheme/images/h2_half_text_link_hover_bg_2.png")\9;
	background-repeat: no-repeat\9;
	background-color: #ffffff\9;
}
#content h2.text_link:hover {
	/* for IE6,7,8 */
	background: url("../jbictheme/images/h2_text_link_hover_bg_2.png")\9;
	background-repeat: no-repeat\9;
	background-color: #ffffff\9;
}
#content div.half_size_left h2.text_no_link,
#content div.half_size_right h2.text_no_link {
	width: 324px;
	line-height: 22px;
	border: solid 1px #B4B4B4;
	background: url("../jbictheme/images/h2_half_text_link_bg.png");
	background-size: 100% 100%;
	/* for IE6,7,8 */
	background: url("../jbictheme/images/h2_half_text_link_bg_2.png")\9;
	background-repeat: no-repeat\9;
	background-color: #dedede\9;
}
#content h3 {
	color: #505050;
	font-size: 1em;
	margin: 0 3px 14px 3px;
	padding: 2px 0 2px 20px;
	background-image: url("../jbictheme/images/h3_bg.png");
	background-repeat: no-repeat;
	background-position: 4px 6px;
	border-top: solid 1px #B4B4B4;
	border-bottom: double 3px #B4B4B4;
	line-height: 1.4em;
}
#content h3.text_link {
	padding: 4px 0 4px 10px;
	background: url("../jbictheme/images/navi_mark.png") 0 10px;
	background-repeat: no-repeat;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}
#content h3.simple {
	border: none;
	background: none;
	padding: 4px 0 4px 4px;
}
#content h3.none_head {
	background-image: none !important;
	padding-left: 6px;
}
#content h4 {
	padding: 2px 0 2px 4px;
	border-top: solid 1px #B4B4B4;
	border-bottom: solid 1px #B4B4B4;
}
#content h4.simple {
	font-weight: bold;
	border-top: none;
	border-bottom: none;
}
#content h5 {
	color: #505050;
	font-size: 0.857em;
	margin: 0px 3px 14px 3px;
	padding: 2px 0 2px 20px;
	background-image: url("../jbictheme/images/h5_bg.png");
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border-bottom: solid 1px #B4B4B4;
	line-height: 1.2em;
}
#content .jbic_entry h5 {
	margin-top: 20px;
}
#content img.outline {
	border: 1px solid #C8C8C8;
}
.hentry {
	margin: 0 0 30px 0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 1.14em;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 1.714em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #005AB4;
	text-decoration: none;
}
.entry-meta {
	color: #888;
	font-size: 0.857em;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #FFF;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 0.857em;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 0.71em;
	*font-size: 14px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-content li span.linkinfo_file {
	*vertical-align:middle;
	*display: inline-block;
	*height: 1.6em;
	*line-height: 1.6em;
}
.page-link {
	background-image: url("../jbictheme/images/navi_mark.png");
	background-repeat: no-repeat;
	background-position: 8px 14px;
	margin-bottom: 20px;
	padding: 6px 20px;
}
.page-link a:link,
.page-link a:visited {
	font-weight: normal;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	text-decoration: underline;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	clear: both;
	font-size: 1em;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #FFF;
	border: 1px solid #E7E7E7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 0.857m;
	line-height: 14px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}
span.right_side {
	display: block;
	text-align: right;
	margin-bottom: 1em;
}
p span.table_unit {
	display: block;
	text-align: right;
	margin-right: 20%;
}
ol {
	/*margin: 0 0 18px 2.5em;*/
	margin: 0 0 1em 1.7em;
}

/* Number List settings */
#content ol.number {
	list-style-type: decimal;
}
#content ol.lower_roman {
	list-style-type: lower-roman;
}

/* Content Layout */
ul.img_list li {
	overflow: hidden;
	margin-bottom:1em;
	clear: both;
}
ul.img_list li a img {
	margin-bottom:0;
}
#content ul.img_list img.thumbnail {
	margin-bottom:6px;
}
ul.img_list li li {
	clear: none;
	margin-bottom:0;
}
ul.no_list_style,
ol.no_list_style {
	list-style: none;
	margin: 0 0 18px 0;
}
div.two_split {
	margin-top: 0.5em;
}
div.half_size_left {
	width: 350px;
	float: left;
	margin-right: 30px;
	margin-bottom: 1.2em;
}
div.half_size_right {
	width: 350px;
	float: left;
	margin-bottom: 1.2em;
}
div.information_left {
	width: 460px;
	float: left;
	margin-bottom: 1em;
}
div.information_right {
	width: 240px;
	float: right;
	margin-bottom: 1em;
}
div.image_right_side {
	width: 530px;
	float: right;
	margin-bottom: 1em;
}
div.third_part_left,
div.third_part_middle {
	width: 230px;
	float: left;
	margin-right: 20px;
	margin-bottom: 1em;
}
div.third_part_right {
	width: 230px;
	float: left;
	margin-bottom: 1em;
}
img.left_side {
	float: left;
	margin: 0 1em 1em 0;
}
p.text_right {
	text-align: right;
}
p.font-small {
	font-size: 0.857em;
}
p.right_side {
	display: block;
	float: left;
}
p.page_box {
	display: block;
	height: 110px;
}
div.layout-frame {
	overflow: hidden;
	zoom: 1;
}
div.layout-right {
	float: right;
	padding-left: 18px;
}
div.layout-left {
	float: left;
	padding-right: 18px;
}
div.layout-frame span.title_round {
	width: 220px ;
	font-size: 0.857em;
	margin-bottom: 1em;
}
span.title_round {
	display: block;
	background-image: url("../jbictheme/images/span_title_round.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
}
span.title_square {
	display: block;
	background-image: url("../jbictheme/images/span_title_square.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
}
span.underbar {
	text-decoration: underline;
}
div.layout-center-image {
	text-align: center;
}
div.layout-center {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
div.w286 {
	width: 286px;
}
div.w320 {
	width: 320px;
}
div.w350 {
	width: 350px;
}
div.w382 {
	width: 382px;
}
div.w404 {
	width: 404px;
}
div.w450 {
	width: 450px;
}
div.w520 {
	width: 520px;
}
div.w540 {
	width: 540px;
}
div.w560 {
	width: 560px;
}
div.w600 {
	width: 600px;
}
div.w620 {
	width: 620px;
}
div.layout-frame img + span.title {
	margin-bottom: 1em;
}
#content div.outline {
	border: solid 1px #B4B4B4;
	padding: 4px 8px;
	margin-bottom: 1em;
	font-size: 0.857em;
}
#content div.outline ul {
	margin-bottom: 0;
}
#content div.contact_us {
	border: solid 1px #B4B4B4;
}
#content div.contact_us h2 {
	border: 0;
	border-bottom: solid 1px #B4B4B4;
	background: #FFF;
	padding-left: 1em;
	margin-bottom: 1em;
	font-size: 0.97em;
	font-weight: normal;
}
div.contact_us p {
	padding: 0 1em;
	margin-bottom: 1em;
}
div.blue_background {
	padding: 8px;
	margin-bottom: 1em;
	background: #D2ECFC;
	border-radius: 4px;
}
#content div.blue_background ul{
	margin: 0 0 0 6px;
}
#content div.blue_background ul li{
	background-image: url("../jbictheme/images/span_title_round.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style: none;
	padding-left: 1em;
}
span.blue_background {
	display: block;
	padding: 2px 6px;
	background: #D2ECFC;
	font-weight: bold;
}
#content ul.parataxis-list {
	clear: both;
	overflow: hidden;
	padding-top: 5px;
	/*padding-left: 16px;*/
	padding-left: 1.4em;
}
#content ul.parataxis-list li {
	float: left;
	height: 1.4em;
	/*margin: 0 22px 0 0;*/
	margin: 0 2.5em 0 0;
	padding: 0;
	white-space: nowrap;
	*padding-left: 16px;
	*background: url("../jbictheme/images/span_title_square2.png") no-repeat 0px center;
}
#content table td ul.parataxis-list {
	*margin-left: 0;
	*padding-left: 0px;
}
#content table td ul.parataxis-list li {
	line-height: 1.4em;
	*margin: 0 10px;
	*display: block;
	*zoom:1;
}
.clear {
	clear: both;
}
br.clear {
	clear: both;
}
span.margin_top {
	margin-top: 2.4em;
}
div.margin_top {
	margin-top: 1.5em;
}
table.v_align_top td {
	vertical-align: top;
}
#content img.thumbnail {
	float: left;
	margin: 0 10px 20px 0;
}

/* External Links */
#content a.external_link {
	background-image: url("../jbictheme/images/icon_external_link.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 1em;
}
#content ul.double_greater,
#content .video_contents ul li {
	margin: 0;
}
#content ul.double_greater li,
#content .video_contents ul li {
	background: url("../jbictheme/images/navi_mark.png") no-repeat 0.5em 0.7em;
	list-style: none;
	padding: 3px 0 3px 1.2em;
	*zoom:1;
}
#content ul.double_greater li li {
	background: none;
	list-style: none;
	margin-left: -1.2em;
}
ul.double_line li li {
	border-bottom: none;
}

#content ul.double_v {
	margin: 0 ;
}
#content ul.double_v li {
	background: url("../jbictheme/images/double_v_mark.png") no-repeat 0.5em 0.5em;
	list-style: none;
	padding-left: 1.2em;
}
ul.double_line,
#content .video_contents ul {
	border-top: 1px solid #B4B4B4; 
}
ul.double_line li,
#content .video_contents ul li {
	border-bottom: 1px solid #B4B4B4; 
}
#content ul.margin_bottom {
	margin-bottom: 1em;
}
#content ul.text_small {
	font-size: 0.857em;
	list-style: none;
	margin: 0;
}
/* Refarence */
#main div.page_reference {
	border: solid 1px #C0C0C0;
	margin-bottom: 20px;
	zoom: 1;
	*width: 730px;
}
#main div.page_reference h4 {
	padding: 4px 0 4px 8px;
	margin: 0 0 6px 0;
	border-top: none;
	border-bottom: solid 1px #C0C0C0;
	font-weight: normal;
}
#main div.page_reference h4.simple {
	font-weight: bold;
	border-top: none;
	border-bottom: none;
}
#main div.page_reference h5 {
	padding: 4px 0 4px 8px;
	margin: 0 0 6px 0;
	font-size: 1em;
}
#main div.page_reference p {
	padding: 0 8px;
}
#main div.page_reference ul{
	padding-left: 8px;
	margin-bottom: 6px;
}

/* Table */
#content table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px 0;
	border: solid 1px #B4B4B4;
	font-size: 1em;
	width: 100%;
}
#content tr th,
#content thead th, 
#content tfoot th {
	line-height: 22px;
	font-size: 1em;
	font-weight: bold;
	padding: 3px 6px;
	background: #487EB4;
	color: #FFF;
}
#content tbody tr th {
	background: #F0F0F0;
	color: #505050;
	text-align: left;
}
#content tr td {
	padding: 3px 6px;
	border-top: 1px solid #B4B4B4;
	background: #FFF;
	color: #505050;
}
#content tr td.right {
	text-align: right;
}
#content tr.odd td {
	background: #F7F7F7;
}
#content table caption{
	caption-side: bottom;
}
#content table.data caption{
	text-align: right;
	caption-side: top;
}
#content table caption.caption_left_bottom{
	margin-top: 0.5em;
	caption-side: bottom;
	text-align: left;
}
#content table caption.caption_right_bottom{
	margin-top: 0.5em;
	caption-side: bottom;
	text-align: right;
}
#content th {
	border-top: 1px solid #B4B4B4;
}
#content th + td {
	border-left: 1px solid #B4B4B4;
}
#content td + td,
#content th + th,
#content td + th
 {
	border-left: 1px solid #B4B4B4;
}
#content table.basic_size thead tr th,
#content table.basic_size tbody tr th,
#content table.basic_size tfoot tr th,
#content table.middle_size thead tr th,
#content table.middle_size tbody tr th,
#content table.middle_size tfoot tr th,
#content table.middle_size_irregular thead tr th,
#content table.middle_size_irregular tbody tr th,
#content table.middle_size_irregular tfoot tr th,
#content table.half_size thead tr th,
#content table.half_size tbody tr th,
#content table.half_size tfoot tr th {
	padding: 0;
	font-size: 1em;
	vertical-align: top;
}
#content thead tr th.center,
#content thead tr th.center,
#content tbody tr th.center,
#content tbody tr td.center {
	text-align: center;
}
#content tbody tr th.number,
#content tbody tr td.number,
#content tfoot tr th.number,
#content tfoot tr td.number {
	text-align: right;
}
#content tbody tr th.left_space,
#content tbody tr td.left_space {
	padding-left: 2em;
}
div.thead_blue {
	background: #487EB4;
	color: #FFF;
	border: solid 1px #FFF;
	padding: 3px 6px; 
}
div.thead_green {
	background: #CEEDE8;
	color: #3D6A99;
	border: solid 1px #FFF;
	padding: 3px 6px; 
}
/* Table size settings */
#content table.full_size {
	width: 100%;
}
#content table.basic_size {
	width: 90%;
}
#content table.middle_size,
#content table.middle_size_irregular {
	width: 60%;
}
#content table.half_size {
	width: 40%;
}
#content table.half_size th {
	width: 55%;
}
#content table.half_size td {
	width: 45%;
}
#content table.half_size td,
#content table.middle_size_irregular td {
	border-left: solid 1px #B4B4B4;
	text-align: right;
	vertical-align: middle;
}
#content table.half_size thead tr th,
#content table.middle_size_irregular thead tr th {
	text-align: left;
}
#content table.half_size div {
	width: 160px;
	height: 3em;
	padding-top: 1.5em;
}
#content table.half_size div.twoline {
	padding-top: 0.9em;
	padding-bottom: 0.9em;
}
#content table th.border_left,
#content table td.border_left {
	border-left: 1px solid #B4B4B4;
}

#content table.multi-column th,
#content table.multi-column td {
	border: 1px solid #B4B4B4;
}

/* =Import & Template settings
-------------------------------------------------------------- */
#content address.header-address {
	text-align: right;
	margin: 1em 0;
	font-style: normal;
	line-height: 1.5em;
}
#content div.related-info {
	border: solid 1px #B4B4B4;
	padding: 0;
	margin-bottom: 1em;
}
#content div.meta-heading {
	padding: 3px 0 3px 8px;
	margin: 0 0 6px 0;
	border-bottom: solid 1px #C0C0C0;
}
#content div.related-info div.content {
	padding: 0 8px;
}
#content div.layout-left span.title,
#content div.layout-right span.title,
#content div.layout-left span.legend,
#content div.layout-right span.legend {
	width: 240px;
	display: block;
	margin-bottom: 1em;
}
#content div.layout-left span.legend,
#content div.layout-right span.legend {
	margin-top: -1em;
}

#content .jbic_entry div.figure {
	*margin-bottom: 10px;
}
#content div.figure span.title,
#content div.figure span.legend {
	display: block;
}
#content div.figure span.title {
	font-size: 0.857em;
	font-weight: bold;
}
#content div.figure span.legend {
	font-size: 0.857em;
}
#content div.w282 span.title {
	width: 282px;
}
#content div.w356 span.title {
	width: 356px;
}
#content span.pointer{
	font-size: 0.86em;
	line-height: 1.4em;
	*font-size: 12px !important;
}
#content .jbic_entry sup span.info,
#content .jbic_entry sup span.pointer {
	font-size: 12px !important;
	*font-size: 16px !important;
}
#content ol.notation li span.pointer {
	*text-indent: 0px;
	*margin-left: -30px;
}
#content h2.simple,
#content p.simple {
	border-style: none;
}
#content h2.simple {
	background-image: none;
	background: #FFF;
}
#content h2.center,
#content p.center {
	text-align: center;
}
#content h2.center {
	margin-bottom: 0;
}
#content .jbic_entry tr td {
	border-right: 1px solid #B4B4B4;
}
#content .jbic_entry li {
	margin: 0 0 0.5em 0;
}
#content .jbic_entry ol.notation li {
	margin-bottom: 0;
}
#content p.lead {
	font-weight: bold;
	margin-bottom: 1.3em;
}
.notation {
	font-size: 12px;
}
ul.notation,
ol.notation,
ul.no-bullet,
ol.no-bullet {
	list-style: none;
	margin: 0 0 18px 0;
}
ol.notation li {
	padding-left: 30px;
	text-indent: -30px;
	*line-height: 1.4em;
	*margin: 3px 0;
}
ol.notation li span.pointer {
	display: inline-block;
	width: 30px;
	text-indent: 6px;
	*font-size: 12px !important;
}
.postid-2251 ol.notation li {
	padding-left: 0 !important;
	text-indent: 0 !important;
}
ul.no-bullet ul.no-bullet li {
	padding-left: 30px;
}
ul.no-bullet ul.no-bullet ul.no-bullet li {
	padding-left: 30px;
}
ul.no-bullet ul.no-bullet ul.no-bullet ul.no-bullet li {
	padding-left: 30px;
}

.postid-2140 div.jbic_entry ul {
	margin-left: 20px;
	*margin-left: 16px;
}

/* =ContactForm7 settings
-------------------------------------------------------------- */

#content .wpcf7 table{
	width: 100%;
	border: 0;
	border-right: solid 1px #B4B4B4;
	border-bottom: solid 1px #B4B4B4;
}
#content div.wpcf7-confirm table{
	table-layout: fixed;
}
#content div.wpcf7-confirm table tr td {
	word-break: break-all;
}
#content .wpcf7 th{
	width: 30%;
	padding: 10px 8px 10px 18px;
	border-left: solid 3px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	background: #F3F3F3;
	color: #505050;
	text-align: left;
	vertical-align: top;
}
#content .wpcf7 th.error_item {
	border-left: solid 3px #FF2600;
	color:  #FF2600;
}
#content .wpcf7 td{
	width: 70%;
	padding: 8px;
}
#content .wpcf7 td .form_caption{
	padding-left: 0.8em;
	font-size: 0.857em;
	vertical-align: bottom;
}
#content .wpcf7 input {
	margin: 0;
	font-size: 1em;
	height: 1.5em;
	line-height: 1.4em;
}
#post-1850 .wpcf7 input {
	height: auto;
	line-height: 22px;
}

#content .wpcf7 textarea {
	font-size: 1em;
	line-height: 1.4em;
}
#content .wpcf7 input[type="button"],
#content .wpcf7 input[type="submit"] {
	font-weight: bold;
}
#content .submit-button {
	text-align: center;
}
#content .submit-button_l {
	text-align: left;
}
#content .submit-button input {
	margin: 0 10px;
	width: 90px;
	height: 26px;
	font-size: 1em;
	font-weight: bold;
	background: #F9F9F9;
	background-image: url("../jbictheme/images/submit_button_bg.png");
	background-repeat: no-repeat;
	border: solid 1px #A4A4A4;
}
#content .submit-button input:hover {
	background-image: url("../jbictheme/images/submit_button_hover_bg.png");
}
#content .submit-button-long {
	text-align: center;
}
#content .submit-button-long input {
	margin: 0 10px;
	width: 215px;
	height: 26px;
	background: #F9F9F9;
	background-image: url("../jbictheme/images/submit_button_long_bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: solid 1px #A4A4A4;
}
#content .submit-button-long input:hover {
	background-image: url("../jbictheme/images/submit_button_long_hover_bg.png");
}
#cf7_error_mes_area {
	border: solid 1px #FF2600;
	margin-bottom: 20px;
	padding: 8px 18px 0 18px;
}
#cf7_error_mes_area p{
	color: #FF2600;
	margin-bottom: 8px;
}
#content .form_width_150 {
	width: 150px;
}
#content .form_width_250 {
	width: 250px;
}
#content .form_width_350 {
	width: 350px;
}
#content .form_width_400 {
	width: 400px;
}
#content .form_width_500 {
	width: 500px;
	
}
/* For IE Hacks */
#content table {
	/border-collapse: collapse;
}
#content th,
#content td {
	/border: 1px solid #b4b4b4;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 1em;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #F1F1F1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 1.4em;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
/*img.size-full,
img.size-large,
img.size-medium,*/
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
img.gray_border {
	border: 1px solid #B4B4B4; 
}
.wp-caption {
	background: #F1F1F1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 0.857em;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #CFCFCF;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 0.857em;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #F1F1F1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
img.feed-icon {
	vertical-align: middle;
	_vertical-align: baseline;
	margin: 0 0.3em 0 0;
}

#content .information_left_404 {
	float: left;
	width: 480px;
}
#content .information_right_404 {
	float: right;
	width: 445px;
}
#content .information_right_inner_404 {
	width: 370px;
	border: solid 1px #C0C0C0;
	padding: 10px 20px;
	margin-top: 30px;
}
#content .information_right_inner_404 table,
#content .information_right_inner_404 table tr,
#content .information_right_inner_404 table tr th,
#content .information_right_inner_404 table tr td {
	border: none;
}
#content .information_right_inner_404 table {
	width: 350px;
}
#content .information_right_inner_404 table tr th {
	background: none;
}
#content .information_right_inner_404 table tr td {
	padding-left: 30px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 0.857em;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
.nopassword,
.nocomments {
	display: none;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	font-size: 1.2em;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 0.857em;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 0.857em;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #AAA;
}
#wp-calendar tbody td {
	background: #F5F5F5;
	border: 1px solid #FFF;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0em;
	padding: 0;
}

/* Side menu */
#main .widget-title {
	width: 200px;
	height: 52px;
	display: block;
	background: #FFF;
	background-image: url("../jbictheme/images/side_navi_bg.png");
	background-repeat: no-repeat;
	color: #005AB4;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	/*line-height: 23px;*/
	padding: 0;
	margin: 0;
}
#main .widget-title span{
	width: 200px;
	height: 52px;
	display: table-cell;
	vertical-align: middle;
/*	display: block;
	padding-top: 15px;*/
}
*html #main .widget-title span {
	display: inline-block;
	height: auto;
	padding-top: 19px;
	zoom:1;
}
*:first-child+html #main .widget-title span {
	display: inline-block;
	height: auto;
	padding-top: 19px;
	zoom:1;
}
#main .widget-title span.side_two_line{
	width: 190px;
	margin: -26px 0 0 5px;
	font-size: 12px;
	line-height: 14px;
}
/*
#main .widget-title span.side_fontfix14{
	padding-top: 0;
	font-size: 12px;
}
*/

/* alertmail */
div.alertmail {
	border: 3px double #fe0000;
	padding: 8px 8px 8px 40px;
	margin-bottom: 6px;
	background-image: url("../jbictheme/images/exclamation_mark.png");
	background-repeat: no-repeat;
	background-position: 8px center; 
	color: #fe0000;
}
div.alertmail a {
	color: #fe0000;
}
/* SideMenu */
#side-menu ul.menu{
	border-left: solid 3px #B4B4B4;
	border-right: solid 3px #B4B4B4;
}
#main div#side-menu {
	border-bottom: solid 2px #B4B4B4;
	margin-bottom: 10px;
}
#side-menu li.level-1 a {
	display: block;
	width: 176px;
	padding: 4px 0 4px 18px;
	color: #505050;
	font-size: 1.2em;
	border-bottom: solid 1px #B4B4B4;
	background-image: url("../jbictheme/images/navi_mark.png");
	background-repeat: no-repeat;
	background-position: 6px 10px;
}
#side-menu li.level-1 a:hover {
	text-decoration: none;
	background: #E6E6E6;
	background-image: url("../jbictheme/images/navi_mark.png");
	background-repeat: no-repeat;
	background-position: 6px 10px;
}
#side-menu li.level-1 span.current_page {
	display: block;
	width: 176px;
	padding: 4px 0 4px 18px;
	color: #505050;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: solid 1px #B4B4B4;
	background: #CBE2F0;
	background-image: url("../jbictheme/images/navi_mark.png");
	background-repeat: no-repeat;
	background-position: 6px 10px;
}
#side-menu div.nolink {
	width: 164px;
	padding: 4px 12px 4px 18px;
	color: #505050;
	font-size: 1.2em;
	border-bottom: solid 1px #B4B4B4;
	background: #FFF;
	background-image: url("../jbictheme/images/navi_current_right.png");
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer
}
#side-menu li.level-1 div.active {
	background-image: url("../jbictheme/images/navi_current.png");
}
#side-menu li.level-1 ul.sub-menu {
	margin-left: 0;
	padding: 6px;
	border-bottom: solid 1px #B4B4B4;
	background: #FAFAFA;
}
#side-menu li.level-2 a,
#side-menu li.level-2 span.current_page {
	width: 164px;
}
#side-menu li.level-2 a.current_page {
	background: #CBE2F0;
}
#side-menu ul.sub-menu.closed {
	display: none;
}
#side-menu li.level-1.current_lv ul.sub-menu {
	background: #F3F6FB ;
}
#side-menu li.level-1.current_lv div.nolink {
	background-color: #CBE2F0;
}
#side-menu li.level-1 li.last_child a {
	border-bottom: none;
}

/* SideBanner */
#main .widget-area div.banner_area1 img,
#main .widget-area div.banner_area2 img {
	margin-bottom: 6px;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	margin-bottom: 20px;
}
#go_to_top {
	clear: both;
	margin: 0 auto;
	width: 960px;
	height: 26px;
}
#go_to_top_text {
	float: right;
	width: 112px;
	margin: 0;
	padding: 0;
}
#go_to_top_text a {
	display:block;
	width: 98px;
	height: 18px;
	padding: 4px 8px 4px 6px;
	background: #7F7F7F;
	background-image: url("../jbictheme/images/page_top_mark.png");
	background-position: right;
	background-repeat: no-repeat;
	color:#FFF;
	font-size: 1.2em;
	text-decoration: none;
}
#go_to_top_text a:hover{
	background: #666;
	background-image: url("../jbictheme/images/page_top_mark.png");
	background-position: right;
	background-repeat: no-repeat;
}
#footer_bg {
	width: 100%;
	margin: 0;
	background: #E6E6E6;
	background-repeat: no-repeat;
}
#footer_navi div {
	clear: both;
	margin: 0 auto;
	width: 960px;
	height: 172px;
	padding: 0;
	background-image: url("../jbictheme/images/footer_bg.png");
	background-size: 960px 185px;
}
.footer_navi_parts {
	padding-top: 6px !important;
	padding-bottom: 20px !important;
	overflow: hidden;
}
.footer_navi_parts ul{
	margin: 14px 0 0 0;
}
.footer_navi_parts ul li ul{
	margin: 0;
}
.footer_navi_parts li {
	display: block;
	float: left;
	width: 192px;
}
.footer_navi_parts a {
	display: block;
	margin-left: 2em;
	margin-right: 1em;
	color: #505050;
	font-size: 1.2em;
	text-decoration: none;
}
.footer_navi_parts a:visited {
	color: #505050;
}
.footer_navi_parts a:hover {
	text-decoration: underline;
}
.footer_navi_parts ul.menu li {
	list-style: none;
	background: url("../jbictheme/images/navi_mark.png") no-repeat 1em 0.7em;
	line-height: 22px;
}
#footer_copyright {
	clear: both;
	margin: 0 auto;
	width: 960px;
}
#footer_copyright_text {
	float: right;
	margin: 0;
	padding: 4px 0;
	color: #505050;
	font-size: 1.2em;
	text-decoration: none;
}

/* Main Visual */
#slideshow {
	width: 960px;
	height: 322px;
	margin-top: 10px;
	overflow: hidden;
}
#slider_wrap ul {
	width: 960px;
	height: 322px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.slider_left {
	float: left;
	width: 624px;
	height: 322px;
	margin: 0;
	padding: 0;
}
.slider_right {
	float: left;
	width: 336px;
	height: 322px;
	margin: 0;
	padding: 0;
	background-color: #000066;
	color: #ffffff;
}
.slider_right div.r_wrap {
	margin-top: 20px;
}

.slider_right div.r_wrap {
	height: 322px;
	display: table-cell;
	vertical-align: middle;
}
* html .slider_right div.r_wrap {
	height: auto;
	zoom: 1;
}

.slider_right p {
	margin-bottom: 4px;
	padding: 0 12px;
	font-size: 14px;
}
.slider_right p.visual_title {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

.bx-wrapper {
	position: relative;
	/*margin: 0 auto 60px;*/
	margin: 0;
	padding: 0;
	z-index:0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/* Loading */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* Pager */
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 15px;
	height: 2px;
	margin: 0 1px;
	outline: 0;
	background: url(images/pagination.png) no-repeat 0 0;
	text-indent: -9999px;
	font-size: 0.2em;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(images/pagination_active.png) no-repeat 0 0;
}

/* Prev / Next */
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 0;
	/*margin-top: -16px;*/
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-prev {
	left: 0;
	background: url(images/controls.png) no-repeat 0 -31px;
}
.bx-wrapper .bx-next {
	right: 0;
	background: url(images/controls.png) no-repeat -43px -31px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 1px;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 1px;
}

/* Breadcrumbs */
.breadcrumbs {
	padding-top: 10px;
	font-size: 1.2em;
}

/* What's new */
#whats_new {
	width: 700px;
}
#whats_new_tab_menu ul,
ul.whats_new_content {
	margin:0;
	padding:0;
	list-style: none;
}
#whats_new_tab_menu li {
	float: left;
	position: relative;
}
#whats_new_tab_menu li a {
	display: block;
	height: 32px;
	background: #FFF;
	color: #505050;
	padding-top: 6px;
	font-size: 0.857em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
}
#whats_new_tab_menu li a:hover,
#whats_new li a.active {
	position: relative;
	bottom: 3px;
}
#whats_new_tab_menu li.tab_active a:hover {
	position: relative;
	bottom: 0;
}
#whats_new_tab_menu {
	height: 32px;
	background-image: url("../jbictheme/images/whats_new_tab_bg.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

li#tab_label_1 a {
	width: 115px;
	background: transparent;
	background-image: url("../jbictheme/images/whats_new_tab_1.png");
	background-repeat: no-repeat;
	outline: none;
}
li#tab_label_2 a,
li#tab_label_3 a,
li#tab_label_4 a,
li#tab_label_5 a,
li#tab_label_6 a {
	width: 116px;
	margin-left: 1px;
	background: transparent;
	background-repeat: no-repeat;
	outline: none;
}
li#tab_label_2 a {
	background-image: url("../jbictheme/images/whats_new_tab_2.png");
}
li#tab_label_3 a {
	background-image: url("../jbictheme/images/whats_new_tab_3.png");
}
li#tab_label_4 a {
	background-image: url("../jbictheme/images/whats_new_tab_4.png");
}
li#tab_label_5 a {
	background-image: url("../jbictheme/images/whats_new_tab_5.png");
}
li#tab_label_6 a {
	background-image: url("../jbictheme/images/whats_new_tab_6.png");
}
li#tab_label_1.tab_active a {
	background-image: url("../jbictheme/images/whats_new_tab_1_act.png");
}
li#tab_label_2.tab_active a {
	background-image: url("../jbictheme/images/whats_new_tab_2_act.png");
}
li#tab_label_3.tab_active a {
	background-image: url("../jbictheme/images/whats_new_tab_3_act.png");
}
li#tab_label_4.tab_active a {
	background-image: url("../jbictheme/images/whats_new_tab_4_act.png");
}
li#tab_label_5.tab_active a {
	background-image: url("../jbictheme/images/whats_new_tab_5_act.png");
}
li#tab_label_6.tab_active a {
	background-image: url("../jbictheme/images/whats_new_tab_6_act.png");
}
#tab_content_2,
#tab_content_3,
#tab_content_4,
#tab_content_5,
#tab_content_6 {
	display: none;
}
#whats_new span {
	display: inline-block;
	vertical-align: top;
}
#whats_new span.file_info,
#whats_new span.file_JPG {
	display: inline;
}
#whats_new span.whats_new_date {
	width: 145px;
	float: left;
	/*height: 36px;*/
	/*font-size: 0.857em;*/
}
#whats_new span.genre {
	font-size: 0.857em;
}
#whats_new span.whats_new_link {
	width: 431px;
	/*font-size: 0.857em;*/
}
#whats_new span.event_end,
#whats_new_side span.event_end,
#archive_list_wrap span.event_end, 
#archive_list_office_wrap span.event_end {
	color: #505050;
	font-weight: bold;
	line-height: 18px;
}
/* English tab settings */
div#whats_new_tab_menu.tab_menu_en {
	background-image: url("../jbictheme/images/whats_new_tab_en_bg.png");
}
li#tab_label_en_1 a,
li#tab_label_en_2 a,
li#tab_label_en_3 a,
li#tab_label_en_4 a,
li#tab_label_en_5 a {
	width: 139px;
	margin-right: 1px;
	background: transparent;
	background-repeat: no-repeat;
	outline: none;
}
li#tab_label_en_1 a {
	background-image: url("../jbictheme/images/whats_new_tab_en_1.png");
}
li#tab_label_en_2 a {
	background-image: url("../jbictheme/images/whats_new_tab_en_2.png");
}
li#tab_label_en_3 a {
	background-image: url("../jbictheme/images/whats_new_tab_en_3.png");
}
li#tab_label_en_4 a {
	background-image: url("../jbictheme/images/whats_new_tab_en_4.png");
}
li#tab_label_en_5 a {
	background-image: url("../jbictheme/images/whats_new_tab_en_5.png");
}
li#tab_label_en_1.tab_active a {
	background-image: url("../jbictheme/images/whats_new_tab_en_1act.png");
}
li#tab_label_en_2.tab_active a {
	background-image: url("../jbictheme/images/whats_new_tab_en_2act.png");
}
li#tab_label_en_3.tab_active a {
	background-image: url("../jbictheme/images/whats_new_tab_en_3act.png");
}
li#tab_label_en_4.tab_active a {
	background-image: url("../jbictheme/images/whats_new_tab_en_4act.png");
}
li#tab_label_en_5.tab_active a {
	background-image: url("../jbictheme/images/whats_new_tab_en_5act.png");
}
li#tab_label_en_6.tab_active a {
	background-image: url("../jbictheme/images/whats_new_tab_en_6act.png");
}
#tab_content_en_1,
#tab_content_en_2,
#tab_content_en_3,
#tab_content_en_4,
#tab_content_en_5,
#tab_content_en_6 {
	display: none;
}
#whats_new .whats_new_content li a {
	/*display: inline-block;*/
	/*font-size: 12px;*/
	line-height: 18px;
}
#whats_new ul.whats_new_content li{
	display: block;
	border-bottom: solid 1px #B4B4B4;
	padding: 8px 0;
	min-height: 36px;
	overflow: hidden;
	clear:both;
}
/* For IE6 Hacks */
* html #whats_new ul.whats_new_content li{
	min-height: 36px;
	zoom: 1;
}
#whats_new div.more_links {
	text-align: right;
	padding: 0 2px;
}
#whats_new div.more_links a {
	background: url("../jbictheme/images/navi_mark.png") no-repeat 0px center;
	padding-left: 8px;
	font-size: 0.857em;
}
#whats_new div.more_links a:hover {
	background: url("../jbictheme/images/navi_mark_hover.png") no-repeat 0px center;
}
/* Side whats new */
#whats_new_side_tab_title {
	margin-top: 20px;
	padding: 7px 0;
	background-image: url("../jbictheme/images/whats_new_side_bg.png");
	background-repeat: no-repeat;
}
#whats_new_side_tab_title span{
	width: 116px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
#main .widget-area ul.whats_new_side_content {
	padding: 8px 0 0 0;
	width: 200px;
}
#main .widget-area .whats_new_side_content a:hover {
	color: #74C5E5;
}
#main .widget-area .whats_new_side_content img {
	width: 40px;
	height: 40px;
}
#main .widget-area img {
	float: right;
	margin: 0;
}
#main .widget-area .whats_new_side {
	width: 200px;
}
#main .widget-area .whats_new_side_content li.whats_new_side_date,
#main .widget-area .whats_new_side_content li.whats_new_side_genre {
	font-size: 1.2em;
	margin-bottom: 2px;
}
#whats_new .whats_new_side_date .whats_new_date {
	width: 155px;
	font-size: 1em;
}
#whats_new .whats_new_side_genre .genre {
	font-size: 1em;
}
#main .widget-area .whats_new_side_content li.whats_new_side_title {
	border-bottom: solid 1px #B4B4B4;
	padding: 6px 0 6px 0;
	width: 200px;
	overflow:hidden;
}
#main .widget-area .whats_new_side_content li.whats_new_side_title a {
	clear: both;
	font-size: 1.2em;
	/*color: #001E64;*/
}
#main .widget-area .whats_new_side_content li.whats_new_side_title span.linkinfo_file{
	display: inline;
	font-size: 1.2em;
	*zoom: none;
}
/* Genre settings */
span.genre {
	width: 110px;
	display: block;
	float:left;
	color: #FFF;
	padding: 1px;
	margin: 0 6px 6px 0;
	text-align: center;
	line-height: 18px;
}
div.archive_a_wrap {
	display: block;
	float: left;
}
* html ul.archive_tags {
	width: 436px !important;
	float: left !important;
}
* html #archive_list_office_wrap ul.archive_tags {
	width: 565px !important;
	float: right !important;
}
div.archive_title a {
	width: 450px;
}
span.genre_press {
	background: #E1464B;
}
span.genre_topics {
	background: #50964B;
}
span.genre_news {
	background: #C8962D;
}
span.genre_event {
	background: #0096A0;
}
span.genre_today {
	background: #6946A0;
}
span.genre_reference {
	background: #3264B4;
}
span.genre_interview {
	background: #464B96;
}
span.genre_support {
	background: #914196;
}
span.genre_inv-report {
	background: #963C41;
}

/* JBIC Support */
#support_case h2 {
	color: #505050;
	font-size: 14px;
	padding: 6px 0 6px 40px;
	background: #FFF;
	background-image: url("../jbictheme/images/h2_support_bg.png");
	background-repeat: no-repeat;
	border: none;
	border-bottom: solid 1px #B4B4B4;
}
#support_case a {
	color: #005AB4;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}
#support_region {
	position: relative;
	height: 370px;
	background-repeat: no-repeat;
	border: none;
}
#support_sector {
	position: relative;
	height: 370px;
	background-image: url("../jbictheme/images/support_sector_bg.png");
	background-repeat: no-repeat;
	border: none;
	display: none;
}
.support_region_inner{
	border: 1px solid #B4B4B4;
	padding: 9px 9px 8px 9px;
	line-height: 0px;
}
#worldmap {
	width: 681px;
	height: 351px;
}
.support_selector span {
	display: inline-block;
	width: 116px;
	height: 28px;
	text-align: center;
	line-height: 28px;
}
.support_selector span {
	display: inline-block;
	width: 116px;
	height: 28px;
	text-align: center;
	line-height: 28px;
}
#support_region span.support_selector_region,
#support_sector span.support_selector_sector {
	background: #005AB4;
	color: #FFF;
	font-weight: bold;
}
#support_case span.support_selector_region a:hover,
#support_case span.support_selector_sector a:hover {
	width: 116px;
	background: #DBE8F5;
	color: #505050;
}
span.support_selector_region {
	position: absolute;
	top: 333px;
	left: 233px;
}
span.support_selector_sector {
	position: absolute;
	top: 333px;
	left: 352px;
}
#support_region_bar span {
	display: inline-block;
	background: url("../jbictheme/images/space.gif") 0 0 repeat;
	width: 79px;
	height: 21px;
	text-align: center;
	font-size: 0.857em;
	line-height: 21px;
}
span#support_region_asia {
	position: absolute;
	top: 300px;
	left: 31px;
}
span#support_region_oceania {
	position: absolute;
	top: 300px;
	left: 111px;
}
span#support_region_europe {
	position: absolute;
	top: 300px;
	left: 191px;
}
span#support_region_middleeast {
	position: absolute;
	top: 300px;
	left: 271px;
}
span#support_region_africa {
	position: absolute;
	top: 300px;
	left: 351px;
}
span#support_region_north-america {
	position: absolute;
	top: 300px;
	left: 431px;
}
span#support_region_latin-caribbean {
	position: absolute;
	top: 300px;
	left: 511px;
}
span#support_region_other-area {
	position: absolute;
	top: 300px;
	left: 591px;
}
#support_region_bar span a:hover {
	width: 79px;
	color: #FFF;
}
#support_region_bar span a.hover_class {
	width: 79px;
	color: #FFF;
}
#support_sector_box span {
	display: inline-block;
	width: 193px; 
	height: 25px;
	text-align: center;
	font-size: 0.857em;
	line-height: 25px;
}
span#support_sector_resource {
	position: absolute;
	top: 30px;
	left: 30px;
}
span#support_sector_infra {
	position: absolute;
	top: 30px;
	left: 250px;
}
span#support_sector_environ {
	position: absolute;
	top: 30px;
	left: 470px;
}
span#support_sector_machine {
	position: absolute;
	top: 130px;
	left: 30px;
}
span#support_sector_service {
	position: absolute;
	top: 130px;
	left: 250px;
}
span#support_sector_mid {
	position: absolute;
	top: 130px;
	left: 470px;
}
span#support_sector_marine {
	position: absolute;
	top: 230px;
	left: 30px;
}
span#support_sector_others {
	position: absolute;
	top: 230px;
	left: 250px;
}
span#support_sector_project {
	position: absolute;
	top: 230px;
	left: 470px;
}
span#support_sector_resource a,
span#support_sector_infra a,
span#support_sector_environ a,
span#support_sector_machine a,
span#support_sector_service a,
span#support_sector_mid a,
span#support_sector_marine a,
span#support_sector_others a,
span#support_sector_project a {
	padding-top: 50px;
	line-height: 30px;
}
#support_sector_box span a {
	width: 201px;
	color: #FFF;
}
#support_sector_box span a:hover {
	text-decoration: none;
}
#support_sector_resource a:hover {
	background-image: url("../jbictheme/images/support_sector1.png");
	background-repeat: no-repeat;
}
#support_sector_infra a:hover {
	background-image: url("../jbictheme/images/support_sector2.png");
	background-repeat: no-repeat;
}
#support_sector_environ a:hover {
	background-image: url("../jbictheme/images/support_sector3.png");
	background-repeat: no-repeat;
}
#support_sector_machine a:hover {
	background-image: url("../jbictheme/images/support_sector4.png");
	background-repeat: no-repeat;
}
#support_sector_service a:hover {
	background-image: url("../jbictheme/images/support_sector5.png");
	background-repeat: no-repeat;
}
#support_sector_mid a:hover {
	background-image: url("../jbictheme/images/support_sector6.png");
	background-repeat: no-repeat;
}
#support_sector_marine a:hover {
	background-image: url("../jbictheme/images/support_sector7.png");
	background-repeat: no-repeat;
}
#support_sector_others a:hover {
	background-image: url("../jbictheme/images/support_sector8.png");
	background-repeat: no-repeat;
}
#support_sector_project a:hover {
	background-image: url("../jbictheme/images/support_sector9.png");
	background-repeat: no-repeat;
}
#support_case span.font_size_small {
	font-size: 11px;
}
#support_case span.hide_region_name a {
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
}

/* Publication */
#publication h2 {
	color: #505050;
	font-size: 14px;
	margin-bottom: 0;
	padding: 6px 0 6px 40px;
	background: #FFF;
	background-image: url("../jbictheme/images/h2_publication_bg.png");
	background-repeat: no-repeat;
	border: none;
	border-bottom: solid 2px #B4B4B4;
}
#publication a,
#publication span {
	font-size: 0.857em;
}
#publication a {
	color: #005AB4;
}
div.publication_main_image {
	width: 79px;
	height: 88px;
	float: left;
	border-left: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}
.publication_main_image img {
	display: block;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
}
div.publication_main_text,
div.publication_main_text_en {
	overflow:hidden;
	height: 88px;
	float: left;
	border-bottom: 1px solid #B4B4B4;
}
div.publication_main_text a {
	display: block;
	width: 260px;
	background: #D6E9F7;
	padding: 6px;
}
div.publication_main_text span {
	display: block;
	width: 260px;
	padding: 6px;
}
div.publication_main div.text_left {
	width: 270px;
}
div.publication_main div.text_right {
	width: 269px;
	border-right: 1px solid #B4B4B4;
}
div.publication_sub_title {
	width: 239px;
	height: 22px;
	padding: 8px 0;
	float: left;
	border-left: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	background: #D6E9F7;
}
div.publication_sub_text {
	width:459px;
	height: 22px;
	padding: 8px 0;
	float: left;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}
.publication_sub_title a,
.publication_sub_title_en a,
.publication_sub_text span,
.publication_sub_text_en span {
	display: block;
	margin: 0 8px;
}
div#publication .twoline {
	height: 44px;
}
/* Publication Enlish settings */
div.publication_main_text_en {
	border-right: 1px solid #B4B4B4;
}
div.publication_main div.text_left_en {
	width: 620px;
}
div.publication_main_text_en a {
	display: block;
	width: 607px;
	background: #D6E9F7;
	padding: 6px;
}
div.publication_main_text_en span {
	display: block;
	width: 607px;
	padding: 6px;
}
div.publication_sub_title_en {
	width: 698px;
	height: 22px;
	padding: 8px 0;
	float: left;
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	background: #D6E9F7;
}
div.publication_sub_text_en {
	width:698px;
	padding: 8px 0;
	float: left;
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}

/* Site map */
ul.sitemap_ul {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
}
li.sitemap_lv1 {
	display: block;
	width: 470px;
	float: left;
	margin-bottom: 20px;
}
ul.sitemap_ul li.lv1_left {
	margin-right: 20px;
}
#content .sitemap_lv1 h2 {
	border-style: none;
	padding: 0;
}
#content .sitemap_lv1 h2 a{
	display: block;
	padding: 6px 0 6px 24px;
	background: url("../jbictheme/images/h2_sitemap_text_link_bg.png");
	background-repeat: no-repeat;
	color: #005AB4;
}
#content .sitemap_lv1 h2 a:hover {
	background: url("../jbictheme/images/h2_sitemap_text_link_hover_bg.png");
	background-repeat: no-repeat;
	text-decoration: none;
}
#content .sitemap_lv1 h2.sitemap_no_link {
	border-style: none;
	width: 446px;
	padding: 6px 0 6px 24px;
	background: url("../jbictheme/images/h2_sitemap_text_no_link_bg.png");
	background-repeat: no-repeat;
	color: #005AB4;
}
ul.sitemap_ul_lv2{
	margin: 0;
}
.sitemap_ul_lv2 li,
.sitemap_ul_lv3 li {
	list-style: none;
}
.sitemap_ul_lv2 li a,
.sitemap_ul_lv3 li a {
	padding-left: 0.8em;
	background: url("../jbictheme/images/navi_mark.png") no-repeat 0 0.5em;
}
li div.nolink {
	color: #505050;
}
.sitemap_saiyou {
	clear:both;
	width:470px;
}

/* Other Languages */
#main .other_lang {
	margin-bottom: 320px;
}
#main .other_lang ul.double_greater {
	font-family: Arial, sans-serif;
}

/* Closing */
ol.closing li:first-line {
	font-weight: bold;
}
ol.closing li {
	margin-bottom: 1em;
}

/* Event Ended */
#content div.event_end_msg {
	margin-bottom: 1em;
	border: solid 1px #F00;
	color: #FE0000;
	text-align: center;
}
#content div.event_end_msg p {
	margin-bottom: 0;
	padding: 4px 0;
	color: #FE0000;
}

/* FAQ Guideline */
#content div.one_q_and_a {
	border: solid 1px #B4B4B4;
	padding: 0;
	margin-bottom: 1em;
}
#content div.one_q_and_a div.q_close {
	margin: 1px;
	padding: 6px 10px 6px 0;
	background-color: #DDDFDE;
	background-image: url("../jbictheme/images/faq_q_close_bg.png");
	-moz-background-size: contain;
	background-size: contain;
	background-repeat: repeat-x;
	border-style: none;
	cursor: pointer;
}
#content div.one_q_and_a div.q_open {
	margin: 1px;
	padding: 6px 10px 6px 0;
	background-color: #FEFEFE;
	background-image: url("../jbictheme/images/faq_q_open_bg.png");
	-moz-background-size: contain;
	background-size: contain;
	background-repeat: repeat-x;
	border-style: none;
	cursor: pointer;
}
#content div.one_q_and_a div.q_open span.question,
#content div.one_q_and_a div.q_close span.question {
	width: 32px;
	float:left;
	text-indent:-9999px;
	background-image:url("../jbictheme/images/faq_q_close.png");
	background-repeat: no-repeat;
	background-position: right;
}
#content div.one_q_and_a div.q_open span.question {
	background-image:url("../jbictheme/images/faq_q_open.png");
}
#content div.one_q_and_a div.q_open span,
#content div.one_q_and_a div.q_close span {
	margin-left: 10px;
}
#content div.a_contents span.answer {
	width: 32px;
	float:left;
	text-indent:-9999px;
	background-image:url("../jbictheme/images/faq_a.png");
	background-repeat: no-repeat;
	background-position: right;
}
#content div.q_title p{
	padding: 0 10px;
}
#content div.a_contents {
	padding: 10px 10px 0 10px;
	border-top: solid 1px #B4B4B4;
}
#content div.a_contents p ,
#content div.q_title p{
	margin-left: 40px;
	margin-bottom: 0;
}
#content div.a_contents ul,
#content div.a_contents ol {
	margin-left: 66px;
}

/* Archive list */
#content .archive_list_caption {
	margin-top: 1em;
}
#content .archive_list {
	width: 550px;
	float: left;
}
#content .archive_list p {
	margin-bottom: 0;
}
#content .archive_list hr {
	margin-top: 1em;
	margin-bottom: 0;
}
div.archive_bottom_text {
	margin-top: 1em;
}
#content .archive_sub {
	width: 150px;
	float: right;
	font-size: 0.857em;
}
#content .archive_sub div.rss_area,
#content .archive_sub div.fy-year,
#content .archive_sub div.area,
#content .archive_sub div.sector,
#content .archive_sub div.report {
	list-style: none;
	border: solid 1px #B4B4B4;
	padding: 1px;
	margin-bottom: 1em;
}
#content .archive_sub ul {
	list-style: none;
	margin: 6px;
}
#content .archive_sub p.archive_sub_title {
	background: #005AB4;
	color: #FFF;
	margin: 0;
	padding: 2px 6px 1px 6px;
}
#content .archive_sub div.report ul li {
	margin-bottom: 6px;
}
/* Archive list RSS */
#content .rss_area span {
	display: inline-block;
	margin: 8px 10px;
	padding-left: 22px;
	background-image: url("../jbictheme/images/icon_feed.gif");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
#content .archive_no_content {
	margin: 1.5em 0;
}

#content .archive_one_post {
	width: 550px;
	clear: both;
}
#content .archive_date {
	width: 140px;
	float: left;
	margin-top: 1em;
}
#content .archive_date_event {
	width: 160px;
	float: left;
	margin-top: 1em;
}
#content .archive_title {
	width: 450px;
	float: right;
	padding-top: 1em;
}
#content .archive_title_no_image {
	width: 410px;
	float: right;
	padding-top: 1em;
}
#content .archive_title_event {
	width: 390px;
	float: right;
	padding-top: 1em;
}
#content .archive_thumbnail {
	width: 100px;
	float: left;
	padding-top: 1em;
}
#content .archive_bottom {
	clear: both;
	width: 500px;
	padding-top: 1em;
}
#content #archive_list_office_wrap div.archive_one_post {
	width: 730px;
}
#content #archive_list_office_wrap div.archive_office_title {
	display: inline-block;
	width: 560px;
	margin-top: 1em;
}
#content #archive_list_office_wrap span.archive_link {
	display: inline-block;
	width: 432px;
}
#content #archive_list_office_wrap ul.archive_tags {
	width: 570px;
}
#content #archive_list_office_wrap div.archive_date {
	width: 160px;
}
#content #archive_list_office_wrap span.genre {
	font-size: 0.85em;
}
#content ul.archive_tags {
	display: block;
	width: 450px;
	float: right;
	margin: 0 0 0 0px;
	list-style: none;
	font-size: 0.857em;
}
#content ul.archive_tags_no_image {
	display: block;
	width: 410px;
	float: right;
	margin: 0 0 0 140px;
	list-style: none;
	font-size: 0.857em;
}
#content ul.archive_tags_single_page {
	display: block;
	float: right;
	margin: 0 0 6px 0;
	font-size: 0.857em;
	list-style: none;
	text-align: right;
}
#content .archive_tags li,
#content .archive_tags_no_image li,
#content .archive_tags_single_page li {
	padding-left: 1.2em;
	margin-right: 1.2em;
	white-space: nowrap;
	list-style: none;
}
#content .archive_tags li,
#content .archive_tags_no_image li {
	display: block;
	float: left;
}
#content .archive_tags_single_page li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#content .archive_tags li.area_asia,
#content .archive_tags li.area_africa,
#content .archive_tags li.area_oceania,
#content .archive_tags li.area_europe,
#content .archive_tags li.area_middleeast,
#content .archive_tags li.area_north-america,
#content .archive_tags li.area_latin-caribbean,
#content .archive_tags li.area_other-area ,
#content .archive_tags_no_image li.area_asia,
#content .archive_tags_no_image li.area_africa,
#content .archive_tags_no_image li.area_oceania,
#content .archive_tags_no_image li.area_europe,
#content .archive_tags_no_image li.area_middleeast,
#content .archive_tags_no_image li.area_north-america,
#content .archive_tags_no_image li.area_latin-caribbean,
#content .archive_tags_no_image li.area_other-area{
	padding-left :0;
}
li.sector_resources {
	background-image: url("../jbictheme/images/sector_energy-and-natural-resources.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.sector_marine-aero {
	background-image: url("../jbictheme/images/sector_marine-and-aerospace.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.sector_environment {
	background-image: url("../jbictheme/images/sector_environment.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.sector_smes {
	background-image: url("../jbictheme/images/sector_mid-tier-enterprises-and-smes.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
.lang_en li.sector_smes {
	font-size: 12px !important;
}
li.sector_machine-equipment {
	background-image: url("../jbictheme/images/sector_machinery-and-equipment.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.sector_manufacture-services {
	background-image: url("../jbictheme/images/sector_manufacturing-and-services.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.sector_pf {
	background-image: url("../jbictheme/images/sector_project-finance.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.sector_infrastructure {
	background-image: url("../jbictheme/images/sector_infrastructures.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.sector_others {
	background-image: url("../jbictheme/images/sector_others.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.report_series {
	background-image: url("../jbictheme/images/report1.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.report_macroeconomics {
	background-image: url("../jbictheme/images/report2.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.report_china {
	background-image: url("../jbictheme/images/report3.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.report_venezuela {
	background-image: url("../jbictheme/images/report4.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.report_infra {
	background-image: url("../jbictheme/images/report5.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.report_europe_business {
	background-image: url("../jbictheme/images/report6.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.report_south-africa {
	background-image: url("../jbictheme/images/report7.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.finance_010 {
	background-image: url("../jbictheme/images/finance_010.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.finance_020 {
	background-image: url("../jbictheme/images/finance_020.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.finance_030 {
	background-image: url("../jbictheme/images/finance_030.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.finance_040 {
	background-image: url("../jbictheme/images/finance_040.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.finance_050 {
	background-image: url("../jbictheme/images/finance_050.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.finance_060 {
	background-image: url("../jbictheme/images/finance_060.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.finance_070 {
	background-image: url("../jbictheme/images/finance_070.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
li.finance_080 {
	background-image: url("../jbictheme/images/finance_080.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

.page-id-123 #content ul.double_greater li,
.page-id-760 #content ul.double_greater li {
	background: none;
	overflow: hidden;
}
.page-id-123 #content .whats_new_date,
.page-id-760 #content .whats_new_date {
	display: block;
	float: left;
}
.page-id-123 #content .whats_new_link,
.page-id-760 #content .whats_new_link {
	display: block;
	*display: inline-block;
	margin-left: 125px;
	*margin-left: 10px;
}
.page-id-123 #content .whats_new_link_event {
	display: block;
	*display: inline-block;
	margin-left: 215px;
	*margin-left: 10px;
}

/* Video */
.video_contents ul {
	margin: 20px 0;
}
#content h2.index-heading {
	padding: 6px 0 6px 24px;
	border-style: none;
	color: #005AB4;
}
#content h2.video_close {
	background-image: url("../jbictheme/images/h2_close_bg.png");
	background-repeat: no-repeat;
}
#content h2.video_open {
	background-image: url("../jbictheme/images/h2_open_bg.png");
	background-repeat: no-repeat;
}
div.layout-right p.surrounding_caption {
	display: block;
	width: 270px;
	font-size: 0.857em;
	font-weight: bold;
}
div.layout-left p.surrounding_caption {
	display: block;
	width: 180px;
	font-size: 0.857em;
	font-weight: bold;
}

/* 法人文書検索  */
#content p.howto_link {
	text-align: right;
	margin-bottom: 0.3em;
}
#content p.button-left {
	text-align: left;
}
div.bunsho_pager {
	text-align: center;
}
table.bunsho-list-tbl th.list-col1 { }
table.bunsho-list-tbl th.list-col2 { }
table.bunsho-list-tbl th.list-col3 { }
table.bunsho-list-tbl th.list-col4 { white-space: nowrap;}
table.bunsho-list-tbl th.list-col5 { white-space: nowrap;}
table.bunsho-list-tbl th.list-col6 { white-space: nowrap;}

/* 入札情報一覧 */
.bidder table {
	table-layout: fixed;
}
.bidder table tr th,
.bidder table tr td {
	font-size: 12px !important;
}
.bidder th.w_date {
	width: 85px;
	*width: 100px;
}
.bidder th.w_dl {
	width: 70px;
}
#content p.info-limitdate-mes {
	text-align: right;
	margin-bottom: 0.3em;
}
.env_tbl th.w_date		{ width: 7.5em; }
.env_tbl th.w_env_half	{ width: 16em; }
.env_tbl th.w_env_cat	{ width: 2.5em; }
.env_tbl th.w_inqno		{ width: 7em; }
.env_tbl th.w_inqno_5em	{ width: 5.5em; }
.env_tbl th.w_moni      { width: 30%; }
.env_tbl th.w_fixsize { white-space: nowrap; }
.env_tbl td.w_fixsize { white-space: nowrap; }

/* Button */
input.button-class,
p.submit-button input {
	cursor: pointer;
	outline: none;
}


/* Colorbox Core Style: */
#colorbox, #cboxOverlay, #cboxWrapper{
	position:absolute; top:0; left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay{
	position:fixed;
	width:100%; height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft{
	clear:left;
}
#cboxContent{
	position:relative;
}
#cboxLoadedContent{
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle{ margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic{
	position:absolute; top:0; left:0;
	width:100%;
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
	cursor:pointer;
}
.cboxPhoto{
	float:left;
	margin:auto;
	border:0;
	display:block;
	max-width:none;
	-ms-interpolation-mode:bicubic;
}
.cboxIframe{
	width:100%;
	height:100%;
	display:block;
	border:0;
}
#colorbox, #cboxContent, #cboxLoadedContent{
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
/* Colorbox User Style: */
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
#cboxContent{
	margin-top:32px;
	overflow:visible;
	background:#000;
}
.cboxIframe{background:#fff;}
#cboxError{
	padding:50px;
	border:1px solid #ccc;
}
#cboxLoadedContent{
	background:#fff;
	padding:1px;
}
#cboxLoadingGraphic{
	background:url(images/bx_loader.gif) no-repeat center center;
}
#cboxLoadingOverlay{
	background:#ccc;
}
#cboxTitle{
	position:absolute; top:-22px; left:0;
	color:#000;
}
#cboxCurrent{
	position:absolute; top:-22px; right:205px;
	text-indent:-9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxClose {
	border:0; padding:0; margin:0;
	overflow:visible;
	width:40px; height:20px;
	position:absolute;
	top:-20px;
	right:0px;
}
#cboxClose:active {
	outline:0;
}
#cboxClose:hover{
	/* background-position: -50px -25px; */
}

/* Search ASP Suggest */
#bizasarchAspSuggest {
	position:absolute;
	margin:0;
	padding:0;
	z-index:1000;
}
#bizasarchAspSuggest li {
	list-style:none;
	border-left:1px solid #B0C4DE;
	border-bottom:1px solid #B0C4DE;
	border-right:1px solid #B0C4DE;
	background-color:#f5f5f5;
	padding:2px 1px;
	color: #333;
}
#bizasarchAspSuggest li.sgItemOn {
	border-left:1px solid #cc9900;
	border-bottom:1px solid #cc9900;
	border-right:1px solid #cc9900;
	background-color:#ffeeaa;
	font-weight:bold;
	cursor:pointer;
}


/* fileinfo Icon & External Icon */
#whats_new .linkinfo_external span,
#whats_new .linkinfo_file span {
	vertical-align: middle;
}
.linkinfo_external span,
.linkinfo_file span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.linkinfo_file span.icon_PDF {
	background-image: url("../jbictheme/images/icon_pdf.png");
}
.linkinfo_file span.icon_XLS {
	background-image: url("../jbictheme/images/icon_excel.png"); 
}
.linkinfo_file span.icon_XLSX {
	background-image: url("../jbictheme/images/icon_excel.png");
}
.linkinfo_file span.icon_DOC {
	background-image: url("../jbictheme/images/icon_word.png");
}
.linkinfo_file span.icon_DOCX {
	background-image: url("../jbictheme/images/icon_word.png");
}
.linkinfo_file span.icon_PPT {
	background-image: url("../jbictheme/images/icon_ppt.png");
}
.linkinfo_file span.icon_PPTX {
	background-image: url("../jbictheme/images/icon_ppt.png");
}
.linkinfo_file span.icon_ZIP {
	background-image: url("../jbictheme/images/icon_zip.png");
}
.linkinfo_external span.icon_external {
	background-image: url("../jbictheme/images/icon_external_link.png");
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Print Style
-------------------------------------------------------------- */
@media print {
	* html body {
		zoom: 65%;
	}
	body {
		background: #FFF !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		height: 80px;
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.breadcrumbs {
		font-size: 14pt;
		margin-bottom: 4px;
	}
	#content{
		font-size: 16pt;
	}
	.entry-content {
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#respond,
	#header_side,
	#header_side_top,
	#header_side_bottom,
	#slideshow,
	#go_to_top,
	#go_to_top_text,
	#footer_bg,
	#footer_navi,
	#footer_navi_parts,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	.top_page_side {
		display: block !important;
		float: right !important;
		overflow: hidden !important;
		width: 230px !important;
		margin-top: 30pt !important;
	}

	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#masthead {
		height: 100px;
		/*height: 65px;*/
	}
	#content {
		width: 100%;
		*float: left;
		*margin: 0 -240px 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#main {
		display: inline;
	}
	#main:not(:target) {
		display: block\9;	/* IE9 */
	}
	.home .sticky {
		border: none;
	}
	#content h1,
	#content h1.entry-title {
		border-top: 2px solid #b4b4b4 !important;
		border-bottom: 2px solid #b4b4b4 !important;
		font-size: 28px;
		line-height: 26px;
		*border: 2px solid #b4b4b4;
	}
	#content h1 span.sub_title{
		font-size: 20px;
	}
	#content h2,
	#content h2.entry-title,
	#content h2.text_link, 
	#content h2.text_no_link {
		border: 1px solid #b4b4b4 !important;
		font-size: 18px;
		*border: 2px solid #b4b4b4;
	}
	#content h2.text_no_link {
		background: url("../jbictheme/images/h2_bg.png") repeat scroll 0 0 / 100% 100% #DEDEDE !important;
		border: 1px solid #b4b4b4 !important;
	}
	#content .entry-content h2 {
		padding: 4pt;
		font-size: 18pt;
	}
	#content h2.index-heading {
		border: 1px solid #b4b4b4 !important;
	}
	#content h3 {
		font-size: 14pt;
		margin: 0 3px 14px 3px;
		padding: 2px 0 2px 20px;
		background-position: 4px 10px;
	}
	#footer_copyright {
		margin-top: 20px;
		border-top: 2pt solid #000;
	}
	#content table thead th,
	#content table tbody th,
	#content table tfoot th {
		color: #B4B4B4 !important;
	}
	div.thead_blue,
	div.thead_green {
		background: #FFF;
		color: #B4B4B4;
	}
	#content div#h1_title {
		padding: 0 !important;
	}
	#content div.a_contents {
		display: block !important;
	}
	div.half_size_left,
	div.half_size_right {
		width: 465px;
	}
	#content div.half_size_left h2.text_no_link,
	#content div.half_size_right h2.text_no_link {
		width: 454px;
		*width: 452px;
	}
	#content div.half_size_left h2.text_link a,
	#content div.half_size_right h2.text_link a {
		width: 439px;
		*width: 420px;
	}
	div./third_part_left,
	div.third_part_middle,
	div.third_part_right {
		width: 306px;
	}
	div.image_right_side {
		width: 755px;
	}
	div.information_left {
		width: 620px;
	}
	div.information_right {
		width: 310px;
	}
	div.publication_main_text_en {
		*width: 617px;
		*border-left: 1px solid #B4B4B4;
	}
	div.publication_main_image {
		border-left: 1px solid #B4B4B4;
	}
	div.publication_main div.text_right {
		width: 267px;
	}
	div.publication_sub_text {
		width: 456px;
		border-left: 1px solid #B4B4B4;
	}

	#content .archive_date {
		font-size: 0.9em;
	}
	#content .archive_date_event {
		font-size: 0.8em;
	}

	#content .archive_list,
	#content .archive_one_post {
		width: 750px;
	}
	#content .archive_title_no_image,
	#content ul.archive_tags_no_image {
		width: 610px;
	}
	#content .archive_title,
	#content .archive_title a,
	#content ul.archive_tags {
		width: 600px;
	}
	#content .archive_title_event {
		width: 590px;
	}
	#content #archive_list_office_wrap div.archive_one_post {
		width: 100%;
	}
	#content #archive_list_office_wrap div.archive_office_title {
		width: 760px;
	}
	#content #archive_list_office_wrap span.archive_link {
		width: 632px;
	}
	#content #archive_list_office_wrap ul.archive_tags {
		width: 770px;
	}	
	#content p.archive_sub_title {
		border-bottom: 1px solid #005AB4;
	}
	#content ol.notation {
		font-size: 14pt;
	}

	#content .information_right_inner_404 table tr th {
		color: #505050 !important;
	}
	#content .information_right_inner_404 table tr td {
		padding-left: 0;
	}

	#content .submit-button input {
		margin: 0 10px;
		width: 120px !important;
		height: 26px;
		font-size: 1em;
		font-weight: bold;
		background: #F9F9F9;
		background-image: url("../jbictheme/images/submit_button_bg.png");
		background-repeat: no-repeat;
		border: solid 1px #A4A4A4;
	}

	#content .submit-button-long input {
		margin: 0 10px;
		width: 270px !important;
		height: 26px;
		background: #F9F9F9;
		background-image: url("../jbictheme/images/submit_button_long_bg.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
		border: solid 1px #A4A4A4;
	}

	/* for IE6 */
	#whats_new_tab_menu ul li a {
		*border-right: 1px solid #b4b4b4;
		*border-bottom: 1px solid #b4b4b4;
		*width: 114px !important;
	}
	#tab_label_1 a {
		*border-left: 1px solid #b4b4b4;
		*width: 115px !important;
	}
	h2.text_no_link {
		clear: both !important;
		zoom:1;
	}
	div.layout-center {
		*display: block;	
		*margin: 0 0 20px 0;
		*text-align: center;
		zoom: 1;
	}
	div.w382 {
		*width: 100%;
	}
	.clear {
		clear:both;
		zoom: 1;
	}
	#sitemap_content {
		*position: absolute;
	}
	.sitemap_ul {
		*width: 980px;
	}
	* html .layout-frame {
		width: 900px;
	}
	#post-535 {
		vertical-align:top;
	}
	#post-535 .information_left {
		float: none;
		*float: left;
		display: table-cell;
		*display: block;
		padding-right: 20px;
		*padding-right: 0;
	}
	#post-535 .information_right {
		float: none;
		*float: left;
		display: table-cell;
		*display: block;
	}
	* html .page-id-283 #wrapper {
		height: 2050px;
	}
	* html .page-id-814 #wrapper {
		height: 1400px;
	}
}

