@charset "utf-8";
* { margin: 0; padding: 0; }

html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	color: #000;
	font-size: 12pt;
}
/*change font size for Japanese page */
/*
#ja {
	font-size: 12px;
}
*/
a:link, a:visited {
	color: #999;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
/*print out the link after the link itself in print */
#main a:link:after, #main a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
/*prints out proper urls when the link is relative  CSS3 Selector */
#main a[href^="/"]:after {
	content: " (http://austrade.or.jp" attr(href) ") ";
}

p { margin-top: 0; margin-bottom: 10px; margin-left: 20px; font-size: 1em; line-height: 1.6em; }
p a, li a, table a, dl a { font-size: 1em; }

img { border: 0; margin-bottom: 5px; }
.img-l, .img-r {margin-bottom: 10px; }
.img-l { float: left; margin-right: 10px; }
.img-r { float: right; margin-left: 10px; }

.hldr-l { text-align: left; }
.hldr-r { text-align: right; }
.hldr-cnt { text-align: center; margin: 10px 0; }

hr {
	margin: 0 0 15px 0;
	/*height: 1px;*/
	border: 1px dotted #999999;
}

.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.hide { display: none; }

.f-error {
	font-weight: normal;
	color: #EA0311;
}

#container {
   width: auto;
   border: 0;
   border: none;
   float: none !important;
   background: transparent none;
}

#header {
	background: #002f65 url('../img/backgrounds/bg-header.jpg') no-repeat;
	height: 120px;
	position: relative;
}

#logo {
	position: absolute;
	left: 0px;
	top: 15px;
}
#search-wrapper, #breadcrumbs { display: none; }

/* NAV */
#nav {
	display: none;
}

#main {
}

#main-banner {
	display: none;
}

#main-l, #main-r {
	border: 0;
	clear: right;
	margin-bottom: 10px;
	width: 95%;
}

#main-r { display: block; position: static; }
#main-r img { display: none; }

#main-l { display: none; }

#footer {
	border-top: 1px solid #000;
	color: #000;
	text-align: left;
}
#footer img { display: none; }
#footer-l, #footer-c, #footer-r {
	clear: both;
	color: #000;
	text-align: left;
	width: auto;
	margin-bottom: 1em;
}
#copyright { clear: both; color: #000; text-align: left; width: auto; }

h1, h2, h3, h4, h5, h6 {
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
	margin: 0 0 .7em 0;
	padding: 0;
}
h1 span, h2 span, h3 span { display: block; }

/* Lightbox http://www.lokeshdhakar.com/projects/lightbox2/ */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* CakePHP Predefined Classes */
.cake-debug {
	text-align: left;
	color: #fff;
}
.cake-sql-log {
	text-align: left;
	color: #fff;
}


/** { border: 1px solid red; } */
