@charset "shift_jis";
/* CSS Document */
html, body {
	margin: 0px;
}
body, td, p {
	font-family: Arial, "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 14px;
}
h1, h2, h3, h4 {
	margin: 0px;
}
h4 {
	font-size: 1.1em;
}
img {
	border: none;
}
ul {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	color: #D5D5D5;
}

a {
	color: #ffffff;
}

td {
vertical-align:top;
}

#tablecontens {
	margin: 0px;
	padding: 0px;
	color: #D5D5D5;
}

#tableMain {
	width: 828px;
	margin: auto;
	border: 3px #000016 solid;
}

#pageHeader {
	background: url(../images/layout/header_bg.gif) no-repeat #000016;
	height: 84px;
	vertical-align: top;
}
#pageHeader img#jnbLogo {
	margin-left: 16px;
}
#langSelect, #langSelect a {
	color: #c0d3e0;
	font-size: 11px;
	font-weight: bold;
}
#langSelect {
	float: right;
	margin: 62px 38px auto auto;
	_margin: 62px 18px auto auto;
}
#langSelect a {
	text-decoration: none;
}
#pageNavigation {
	background-color: #182246;
	padding-top: 5px;
	text-align: center;
}
#pageContent {
	background: url(../images/layout/content_bg.gif) repeat-y bottom;
}
#pageFooter {
	background: url(../images/layout/footer_bg.gif) no-repeat;
	height: 91px;
	text-align: center;
	color: #3c4262;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


/* CONTENT */
#contentWrapper {
	width: 760px;
	margin: 40px auto;
}


/* MISCELLANEOUS */
.clearBoth {
	clear: both;
}

#secHead {
	width: 284px;
	padding: 10px 13px 5px 23px;
	background: url(../images/index_h_bg.gif) no-repeat;
	margin-bottom: 20px;
	color: #F1E1BA;
}

#secHead2 {
	width: 284px;
	padding: 5px 13px 5px 23px;
	background: url(../images/index_h_bg2.gif) no-repeat;
	margin-bottom: 20px;
	color: #F1E1BA;
}

