
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

form {
	margin:0px;
	padding:0px;
}

th { text-align:right; }

ul, ol {
	margin:0px;
	padding:0px 0px 10px 20px;
}

p {
	margin:0px;
	padding:0px 0px 10px 0px;
}

.orangetext { color:#A35612; }

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px 0px 10px 0px;
	color:#A35612;
}

h1 { font-size:130%; }

h2 { font-size:125%; }

h3 { font-size:120%; }

h4 { font-size:115%; }

h5 { font-size:110%; }

h6 {
	font-size:105%;
	color:#666;
}

a { color:#EF7F1B; }

img { border:none; }

.maintable { margin:auto; }

.lang {
	text-align:right;
	position:absolute;
	top:70px;
	margin-left:800px;
}

.lang a { text-decoration:none; }

#logo {
	float:left;
	width:214px;
}

.globalcontent {
	float:left;
	width:655px;
	margin:140px 0px 0px 50px;
}

.globalcontent span { padding:0px 15px 0px 0px; }

/* top nav items */
.navtop {
	/* recommended styles */
	list-style: none;
	margin: 0;
	padding: 0;
	float: left; /* maker :m1: *//* width: 100%;  == Use this line to make the navtop <ul> span the entire width *//* add custom styles here */
}

.navtop li {
	/* recommended styles */
	float: left;
	background:url(../cmsimages/circleempty.jpg) left center no-repeat;/* add custom styles here */
}

.navtop li a {
	/* recommended styles */

	/* add custom styles here */
	color: #646464;
	display: block;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	font-size:14px;
	white-space:nowrap;
}

.navtop li.last a { }

.navtop li:hover, .navtop li.selected { background:url(../cmsimages/circlefull.jpg) left center no-repeat; }

.navtop li a:hover, .navtop li.selected a { /* recommended styles */ /* add custom styles here */ color:#AB5502; }

/* dropdown nav items */
.navtop li ul {
	/* recommended styles */
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	/* add custom styles here */
	margin-left: -1px;
	background-color: #070707;
	z-index:99;
	padding-top:9px;
}

.navtop li:hover ul, .navtop li.hover ul { /* recommended styles */ display: block; }

/* needed for safari if drop down is going over flash
 * without this, the drop down flickers or even becomes invisible
 * when you mouse over it.
 * This is a hack that causes safari to redraw the drop down nav on top of the flash
 */
.navtop li:hover ul.redraw, .navtop li.hover ul.redraw { /* recommended styles */ }

.navtop li ul li {
	/* recommended styles */
	float: none;
	position: relative;
	/* add custom styles here */
	background:url(../cmsimages/arrow.jpg) no-repeat 10px 10px;
	border-left:1px solid #4A3719;
	border-right:1px solid #4A3719;
}

.navtop li ul li a {
	border-right:0px;
	padding:5px;
	font-family:Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	text-transform:capitalize;
}

.navtop li ul li.first { border-top:1px solid #4A3719; }

.navtop li ul li.last { padding-bottom:5px; }

.navtop li ul li a {
	padding-left:25px;
	padding-right:20px;
	color:#EEE;
}

.navtop li ul li a:hover {
	padding-left:25px;
	padding-right:20px;
	color:#850A03;
}

.content {
	float:left;
	width:246px;
	margin:0px 19px 0px 0px;
	text-align:justify;
}

.content_2 {
	float:right;
	width:670px;
	margin:0px 0px 0px 0px;
	text-align:justify;
}

.content_3 { margin:0px 0px 10px 0px; }

#footer {
	font-size:10px;
	color:#999;
}

#footer a {
	color:#999;
	text-decoration:none;
}

.globalcontent_2 {
	float:left;
	width:320px;
	margin:20px 0px 0px 0px;
}

.globalcontent_3 {
	float:right;
	width:610px;
	margin:20px 0px 0px 0px;
}
.mainTitle {
    text-align: center;
    font-size: 20px;
}

/* Japanese Nav igation */

/* top nav items */
.navtopjp {
	/* recommended styles */
	list-style: none;
	margin: 0;
	padding: 0;
	float: left; /* maker :m1: *//* width: 100%;  == Use this line to make the navtop <ul> span the entire width *//* add custom styles here */
}

.navtopjp li {
	/* recommended styles */
	float: left;
	background:url(../cmsimages/circleempty.jpg) left center no-repeat;/* add custom styles here */
}

.navtopjp li a {
	/* recommended styles */

	/* add custom styles here */
	color: #646464;
	display: block;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	font-size:14px;
	white-space:nowrap;
}

.navtopjp li.last a { }

.navtopjp li:hover, .navtopjp li.selected { background:url(../cmsimages/circlefull.jpg) left center no-repeat; }

.navtopjp li a:hover, .navtopjp li.selected a { /* recommended styles */ /* add custom styles here */ color:#AB5502; }

/* dropdown nav items */
.navtopjp li ul {
	/* recommended styles */
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	/* add custom styles here */
	margin-left: -1px;
	background-color: #070707;
	z-index:99;
	padding-top:9px;
}

.navtopjp li:hover ul, .navtopjp li.hover ul { /* recommended styles */ display: block; }

/* needed for safari if drop down is going over flash
 * without this, the drop down flickers or even becomes invisible
 * when you mouse over it.
 * This is a hack that causes safari to redraw the drop down nav on top of the flash
 */
.navtopjp li:hover ul.redraw, .navtopjp li.hover ul.redraw { /* recommended styles */ }

.navtopjp li ul li {
	/* recommended styles */
	float: none;
	position: relative;
	/* add custom styles here */
	background:url(../cmsimages/arrow.jpg) no-repeat 10px 10px;
	border-left:1px solid #4A3719;
	border-right:1px solid #4A3719;
}

.navtopjp li ul li a {
	border-right:0px;
	padding:5px;
	font-family:Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	text-transform:capitalize;
}

.navtopjp li ul li.first { border-top:1px solid #4A3719; }

.navtopjp li ul li.last { padding-bottom:5px; }

.navtopjp li ul li a {
	padding-left:25px;
	padding-right:20px;
	color:#EEE;
}

.navtopjp li ul li a:hover {
	padding-left:25px;
	padding-right:20px;
	color:#850A03;
}
