@charset "UTF-8";
/* GLOBALS */

* {
	font-family: font-family:Arial, Helvetica, Verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
	padding: 0px;
	margin: 0px;
}

html {
	font-size: 62.5%;
	}
	
body {
	background-color: #5b5b59;
}

table {
	border-collapse: collapse;
}

#container {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* for IE5 users */
	height: 1%;
}

.jpn_dash {
	letter-spacing: -2px;
	padding-right: 2px;
	white-space: nowrap;
}


/* HEADER ***************************************************** */

#header {
	background-image: url('images/bg.gif');
	text-align: left; /* for IE5 users */
	height: 110px;
	width: 880px;
}

#header img {
	margin: 20px 0;
}

#header-logo-sub {
	background-image: url(images/logo_sub_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	float: left;
	padding: 5px 33px;
	width: 700px;
}

/* FLAG NAVIGATION */
.flag-eng {
	background: url(images/flag_eng.png) no-repeat;
}

.flag-spa {
	background: url(images/flag_spa.png) no-repeat;
}

.flag-fra {
	background: url(images/flag_fra.png) no-repeat;
}

.flag-ger {
	background: url(images/flag_ger.png) no-repeat;
}

.flag-chi {
	background: url(images/flag_chi.png) no-repeat;
}

.flag-ita {
	background: url(images/flag_ita.png) no-repeat;
}

.flag-por {
	background: url(images/flag_por.png) no-repeat;
}

.flag-jpn {
	background: url(images/flag_jpn.png) no-repeat;
}
/* */

#languageDiv {
	height: 24px;
	float: right;
	margin-top: 10px;
	text-align: right;
}

#language a,
#language a:link,
#language a:visited,
#language a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 3px 24px 0 36px;
}

#language a:hover {
	color: #ffad32;
}

#language li {
	height: 24px;
	list-style: none;
	float: left;
}


/* CONTENT (BELOW HEADER) ************************************ */

#content {
	width: 880px;
}

#contentIndex {
	height: 381px;
	width: 880px;
}

#contentRemarket {
	width: 880px;
}


 /* Start hide from IE-Mac \*/
* html #content {
   height: 1%;
}
/* End Hide from IE-Mac */

#news {
	float: left;
	width: 440px;
	height: 200px;
	z-index: 3000;
}

/* CSS PULLDOWN FOR TOP NAV */

#topNavDiv {
	background: url(images/nav_bg.gif) no-repeat;
	width: 880px;
	height: 30px;
	z-index:2000;
}

#topNav,
#topNav ul {
	padding: 0;
	margin-top: 0;
	list-style: none;
	line-height: 1;
	z-index: 1000;
}

/* First Level Nav */
#topNav ul a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

/* Side padding on top nav for each language */
#navChi ul a {
	font-size: 12px;
	padding: 9px 33px 9px 33px;
}

#navChi ul li ul li a {
	font-size: 13px;
	margin-left: 14px;
}

#navEng ul a {
	padding: 10px 19px 10px 19px;
}

#navFra ul a {
	font-size: 8px;
	padding: 10px 11px 10px 11px;
}

#navGer ul a {
	padding: 10px 6px 10px 6px;
}

#navIta ul a {
	padding: 10px 10px 10px 10px;
}

#navPor ul a {
	padding: 10px 12px 10px 12px;
}

#navSpa ul a {
	padding: 10px 6px 10px 6px;
}

/* */

#topNav ul li a:hover {
	background: url(images/nav_on_bg.gif) repeat-x;
	color: #ffad32;
}

#topNav a {
	text-decoration: none;
	display: block;
}

#topNav a:hover {
	color: #000000;
}

#topNav li {
	color: #ffffff;
	float: left;
}

/* Second level menu */

#topNav li ul {
	background-color: #464647;
	position: absolute;
	width: 205px;
	left: -999em;
	z-index: 1500;
}

#topNav li ul a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 7px 0 7px 18px;
}

#topNav li ul a:hover {
	background: url(images/dot.gif);
	color: #999999;
}

#topNav li li {
	background: url(images/menu_bg.jpg) no-repeat;
	border: #bebebe solid 1px;
	width: 205px;
	margin-top: -1px;
}

/*BELOW IS TO FIX IE7 STICKY DROP DOWN PROBLEM */
#topNav li:hover, #topNav li.hover {
	position: static;
}
/* */

#topNav li:hover ul,
#topNav li li:hover ul,
#topNav li.sfhover ul,
#topNav li li.sfhover ul {
	left: auto;
}

#topNav img {
 	float: right;
	padding-top: 1px;
	padding-right: 5px;
}

.navOn {
	background: url(images/nav_selected_bg.gif) repeat-x;
	height: 30px;
}


/* 3 EQUAL EXTENDING COLUMNS */

div#column2 {
    margin: 0;
    padding: 0;
    background-image: url(images/right_col_bg.gif);
    background-position: right;
    background-repeat: repeat-y;
    width: 100%;
}
div#column1 {

    margin: 0;
    padding: 0;
    background-image: url(images/main_bg.gif);
    background-repeat: repeat-y;
	border-right: #FFFFFF  solid 1px;
    width: 879px;;
    
}

