/*		border: 1px solid #f00;		*/

html, #main {
	height: 100%;
	padding: 0px;
	margin: 0 auto;
}

body {
	height: 100%;
	padding: 0px;
	width: 100%;
	background-color:#fffbec;
	color: black;
	font: normal 16px/1.8em Arial, Helvetica, sans-serif;
}

*{
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
}

h1 {
	margin: 35px 0px 16px 0px;
	text-align: center;
	font: bold 30px Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
}

h2 {
	font: bold 1.313em Arial, Helvetica, sans-serif;
	padding: 3px 0px;
	margin: 30px 0px 10px;
	color: #e1c230;
	background: #000;
	letter-spacing: 1px;
	border: 1px solid #e1c230;
	outline: 2px solid #000;
}

h3 {
	width: 98%;
	margin-bottom: 40px;
	padding-left: 11px;
	background: url('../images/bkg_h3.gif') repeat-y left top;
	text-decoration: none;
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: #002c48;
	letter-spacing: 1px;
	border-bottom: 1px dotted #777;
}

h4 {
	margin: 12px 0px;
	font-size: 1.313em;
	font-weight: bold;
	background: -webkit-linear-gradient(#000000, #433200, #000000);
	background: linear-gradient(top, #000000, #433200, #000000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

section {
	padding: 0px 50px 20px 60px;
}

p {
	margin-bottom: 0.814em;
	padding: 0px;
	font: normal 16px/1.8em Arial, Helvetica, sans-serif;
	color: black;
}

hr#footer {
	height: 2px;
	width:100%;
	border: 0px;
	border-bottom: 2px solid #bca124;
	background: #000;
}

a {
	color: #00567a;
	text-decoration: underline;
}

img {
	border: 0px;
}

ul  {
	list-style: none;
}

ol {
	margin: 5px 0px 15px 30px;
}

ol p {
	margin-bottom: 4px;
	line-height: 1.5em;
}



.clr {
	clear: both;
	padding: 0px;
	margin: 0px;
}

#main {
	width: 100%;
	min-width: 970px;
}

#header {
	position: relative;
	margin: 0px auto;
	width: 970px;
	height: 110px;
	overflow: hidden;
	background: url('../images/header_title.png') no-repeat center top;
	padding: 0px;
}

#header_anchor {
	position: relative;
	width: 970px;
	height: 110px;
	top: 0px;
	left: 0px;
}

#languages {
	position: absolute;
	top: 8px;
	left: 865px;
	text-align: right;
	font: 10px/1em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#languages a {
	position: relative;
	width: 18px;
	height: 12px;
	display: inline-block;
	margin-left: 10px;
	margin-top: 5px;
	text-decoration: none;
	color: black;
	font-weight: 600;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}

#languages a:hover {
	color: #0099cc;
}

#languages a span {
	position: absolute;
	bottom: -11px;
	left: 2px;
}

#JP-flag{
	background-image: url("../images/Japan-Flag.gif");
}

#RO-flag{
	background-image: url('../images/Romania-Flag.gif');
}

#EN-flag{
	background-image: url('../images/UK-Flag.gif');
}

#sub-navigation {
	margin: 0px auto;
	width: 960px;
	height: 28px;
	padding: 14px 0px;
	background: url('../images/bck_globalMenu.png') center repeat-x;
	overflow: visible;
	text-align: center;
	font-family: "Maven Pro",sans-serif;
}

#sub-navigation ul {
	margin: 0px auto;
	width: 100%;
	font-size: 0px;
}

#sub-navigation ul li {
	border-left: 1px solid #444;
	border-right: 1px solid #202020;
	display: inline-block;
	float: left;
	position: relative;
}

#sub-navigation ul li a {
	position: relative;
	display: block;
	z-index: 10;
	font-size: 14px;
	padding: 0px 25px;
	font-weight: 500;
	color: #ffffff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
	text-decoration: none;
	letter-spacing: 1px;
}

