@charset "UTF-8";

/******** 全体的なルール ********/
* {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a, a:link {
	background-color: transparent;
	color: #0000ff;
}
a:visited {
	background-color: transparent;
	color: #6600ff;
}
a:hover {
	background-color: transparent;
	color: #ff0000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
strong {
	font-weight: bold;
}

/******** 全体で使うクラス ********/
.clear {
	clear: both;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.margin_bottom16 {
	margin-bottom: 16px;
}
.border_solid {
	border: 1px solid #000000;
	padding: 4px;
}
.border_double {
	border: 3px double #000000;
	padding: 4px;
}
.sub {
	font-size: 90%;
}
.strong {
	font-weight: bold;
}

/******** ベースとなる枠組み ********/
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}

div#header {
	width: 720px;
	height: 240px;
	overflow: hidden;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	background-color: #bcdffd;
	color: #000000;
	text-align: left;
}
body#index div#header {
	height: 438px;
}
div#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
body#index div#container {
	width: 720px;
}
div#container div#content {
/*	float: left;
	width: 600px;
	margin-top: 16px;
	margin-bottom: 16px;*/
}
div#footer {
	clear: both;
	width: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 16px;
	text-align: left;
}

/******** 二段組み ********/
div#container div.content_half_left {
	float: left;
	width: 348px;
}
div#container div.content_half_right {
	float: right;
	width: 348px;
}

/******** ヘッダ ********/
body#index div#header h1 {	
}
body#index div#header h1 a {
}
body#index div#header h1 a img {
}

div#header a {
}
div#header a img {
}

/******** グローバルナビゲーション ********/
ul#globalnav1 {
	width: 720px;
	height: 40px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: 1px solid #004593;
	border-right: 1px solid #004593;
	border-bottom: 0;
	border-left: 1px solid #004593;
	overflow: hidden;
}
ul#globalnav2 {
	width: 720px;
	height: 34px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	overflow: hidden;
}
ul#globalnav1 li {
	display: inline;
	overflow: hidden;
	float: left;
	width: 142px;
	height: 38px;
	border: 1px solid #000000;
	background-color: #bcdffd;
	color: #759a16;
	list-style-type: none;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
}
ul#globalnav2 li {
	display: inline;
	overflow: hidden;
	float: left;
	width: 118px;
	height: 32px;
	border: 1px solid #000000;
	background-color: #bcdffd;
	color: #759a16;
	list-style-type: none;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
}
ul#globalnav1 li a,
ul#globalnav2 li a {
	background-color: #bcdffd;
	color: #759a16;
	font-weight: bold;
}
ul#globalnav1 li a img {
}
ul#globalnav2 li a img {
}

/******** 見出しと段落 ********/
div#container h1 {
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	padding: 4px;
	border: 3px double #0054a6;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
div#container h2 {
	margin-top: 16px;
	margin-bottom: 12px;
	padding-bottom: 1px;
	padding-left: 8px;
	border-bottom: 1px solid #0054a6;
	border-left: 0.5em solid #0054a6;
	background-color: transparent;
	color: #0054a6;
	font-size: 100%;
	font-weight: bold;
}
div#container h3 {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 80%;
	fotn-weight: bold;
}
div#container p {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 80%;
	line-height: 1.5em;
	text-indent: 1em;
}
div#container p.indent0 {
	margin-bottom: 16px;
	font-size: 80%;
	line-height: 1.2em;
	text-indent: 0;
}
div#container p.margin0 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 80%;
	line-height: 1.2em;
	text-indent: 0;
}
div#container p.term,
div#container div.term {
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 4px;
	border: 3px double #0054a6;
	background-color: transparent;
	color: #ff0000;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
div#container div.term_left {
	width: 530px;
}
div#container div.term table {
	width: 320px;
	margin: 10px auto 0 auto;
	border: 0;
}
div#container div.term table tbody {
}
div#container div.term table tbody tr {
}
div#container div.term table tbody tr th,
div#container div.term table tbody tr td {
	border: 0;
	background-color: transparent;
	color: #ff0000;
	font-size: 105%;
	text-align: left;
}
div#container div.term table tbody tr th.term1 {
	width: 160px;
	font-weight: bold;
}
div#container div.term table tbody tr td.term2 {
	width: 80px;
}
div#container div.term table tbody tr td.term3 {
	width: 80px;
}
div#container div.term div.term2 {
	margin: 6px 4px 0 4px;
	background-color: transparent;
	color: #009900;
	font-size: 80%;
	text-align: left;
}
div#container div.term div.term2 strong {
	background-color: transparent;
	color: #009900;
	font-size: 110%;

}

div#container div.img_guiness {
	float: right;
	width: 160px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px 0;
	background-color: transparent;
	color: #ff0000;
	font-size: 110%;
	background-color: transparent;
	color: #009900;
	font-size: 80%;
}
div#container div.img_guiness img {
	margin-bottom: 4px;
	margin-left: 16px;
	border: 1px solid #333333;
}

div#container p.address {
	clear: both;
	padding: 4px;
	border: 3px double #000000;
	text-indent: 0;
}

div#container div.report_photo_left {
	float: left;
	width: 348px;
	text-align: center;
}
div#container div.report_photo_right {
	float: right;
	width: 348px;
	text-align: center;
}
div#container div.report_photo_left img,
div#container div.report_photo_right img {
}