.clear {
    background-image: url(images/3col_bg.gif);
		background-repeat: no-repeat;
    clear: both;
    display: block;
    height: 37px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#hr {
	background-color: #ffffff;
	height: 1px;
	width: 290px;
	clear: both;
}


/* RIGHT COLUMN ************************************ */

#rightColumn {
	float: right;
	width: 290px;
}

* html #main-text { /* for ie/pc to reduce gap between tabs and main text */
	margin-top: -3px;
}

#quote {
	padding: 10px 10px 0 20px;
	width: 250px;
}

.quote {
	color: #ffffff;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

.quote-name {
	font-size: 10px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
}

.quote-title {
	font-size: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.quotemark {
	font-family: "Times New Roman", Times, serif;
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
}

/* LEFT COLUMN ************************************ */

#leftColumn {
	background: url(images/dot_white.gif) repeat-x;
	float: left;
	width: 180px;
}

* html #leftColumn {
	margin-right: -3px;
}

#leftColumn li {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	list-style: none;
	margin-bottom: 10px;
}

#leftColumn a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

#leftColumn a:hover {
	color: #3399CC;
	text-decoration: none;
}

#leftColumn ul {
	margin-top: 35px;
}

#promo {
	width: 180px;
	text-align: center;
}

/* MAIN COLUMN ************************************ */

#mainColumn {
	font-size: 1.1em;
	background-image: url(images/mid_col_bg.gif);
	background-repeat: repeat-y;
	width: 408px;
	margin-left: 180px;
	z-index: 0;
}

#mainRemarket {
	background-color: #ffffff;
	width: 880px;
	z-index: 0;
	padding: 40px;
}

#mainColumn a {
	color: #ce6600;
	text-decoration: none;
}

#mainColumn a:hover {
	color: #000000;
}

* html #mainColumn {
	background-color: #ffffff;
	width: 400px;
	margin-left: 180px;
	z-index: 0;
}

#mainColumn h1 {
	color: #e88300;
	font-size: 1.8em;
	font-weight: bold;
	padding: 30px 20px 15px 20px;;
}

#mainColumn h2 {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	padding: 15px 20px 0 20px;;
}

#mainColumn h3 {
	color: #4f90d3;
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px 20px 0 20px;;
}

#mainColumn li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: .3em .7em;
	color: #2c2c2c;
	font-size: 1.2em;
	padding : 0.2em 1em;
	line-height: 16px;
}

#mainColumn ul {
	list-style-type: none;
	margin-left: 36px;
	margin-top: 10px;
}

#mainColumn p {
	color: #2c2c2c;
	font-size: 1.1em;
	margin: 10px 20px 0px 20px;
	line-height: 1.6em;
}

.envelope img {
	margin-top: 3px;
}

/* INDEX COLUMN ************************************ */

#indexBottom {
	background: url(images/news_bot.gif) no-repeat;
	clear: both;
	width: 880px;
	height: 16px;
}

#indexColumn {
	width: 880px;
	height: 367px;
	z-index: 0;
}

.news {
	color: #ffffff;
}

.news a {
	color: #ffb400;
	text-decoration: none;
}

.news a:hover {
	text-decoration: underline;
}

#newspage h1 {
	color: #777777;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: -30px;
	margin-bottom: -24px;
}

#newspage h2 {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}


/* FOOTER ************************************ */

#footer {
	clear: both;
	color: #ffffff;
	text-align: center;
	padding: 30px 0;
	width: 880px;
}

#footer p {
	font-size: 1em;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #bc620a;
}


/* REMARKET ************************************ */

#reFooter {
	color: #ffffff;
	text-align: center;
	width: 880px;
}

#reFooter p {
	font-size: 1em;
}

#reFooter a,
#reFooter a:link,
#reFooter a:visited,
#reFooter a:active {
	color: #ffffff;
	text-decoration: none;
}

#reFooter a:hover {
	color: #bc620a;
}

#reLogin h1 {
	color: #ffffff;
	font-size: 2em;
}

#reLogin p {
	font-size: 1.2em;
}

#reMarketBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#reMarketBody h1 {
	color: #12538a;
	font-size: 1.6em;
	padding: 20px 0 10px 20px;
}

#reMarketBody p {
	padding: 0 20px 10px 20px;
}

#reMarketBody td {
	padding: 5px 0px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#reMarketBody td a{
	font-family: Arial, Helvetica, sans-serif;
}

#reMarketProduct td {
	margin: 0;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

#reMarketProduct td a{
	font-family: Arial, Helvetica, sans-serif;
}

#reTopNav {
	background: url(images/nav_bg.gif) no-repeat;
	height: 30px;
}

#reSideNav a,
#reSideNav a:link,
#reSideNav a:visited,
#reSideNav a:active {
	background-color: #12538a;
	color: #ffffff;
	text-decoration: none;
}

#reSideNav li {
	font-size: 1.2em;
	list-style: none;
	margin: 10px 0;
}

#reSideNav ul {
	margin-top: 20px;
	margin-left: 20px;
}

#reSideNav p {
	color: #ffffff;
}

#reTopNav p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 0 20px;
}

#reTopNav a,
#reTopNav a:link,
#reTopNav a:visited,
#reTopNav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
}

#reTopNav a:hover {
	color: #bc620a;
}

.redalert {
	color: #ff0000;
}

#newsletter {
	margin-right: 10px;
	text-align: right;
}