#sub-navigation ul li a:hover, #sub-navigation ul li a.active {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#554711), to(#161204)); 				/* for webkit browsers */
	background: -moz-linear-gradient(top,  #554711,  #161204); 													/* for firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#554711', endColorstr='#161204'); 		/* for IE */
	color: #efefef;
	text-decoration: none;
}

#sub-navigation ul li#globalMenuLast {
	float: right;
/*	width is set in <li> tag  	*/
	height: 44px;
	width: 270px;
	margin-top: -10px;
	background: url('../images/globalMenuLast.png') repeat-x right center;
	margin-right: 24px;
	border: none;
}

#sub-navigation .drop{
	display: none;
	left: -1px;
	padding: 0px 1px;
	position: absolute;
	top: 54px;
	width: 178px;
	z-index: 999
}

#sub-navigation ul ul {
	background: none repeat scroll 0 0 #f1f1f1;
	border: 1px solid #000;
	box-shadow: 1px 1px 5px #000;
	height: auto;
	padding: 0px;
	width: 178px;
}

#sub-navigation ul ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	width: 100%;
}

#sub-navigation ul ul li a {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #ffffff;
	color: #313232;
	font-family: "LatoBold",Arial,sans-serif;
	line-height: 20px;
	padding: 5px 0 5px 10px;
	text-shadow: none;
	text-transform: none;
	width: 93%;
	text-align: left;
}

#sub-navigation ul ul li a:hover {
	background: none repeat scroll 0 0 white;
	color: #313232;
}

#sub-navigation ul ul div {
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid white;
	float: left;
	height: 100%;
	position: relative;
	width: 164px;
}

span.sub-navigation-heading {
	color: black;
	display: block;
	font-family: "LatoBold", Arial,sans-serif;
	font-size: 15px;
	padding: 10px 0px 5px 10px;
}

.container {
	clear: both;
}


/*				MAIN MENU		*/
.shell {
	width: 970px;
	margin: 0px auto;
}

.wrapper {
	overflow: hidden;
	height: auto;
	background-color:#fff;
	border:4px solid #000;
}

.slider-wrapper {
	padding: 0px 5px;
	height: 300px!important;
	overflow: hidden;
}


/*			COMMON 			*/

.img-wrapper {
	width: 350px;
	margin-left: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.articles {
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #777;
}

.article_standard {
	margin: 0px auto;
	width: 820px;
	padding-top: 20px;
	text-indent: 0em;
}

.article_with_photos {
	width: 600px;
	padding-left: 15px;
}

.block-title {
	margin: 15px 0px 5px;
	padding: 8px 75px;
	font: 700 16px/30px arial ;
	border-top: 2px solid #bbb;
	border-bottom: 1px solid #707070;
	background-color: #d0d0d0;
}

.block-title a {
	display: inline-block;
	letter-spacing: 2px;
	font-size: 18px;
	color: #c20020;
	text-decoration: none;
	text-shadow: 1px 1px 0px #dcc, 2px 3px 3px rgba(0,0,0,0.35);
}

.block-images {
	padding: 0px 5px;
}

.heading a {
	text-decoration: none;
	font: 600 16px/30px Arial;
	color: #333;
}

.sub-heading {
	font: 600 14px/30px Arial;
	color: #777;
}

.main-video {
	width: 600px;
	position: relative;
	overflow: hidden;
}

.main-video img {
	min-width: 100%;
}

.icon-play {
	background-image: url("../images/ico-play-60x60.png");
	display: inline-block;
	height: 60px;
	vertical-align: middle;
	width: 60px;
	position: absolute;
	top: 45%;
}

.slider-video {
	width: 360px;
}

.slider-video .bx-wrapper .bx-controls-direction a {
	left: 45%;
}

.slider-video .bx-wrapper .bx-prev {
	top: 32px;
}

.slider-video .bx-wrapper .bx-next {
	bottom: 15px;
	top: auto;
}

.video-list .heading a {
	padding: 6px 8px;
	display: inline-block;
	line-height: 20px;
}


/*				TOP PAGE 			*/

div#profile_photo {
	float: right;
	margin: 4px 0px 12px 12px;
}