/******** リスト ********/
div#container ul {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 80%;
	list-style: outside disc;
}
div#container ul.ws {
	margin-top: 0;
	margin-bottom: 16px;
}
div#container ul li {
	margin-left: 3.5em;
	padding-top: 2px;
	padding-left: 0em;
	list-style: outside disc;
}
div#container ul li.icon0 {
	margin-left: 1em;
	padding-top: 2px;
	padding-left: 0em;
	list-style: outside none none;
}
div#container ul li.icon1 {
	margin-left: 2.5em;
	padding-top: 2px;
	padding-left: 1em;
	list-style: outside disc url('http://www.jnne.org/gce2009/img/icon1.gif');
}
div#container ul li.icon2 {
	margin-left: 2.5em;
	padding-top: 2px;
	padding-left: 1em;
	list-style: outside disc url('http://www.jnne.org/gce2009/img/icon2.gif');
}
div#container ul li.icon3 {
	margin-left: 2.5em;
	padding-top: 2px;
	padding-left: 1em;
	list-style: outside disc url('http://www.jnne.org/gce2009/img/icon3.gif');
}
div#container ul li.dl2l {
	float: left;
	width: 160px;
	margin: 0 8px 8px 0;
	padding: 0;
	list-style: none none;
	text-align: center;
}
div#container ul li.dl2r {
	width: 160px;
	margin: 0 0 8px 168px;
	padding: 0;
	list-style: none none;
	text-align: center;
}
div#container ul li.dl1 {
	margin: 0 0 8px 23px;
	padding: 0;
	list-style: none none;
}
div#container ul li.dl2l img,
div#container ul li.dl2r img,
div#container ul li.dl1 img {
	border: 1px solid #000000;
}

div#container ul li.line2_113 {
	clear: both;
	height: 76px;
	padding-top: 44px;
}
div#container ul li.line2_113 img {
	float: left;
	margin-right: 4px;
	margin-top: -44px;
	border: 1px solid #000000;
}
div#container ul li.line2_160 {
	clear: both;
	height: 88px;
	padding-top: 76px;
}
div#container ul li.line2_160 img {
	float: left;
	margin-right: 4px;
	margin-top: -76px;
	border: 1px solid #000000;
}
div#container ul li a {
}
div#container ol {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 80%;
	list-style: decimal outside;
}
div#container ol li {
	margin-left: 3.5em;
	padding-top: 2px;
	padding-left: 0em;
	list-style: decimal outside;
}
div#container ol li a {
}
div#container dl {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 80%;
}
div#container dl.partner dt {
	clear: left;
	float: left;
	width: 70px;
	font-weight: bold;
	margin-bottom: 8px;
}
div#container dl.office dt {
	clear: left;
	float: left;
	width: 70px;
	font-weight: bold;
	margin-bottom: 8px;
}
div#container dl.partner dd {
	margin-left: 80px;
	width: 630px;
	margin-bottom: 8px;
	line-height: 1.5em;
}
div#container dl.office dd {
	margin-left: 80px;
	width: 590px;
	margin-bottom: 8px;
}
div#container dl.qanda {
	margin-bottom: 16px;
	margin-left: 4px;
}
div#container dl.qanda dt {
	margin-top: 16px;
	margin-bottom: 4px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 28px;
	background: url('http://www.jnne.org/gce2009/img/faq_q.gif') no-repeat left top;
	font-weight: bold;
}
div#container dl.qanda dd {
	margin-top: 4px;
	margin-bottom: 16px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 28px;
	background: url('http://www.jnne.org/gce2009/img/faq_a.gif') no-repeat left top;
	line-height: 1.3em;
}
div#container dl.qanda dd ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
div#container dl.qanda dd ul li {
	margin: 0;
	padding-top: 0;
	list-style: inside disc;
}
div#container dl.qanda dd ul.nobull li {
	list-style: outside none;
}
div#container dl dd strong {
}
div#container dl dd strong a {
	font-weight: bold;
}

/******** 表組み ********/
div#container table {
	margin-top: 16px;
	margin-bottom: 16px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000000;
	border-spacing: 0;
	empty-cells: show;
	font-size: 80%;
}
div#container table.literacy {
	margin: 0;
}
div#container table caption {
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}
div#container table thead {
}
div#container table thead tr {
}
div#container table thead tr th {
	padding: 2px;
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
}
div#container table tbody {
}
div#container table tbody tr {
}
div#container table tbody tr td {
	padding: 2px;
	border: 1px solid #000000;
}
div#container table.literacy tbody tr td {
	width: 25%;
	vertical-align: top;
}
div#container table tbody tr td.icon1 {
	padding-left: 24px;
	background: url('http://www.jnne.org/gce2009/img/icon1.gif') no-repeat left center;
}
div#container table tbody tr td.icon2 {
	padding-left: 24px;
	background: url('http://www.jnne.org/gce2009/img/icon2.gif') no-repeat left center;
}
div#container table tbody tr td.icon3 {
	padding-left: 24px;
	background: url('http://www.jnne.org/gce2009/img/icon3.gif') no-repeat left center;
}

div#container table tbody tr dl {
	margin: 0;
	font-size: 1em;
}
div#container table tbody tr dl dt {
	float: left;
	width: 60%;
}
div#container table tbody tr dl dd {
	text-align: right;
}

/******** フッター ********/
div#footer address {
}
div#footer address img {
}
div#footer div.copyright {
	font-size: 60%;
	text-align: right;
}
div#footer div.copyright a {
}