#guidance {
	font-weight: bold;
	line-height: 1.375em;
}

#sakow_photo {
	border: solid 2px #fff;
	outline: solid 1px #888;
	border-collapse: separate;
	box-shadow: 3px 3px 4px #aaa;
}

#logoTitle {
	float:left; width:145px; height:164px;
}

#topPage_logoText {
	overflow:hidden;
	width:178px;
	height:164px;
	background: url('../images/logo_bkg.png') no-repeat top left;
}

#topPage_logoText_text {
	width: 300px;
}

#top_page_titleAndNews {
	width: 100%;
	height: 150px;
	margin: 0px;
	overflow: visible;
	border: 1px solid #fff;
}

#top_page_title {
	width: 580px;
	margin: 40px 0px 0px 0px;
	text-align: center;
	font: bold 36px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#top_page_subtitle {
	text-align: center;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #393200;
	letter-spacing: 1px;
	width: 16em;
	margin: 0px auto;
	border-top: 1px solid #000;
}


/*				ACTIVITY			*/

h4.activity {
	margin: 15px 0px 5px;
	font-size: 1.25em;
	color: #333;
}

p.activity {
	margin-bottom: 0.689em;
}

ul.activity  {
	margin: 10px 0px 25px;
	list-style: none;
}

ul.activity li:before {
	content: "\2022 \0020";
}

.activityPhotos {
	width: 100%;
	margin: 30px auto 0px;
	text-align: center;
}

.activityPhotos img {
	padding: 1px;
	border: 1px solid #444;
	margin-right: 20px;
}

.activityPhotosRight {
	float: right;
	margin: 0px 10px 10px 30px;
	border: solid 2px #fff;
	outline: solid 1px #888;
	border-collapse: separate;
	box-shadow: 3px 3px 4px #aaa;
}

.downloads {
	width: 90%;
	margin: 0px 10px 10px 0px;
	border: 1px solid #bbb;
	background: url('../images/bkg_essays.png');
	-webkit-box-shadow: 3px 3px 4px 0px rgba(211,211,211,1);
	-moz-box-shadow: 3px 3px 4px 0px rgba(211,211,211,1);
	box-shadow: 3px 3px 4px 0px rgba(211,211,211,1);
}

.downloadsTitleText {
	line-height: 2.5em;
	font-size: 1.0625em;
	font-weight: bold;
	color: #bb0029;
}

.downloads ul {
	list-style: none;
	margin: 5px 0px 5px 15px;
}

.downloads ul li {
	padding-left: 23px;
	min-height: 32px;
	background: url('../images/pdf.png') no-repeat left 2px;
	display: block;
	font-weight: bold;
	font-weight: bold;
	line-height: 2.5em;
	text-decoration: none;
}

.downloads ul li a {
	text-decoration: none;
}

#editSubmit {
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 36px;
	height: 36px;
	background: transparent;
}

#editSubmit:hover {
	background-image: url('../images/edit.png');
}


/*				DIRECTORS			*/

h4.directors {
	margin-bottom: -1px;
	font-size: 15px;
}

p.directors {
	margin: 0px 0px 10px 25px;
}

ul.directors  {
	margin: 10px 0px 25px;
	list-style: none;
}

ul.directors li:before {
	content: "\2022 \0020";
}

.profile_pic {
	float: right;
	margin: -16px 10px 10px 30px;
	border: solid 2px #fff;
	outline: solid 1px #888;
	border-collapse: separate;
	box-shadow: 3px 3px 4px #aaa;
}



/*				BUSINESS			*/

p.bizCountry {
	font-weight: bold;
	margin-left: 206px;
}

table#business {
/*	width: 820px;			*/
	width: 600px;
	margin: 0px auto;
	margin-bottom: 40px;
	table-layout: fixed;
	border-collapse: collapse;	
}

table#business th, table#business td {
	border: 1px solid #006070;
	padding: 8px 15px;
	vertical-align: top;
	font-size: 0.938em;
	word-wrap: break-word;
	line-height: 1.5em;
}

table#business th {
	padding: 0px 10px;
	background-color: #ccc;
	font-weight: bold;
}

table#business td.center {
	text-align:center;
}

table#business td.category {
	background-color: #eee;
}

th#bizBunya{ width: 28px;}
th#bizRenban{ width: 40px;}
/*
th#bizAnken{ width: 520px;}
th#bizPartner{ width: 220px;}
th#bizCountry{ width: 28px;}
th#bizJisseki{}
*/

table#business td.separator {
	height: 2px;
	padding: 0px;
	background-color: #006070;
}

ul#businessCountries {
	width: 245px;
	margin: 0px 0px 40px 70px;
	padding: 8px 0px;
	background-color: #f3f3f3;
	border: 2px solid #fff;
	-moz-box-shadow: 2px 2px 4px #777;
	-webkit-box-shadow: 2px 2px 4px #777;
	box-shadow: 2px 2px 4px #777;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777');
}
ul#businessCountries li {
	height: 18px;
	padding: 0px 6px 4px 12px;
}

ul#businessCountries li a {
	font-size: 0.875em;
	color: #000;
	font-weight: normal;
	line-height: 0em;
}

ul#businessCountries li a:visited {
	color: #000;
	text-decoration: none;
}

ul#businessCountries li a:hover {
	color: #006070;
	background-color: #fff;
	text-decoration: none;
}


hr.business {
	margin:0 auto; width:58%;
	padding: 0;
	border: none;
	border-top: medium double #8c8c8c;
	color: #8c8c8c;
	text-align: center; 
} 
hr.business:after { 
	content: "§";
	display: inline-block; 
	position: relative; 
	top: -0.7em; 
	font-size: 1.5em; 
	padding: 0 0.25em; 
	background: #fff; 
}



/*				LINKS			*/

ul.links  {
	margin-bottom: 25px;
	list-style: none;
}

ul.links li:before {
	content: "\2022 \0020";
}

ul.links li  a {
	color: #090060;
	line-height: 1.75em;
	text-decoration: none;
}

ul.links li  a:hover {
	color: #4430ff;
	text-decoration: underline;
}

hr {
	border-top: 1px dotted #777;
	color: #fff;
	height: 1px;
	width: 95%
}




/*--------------------		CONTACT	-----------------------*/

form table {
	width: 560px;
	margin: 20px auto 20px;
}

form table td {
	padding: 5px 0px 5px 50px;
}

input, textarea {
	padding: 6px 10px;
	background: #eeece0;
	font-family: 'Arial';
	font-size: 0.875em;
	font-weight: normal;
	border-bottom: 1px solid #ab942a;
	border-left: 1px solid #ab942a;
	border-top: 1px solid #fff;
	border-right: 0px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

/*	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
*/
	-webkit-transition: border linear 0.2s, box-shadow linear 0.4s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.4s;
	-o-transition: border linear 0.2s, box-shadow linear 0.4s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.4s;
	transition: border linear 0.2s, box-shadow linear 0.4s;
}

input:focus, textarea:focus {
	background: #eeece0;
	border: 1px solid;
	border-color: rgba(171, 148, 42, 0.9);
	-webkit-box-shadow: inset 0 1px 1px rgba(171, 148, 42, 0.3), 0 0 8px rgba(171, 148, 42, 0.7);
	-moz-box-shadow: inset 0 1px 1px rgba(171, 148, 42, 0.3), 0 0 8px rgba(171, 148, 42, 0.7);
	box-shadow: inset 0 1px 1px rgba(171, 148, 42, 0.3), 0 0 8px rgba(171, 148, 42, 0.7);
	outline: 0;
}

input[type=submit], input[type=reset] {
	width: 70px;
	height: 28px;
	padding: 2px 0px;
    border: none;
	background-color: #4f4006;
	background: linear-gradient(to bottom, #ba9f26 0%, #4f4006 100%);														/* W3C */
	background: -moz-linear-gradient(top, #ba9f26 0%, #4f4006 100%);														/* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ba9f26), color-stop(100%,#4f4006));			/* webkit */

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ba9f26', endColorstr='#4f4006');		/* IE5.5-7+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ba9f26, endColorstr=#4f4006)"; 					/* IE8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ba9f26', endColorstr='#4f4006')";	/* IE8+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba9f26', endColorstr='#4f4006',GradientType=0 );	/* IE6-9 */
	background: -ms-linear-gradient(top, #ba9f26 0%, #4f4006 100%);															/* IE10+ */
	
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;

    cursor: pointer;
	text-align: center;
	vertical-align: middle;
    font-size: 0.875em;
	font-family: "Lucida Bright", Georgia, serif;
    color: #fff;
    text-decoration: none;
	text-shadow: 1px 2px #000000;
	/*	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=ff0000);		*/
}

input[type=submit]:hover, input[type=reset]:hover {
    border: none;
	background: linear-gradient(to bottom, #4f4006 0%, #ba9f26 100%);														/* W3C */
	background: -moz-linear-gradient(top, #4f4006 0%, #ba9f26 100%);														/* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#4f4006), color-stop(0%,#ba9f26));			/* webkit */

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4f4006', endColorstr='#ba9f26');		/* IE5.5-7+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f4006, endColorstr=#ba9f26)"; 					/* IE8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4f4006', endColorstr='#ba9f26')";	/* IE8+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4006', endColorstr='#ba9f26',GradientType=0 );	/* IE6-9 */
	background: -ms-linear-gradient(top, #4f4006 0%, #ba9f26 100%);															/* IE10+ */
	
	box-shadow: 1px 1px 4px 0px #000;
    -moz-box-shadow: 1px 1px 4px 0px #000;
	-webkit-box-shadow: 0px 0px 6px 1px #000;
}

#formButtonsDiv {
	position: relative;
	margin-left: 140px;
	margin-top: 10px;
}

.divider2 {
	width: 473px;
	margin: 0px auto;
}


#contact-table {
	border-collapse: collapse;
	background-color: #fff;
}

#contact-table td {
	background-color: #fff;
	border: 0px;					/*	to see the table:  border: 1px solid #000;  */
	padding: 8px 0px 8px 20px;
	line-height: 1.25em;
}



/*				FOOTER			*/

#footer {
	position: relative;
	height: 90px;
	background-color: #000;
	border-top: 2px solid #000;
}

#footer-content {
	width: 400px;
	margin: 18px auto;
	font-size: 12px;
	color: #af9730;			/*	border: 1px solid #f00;		*/
}

#footer-text {
	margin-left: 70px;
	line-height: 1.5em;
}

#sns {
	position: absolute;
	width:60px;
	height: auto;
	top: 20px;
	right: 80px;
}

#footer-links ul
{
	list-style: none;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	clear: both;
}

#footer-links ul li,
#footer-logo
{
	float: left;
}

#footer-links ul li+li:before
{
	content:" | ";
	color:rgb(255,255,255);
}

#footer-links ul li a,
#footer-links ul li a:link
{
	font-size: 12px;
	font-weight: normal;
	color:#af9730;

	padding:0px 12px 0px 0px;
}

#footer-links ul li+li a,
#footer-links ul li+li a:link
{
	padding:0px 12px;
}

#footer-logo
{
	width: 47px;
	height: 40px;
	padding-top: 3px;
}
