@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../image/body_back.gif);
	background-repeat: repeat-x;
	letter-spacing: 0.1em;
	font-size: 62.5%; /* IE */
	font-weight: normal;
	color: #2D383C;
}
html>/**/body
{
    font-size: 10px; /* Except IE */
}
a {
	color: #69889C;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
	left: 1px;
	top: 1px;
	position: relative;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-collapse:collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	}
th,  td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 5px;
	font-size: 1.4em;
	text-align: left;
	vertical-align: top;
	}
iframe, frame {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgcenter {
	display:block;
	margin-right: auto;
	margin-left: auto;
}
.imgright {
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#wrapper {
	width: 942px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

/* header */
#header {
	height: 90px;
	position: relative;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 942px;
}
#header h1 {
	display: none;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #lang_link {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 840px;
	width: 100px;
}
#header #lang_link p  {
	font-size: 1.4em;
	line-height: 2;
	height: 28px;
	width: 80px;
	background-color: #0066FF;
	float: left;
	margin-right: 10px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
#header #lang_link p a {
	display: block;
	color: #FFFFFF;
	background-color: #0066FF;
}
#header #lang_link p a:link, #header #lang_link p a:visited {
	text-decoration: none;
	background-color: #0066FF;
}
#header #lang_link p a:hover {
	text-decoration: none;
	background-color: #000099;
}
#top #header {
	height: 150px;
	background-repeat: no-repeat;
	background-image: url(../image/header_back.gif);
	position: relative;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#top #header #serch {
	width: 250px;
	position: absolute;
	left: 690px;
	top: 50px;
}
#top #header #serch p {
	color: #333333;
	font-size: 1em;
	margin-bottom: 5px;
	letter-spacing: 0em;
}
#top #header #serch form {
	font-size: 1.2em;
}
#top #header ul.topic {
	list-style-type: none;
	position: absolute;
	top: 110px;
	height: 30px;
	padding-left: 30px;
	font-size: 1.3em;
	line-height: 2;
	overflow: hidden;
	color: #000033;
	width: 900px;
	font-weight: bold;
}
#top #header ul.topic a {
	color: #000033;
}

/* navi */
#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height: 2em;
}
#nav {
	height: 24px;
	overflow: visible;
	font-size: 1.3em;
	letter-spacing: 0em;
	z-index: 1;
	background-color: #333333;
}

#nav a {
	display:block;
	color:#fff;
	text-decoration:none;
	background-color:#333;
	width: 155px;
	text-align: center;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #666666;
}
#nav a.navtop {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
#nav .navend {
	border-right-color: #333333;
}

#nav a:hover{
background-color:#fff;
color:#333;
}

#nav li {
float:left;
position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:2em;
}

#nav li ul a{
	width:153px;
	height:auto;
	float:left;
	font-size: 0.8em;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	overflow: hidden;
}

#nav ul ul{
	top:auto;
	margin: 0px;
	padding: 0px;
}	

#nav li ul ul {
	left:157px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

/* text */
.px7 {
	font-size: 7px;
	letter-spacing: 0em;
	font-weight: normal;
}
.px8 {
	font-size: 8px;
	letter-spacing: 0em;
	font-weight: normal;
}
.px9 {
	font-size: 9px;
	letter-spacing: 0em;
	font-weight: normal;
}
.px10 {
	letter-spacing: 0em;
	font-size: 10px;
	font-weight: normal;
}
.px10_orange {
	letter-spacing: 0em;
	font-size: 10px;
	font-weight: normal;
	color: #FF3300;
}
.px11 {
	letter-spacing: 0em;
	font-size: 11px;
	font-weight: normal;
}
.px12 {
	letter-spacing: 0em;
	font-size: 12px;
	font-weight: normal;
}
.px13 {
	letter-spacing: 0em;
	font-size: 13px;
	font-weight: normal;
}
.px14 {
	letter-spacing: 0em;
	font-size: 14px;
	font-weight: normal;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
	text-indent: 0px;
}
.textcenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.textcenter_orange {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FF3300;
}
.orangebold {
	font-weight: bold;
	color: #FF3300;
}

/* top ,main */
#top #main {
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#top #main a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top #main p.past_right {
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: 1.2em;
	letter-spacing: 0em;
	float: right;
}
#top #main dl {
	height: 400px;
	overflow: auto;
	clear: both;
}
#top #main dt {
	padding-right: 10px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5;
}
#top #main dt.study {
	background-image: url(../image/btn_study.gif);
	background-repeat: no-repeat;
	background-position: 90px center;
}
#top #main dt.notice {
	background-image: url(../image/btn_notice.gif);
	background-repeat: no-repeat;
	background-position: 90px center;
}
#top #main dd {
	padding-right: 10px;
	padding-left: 25px;
	padding-bottom: 15px;
	font-size: 1.3em;
	line-height: 1.3;
}
#top #main #fla {
	width: 942px;
	height: 160px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	float: left;
	font-size: 1em;
}
#top #main #fla #fla1 {
	float: left;
	width: 360px;
	height: 160px;
}
#top #main #fla #fla2 {
	float: left;
	width: 582px;
	height: 160px;
}
#top #main #info {
	width: 470px;
	height: 450px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	background-image: url(../image/jiffa_notice_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	overflow: hidden;
}
#top #main #news {
	width: 471px;
	height: 450px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/jiffa_news_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
#top  #main .sironuki {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF0000;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}

/* footer */
#footer {
	clear: both;
	height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
#footer li {
	display: inline;
	padding-right: 15px;
	font-size: 1.3em;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#footer li.last {
	border-right-style: none;
	padding-right: 0px;
}
#footer address {
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	margin-top: 15px;
}



/* ---------------------- subpage ---------------------- */
#content {
	background-image: url(../image/basic_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	z-index: 2;
}

/* sidebar */
#sidebar {
	width: 215px;
	float: left;
	position: relative;
}
#sidebar h2 {
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 20px;
	padding-left: 20px;
}
#sidebar ul {
	top: 233px;
	position: absolute;
	list-style-type: none;
	left: 15px;
}
#sidebar ul li {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0em;
	padding: 0px;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#sidebar ul li.nolink {
	padding-left: 10px;
	color: #2D383C;
}
#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #5A77A5;
	text-decoration: none;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5A77A5;
}
#sidebar ul li a:hover, #sidebar ul li a:active {
	color: #FF6600;
	text-decoration: none;
	border-left-color: #FF6600;
}

/* pagebody */
#pagebody {
	width: 670px;
	float: right;
	padding: 20px;
}
#pagebody #pdflink  {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#pagebody #pdflink p {
	font-size: 12px;
	text-indent: 0px;
}
#pagebody ul#pan, #inner ul#pan {
	text-align: right;
	margin-top: 40px;
	clear: both;
}
#pagebody  ul#pan li, #inner ul#pan li {
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
	font-size: 1.2em;
	color: #000033;
}
#pagebody strong {
	font-weight: bold;
}
#pagebody h3 {
	margin-bottom: 10px;
	font-size: 1.7em;
	color: #FFFFFF;
	background-image: url(../image/h3_back.gif);
	background-repeat: repeat-x;
	line-height: 2.55;
	background-position: center;
	padding-left: 20px;
}
#pagebody p {
	font-size: 1.4em;
	line-height: 1.6;
	text-indent: 1em;
	margin-bottom: 1.5em;
}

/* pagebody outline */
#outline #sidebar  {
	background-image: url(../outline/image/sidebar_outline.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 220px;
}
#outline #pagebody ul.zigyo {
	margin-bottom: 180px;
}
#outline  #pagebody ul.zigyo li  {
	font-size: 1.5em;
	margin-left: 40px;
	list-style-type: square;
	line-height: 2;
	font-weight: bold;
}
#outline table#history, #outline table#disclosure, #outline table#address {
	width: 600px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}
#outline table#history th {
	color: #FFFFFF;
	background-color: #5889B1;
	white-space:nowrap;
}
#outline table#oganization  {
	width: 600px;
	margin-top: 10px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
#outline table#oganization th {
	color: #000066;
	background-color: #F3F3D3;
	white-space:nowrap;
	text-align: right;
}
#outline #sched1, #outline #sched2 {
	width: 320px;
	float: left;
	margin-left: 8px;
	margin-right: 6px;
}
* html #outline #sched1, * html #outline #sched2 {
	margin-left: 4px;
}
#outline #sched1 table, #outline #sched2 table {
	width:320px;
}
#outline #sched1 table td, #outline #sched2 table td, #outline #sched1 table th, #outline #sched2 table th {
	padding:2px;
}
#outline #sched1 table th {
	color: #003399;
	background-color: #99BBFF;
}
#outline #sched1 table th.committee {
	width: 200px;
}
#outline #sched2 table th {
	color: #FF6600;
	background-color: #FFDDBB;
}
#outline #sched2 table td.sub {
	background-color: #DDDDDD;
}
#outline table#disclosure th {
	color: #FFFFFF;
	background-color: #5889B1;
	vertical-align: middle;
}
#outline table#disclosure td {
	vertical-align: middle;
	font-size:1.2em;
}
#outline table#address th {
	text-align: center;
	color: #FFFFFF;
	background-color: #3366CC;
}
#outline table#address td {
	text-align: center;
}
#outline #map {
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
	margin-right: auto;
}
#outline #map small {
	font-size: 12px;
}

/* pagebody seminar */
#seminar #sidebar  {
	background-image: url(../seminar/image/sidebar_seminar.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 220px;
}

#seminar #maintext {
	width: 320px;
	padding-left: 10px;
	float: left;
	padding-right: 10px;
	position: relative;
}
#seminar #maintext h4 {
	font-size: 1.6em;
	color: #FF6600;
}
#seminar #subtext {
	width: 310px;
	padding-left: 10px;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
#seminar #subtext th.orange  {
	color: #FF6600;
	background-color: #FFDDBB;
}
#seminar #subtext td.orangegary {
	background-color: #EBD8C6;
}
#documents #sidebar {
	height: 220px;
	background-image: url(../documents/image/sidebar_documents.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#documents table#bl, #documents table#bl  td, #documents table#bl th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#documents #docflash {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#documents p.explain {
	font-size: 1.1em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#statement #sidebar {
	height: 220px;
	background-image: url(../statement/image/sidebar_statement.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#statement #pagebody table, table#statistics {
	width: 600px;
	margin-left: auto;
	border-top-style: none;
	border-left-style: none;
	text-align: center;
	margin-right: auto;
}
#statement #pagebody table th, #statement #pagebody table td, table#statistics th, table#statistics td {
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: solid;
	border-top-color: #006600;
	border-top-width: 1px;
}
#statement #pagebody table th, table#statistics th {
	font-weight: bold;
	color: #006600;
}
#statement #pagebody table .px12grey {
	font-size: 12px;
	color: #2D383C;
	font-weight: normal;
	letter-spacing: 0em;
}
#statement #pagebody table .noborder {
	border-top-style: none;
}
#statement  #accordion_wrapper  {
	min-height:300px;
}
#statement #accordion {
	width: 640px;
	padding: 0px;
	border-bottom: solid 1px #c4c4c4;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#statement #accordion h4 {
	margin: 0px;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	background-color: #8BC2FF;
	background-image: url(../statement/image/arrow-square_l.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	line-height: 1.6;
	letter-spacing: 0em;
}
#statement #accordion h4:hover {
	background-color: #A9D1FF;
}
#statement #accordion h4.active {
	background-position: right 10px;
	position: static;
	background-image: url(../statement/image/arrow-square_h.gif);
}
#statement #accordion p {
	background: #f7f7f7;
	margin: 0px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
	text-indent: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size: 13px;
	letter-spacing: 0em;
}
#statement #accordion p strong {
	font-weight: bolder;
	color: #0066FF;
	font-size: 14px;
}

#publication #sidebar {
	height: 220px;
	background-image: url(../publication/image/sidebar_publication.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#publication h4 {
	font-size: 1.5em;
	margin-bottom: 15px;
}
#publication h4 span {
	color: #1F3F7E;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #1E3C79;
	border-left-color: #1E3C79;
	padding-left: 8px;
	padding-bottom: 4px;
}
#publication  h5 {
	font-size: 1.3em;
	margin-top: 20px;
	margin-left: 15px;
	clear: both;
}
#publication .backnumber {
	border: 1px solid #2B56AB;
	clear: both;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	float: right;
	margin-bottom: 20px;
	overflow: hidden;
}
#publication .backnumber table, #publication .backnumber table td, #publication .backnumber table th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#publication .backnumber table th {
	padding: 2px;
	text-align: right;
	white-space:nowrap;
}
#publication .backnumber table td {
	padding: 2px;
}
#publication .backnumber ul {
	list-style-type: circle;
	margin-left: 20px;
}
#publication table.article1 {
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3366CC;
	text-align: center;
}
#publication table.article2 {
	float: left;
	width: 305px;
	margin-right: 10px;
	margin-left: 5px;
	border: 1px solid #3366CC;
}
#publication table.article2 th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3366CC;
	text-align: center;
}
#publication table.article2 td {
	padding-right: 10px;
	padding-left: 10px;
}
#publication table.article2 td.topline {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #3366CC;
}
#publication  #purchase h4 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003366;
	margin-left: 15px;
	padding-left: 10px;
	color: #003366;
	margin-bottom: 5px;
}
#publication #purchase li {
	margin-left: 50px;
	font-size: 1.4em;
	margin-bottom: 6px;
}
#publication #purchase li li {
	font-size: 1em;
	list-style-type: decimal;
	margin-bottom: 2px;
}
#publication table#book {
	width: 600px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
#publication table#book th {
	color: #FFFFFF;
	background-color: #003366;
	text-align: center;
	vertical-align: middle;
}
#publication  table#book tr {
	background-color: #E4E4E4;
}
#publication  table#book tr.odd {
	background-color: #F3F3F3;
}
#others  #sidebar   {
	height: 220px;
	background-image: url(../others/image/sidebar_others.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#others .linklist {
	margin-bottom: 30px;
}
#others  .linklist li {
	font-size: 1.6em;
	margin-left: 70px;
	list-style-type: circle;
}
#others h4 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 10px;
}
#others p.notice {
	font-size: 1.2em;
	line-height: 1.5em;
	text-indent: -1em;
	padding-left: 2em;
	padding-right: 2em;
}
#member #sidebar {
	height: 220px;
	background-image: url(../member/image/sidebar_membar.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#member table#aiueo {
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
* html #member table#aiueo { /*IE6*/
	margin-left: 15px;
}

#member table#aiueo caption {
	font-size: 12px;
	line-height: 2;
}
#member table#aiueo td, #member table#changes td {
	padding: 0px;
}
#member table#aiueo td a, #member table#changes td a {
	display: block;
	padding: 2px;
}
#member table#aiueo td a:hover, #member table#changes td a:hover {
	text-decoration: none;
	display: block;
	padding: 2px;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
#member table#aiueo td a:active, #member table#changes td a:active {
	color: #FF6600;
	background-color: #666666;
}

#member table#number {
	text-align: center;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#member table#number th {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#member table#number td {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#member table#number td p {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	text-indent: 0px;
}
#member table#number td li {
	margin-left: 20px;
	font-size: 13px;
	line-height: 1.5;
}
#member #memberlist {
	width: 640px;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	overflow: auto;
	margin-bottom: 20px;
}
#member #memberlist table {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#member #memberlist table th {
	font-size: 1.2em;
	white-space:nowrap;
	color: #FFFFFF;
	background-color: #7190B6;
	text-align: center;
	vertical-align: middle;
}
#member #memberlist table td {
	font-size: 1.2em;
}
#member  #memberlist table td img  {
	margin-top: 10px;
	margin-left: 10px;
}
#member table#changes {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#member #memberlist table.date th {
	font-size: 1.2em;
	white-space:nowrap;
	color: #FFFFFF;
	background-color: #7190B6;
	text-align: left;
	vertical-align: top;
}
#member #memberlist table th.listgray, #member #memberlist table#date th.listgray {
	font-size: 1.3em;
	color: #FFFFFF;
	background-color: #666666;
	text-align: left;
}
#member #memberlist table th.listgray a, #member #memberlist table#date th.listgray a {
	color: #FFFFFF;
}
#member #memberlist table th.listgray a:hover, #member #regular table th.listgray a:active,
#member #memberlist table#date th.listgray a:hover, #member #memberlist table#date th.listgray a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#member  #memberlist table.date {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#member #memberlist table.date td {
	width: 40%;
}
#member  #memberlist  table.date .modifylist th  {
	background-color: #B9B9B9;
	text-align: center;
}
#info #container, #news #container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#info #top {
	background-image: url(../notice/image/top_notice.gif);
	background-repeat: no-repeat;
	height: 80px;
	position: relative;
}
#info #top h1, #news #top h1 {
	text-indent: -9999px;
}
#info #top h2 {
	text-align: right;
	font-size: 1.4em;
	color: #333333;
	position: absolute;
	top: 30px;
	left: 550px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0em;
}
#info #maincontent, #news #maincontent {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#info #maincontent p, #news #maincontent p {
	font-size: 1.4em;
	text-indent: 1em;
	margin-bottom: 1em;
}
#info #maincontent ul {
	margin-bottom: 20px;
}
#info #maincontent li {
	font-size: 1.4em;
	margin-left: 20px;
	letter-spacing: 0em;
}
#info #maincontent h3 {
	font-size: 1.6em;
	color: #2C78A3;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
#info #maincontent h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #2C78A3;
	margin-top: 30px;
}
#info #maincontent table {
	width: 95%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #FF6600;
	border-left-color: #FF6600;
}
#info #maincontent table th, #info #maincontent table td {
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
}
#info #maincontent table th {
	color: #FFFFFF;
	background-color: #FF9966;
	white-space:nowrap;
}
#info #maincontent table th.lightorange {
	background-color: #FFB495;
}
#info #maincontent table span.application {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
}
#info #maincontent table span.application a {
	height: 30px;
	width: 220px;
	background-image: url(../notice/image/btn_application.gif);
	background-repeat: no-repeat;
	display: block;
	overflow: visible;
}
#info #maincontent table span.application a:hover {
	background-image: url(../notice/image/btn_ov_application.gif);
}
#info #maincontent table ul {
	margin: 0px;
}
#info #maincontent table li {
	margin-left: 20px;
	font-size: 1em;
	padding-left: 0px;
}
#info #bottom {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}
#info #bottom p, #news #bottom p {
	text-align: right;
	margin-bottom: 20px;
	margin-top: 5px;
}
#news #top {
	background-image: url(../news/image/top_news.gif);
	background-repeat: no-repeat;
	height: 80px;
	position: relative;
}
#news #top h2 {
	text-align: right;
	font-size: 1.4em;
	color: #333333;
	position: absolute;
	top: 50px;
	left: 550px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0em;
}
#news #maincontent  h3 {
	font-size: 1.6em;
	color: #003399;
	margin-bottom: 20px;
	margin-top: 10px;
	text-indent: 0px;
}
#news #maincontent h4 {
	font-size: 1.4em;
	margin-top: 30px;
	text-indent: 0px;
	font-weight: bold;
}
#news #maincontent ul, #news #maincontent ol {
	margin-bottom: 1.5em;
	margin-left: 20px;
}
#news #maincontent li {
	font-size: 14px;
	margin-left: 1.4em;
	line-height: 1.6;
}
#news #maincontent .noindent, #info #maincontent .noindent {
	text-indent: 0px;
}
#news #bottom {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003399;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#archivenews #inner, #archiveinfo #inner {
	width: auto;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#archivenews #inner #framemain {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 1000px;
	float: left;
}
#archivenews #inner h3, #archiveinfo #inner h3 {
	font-size: 1.7em;
	color: #FFFFFF;
	background-image: url(../image/h3_back.gif);
	background-repeat: repeat-x;
	line-height: 2.55;
	background-position: center;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#archivenews #monthly {
	width: 200px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	overflow: scroll;
	padding: 0px;
	height: 600px;
}
#mainframe, #blank, #daily  {
	background-repeat: no-repeat;
	background-image: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#monthlyframe  {
	background-image: none;
	margin: 0px;
	padding-top: 10px;
	padding-left: 50px;
	white-space:nowrap;
}
#monthlyframe table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#monthlyframe table th {
	text-align: right;
	margin: 0px;
	padding: 3px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#monthlyframe table td {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#monthlyframe table td a {
	padding: 6px;
	margin: 0px;
}
#daily  #main {
	margin: 0px;
	padding: 10px;
}
#daily  h3 span {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2D383C;
	padding-left: 10px;
	margin-left: 5px;
}
#daily dl {
	font-size: 1.3em;
	padding-left: 15px;
	line-height: 2;
	padding-top: 10px;
}
#daily  dl  dt {
	float: left;
	clear: left;
	padding-right: 15px;
}
#archiveinfo  table#info  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#archiveinfo table#info th, #archiveinfo table#info td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-style: none;
	border-left-style: none;
	font-size: 1.3em;
}
#archiveinfo   table#info th   {
	font-weight: bold;
	white-space:nowrap;
	padding-right: 1em;
	padding-left: 2em;
}
#archiveinfo table#info th.year {
	color: #FFFFFF;
	background-color: #333333;
	padding-left: 1em;
}
#others .sitemap {
	width: 325px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 10px;
}
#others .sitemap ul {
	margin-bottom: 15px;
}
#others .sitemap li {
	font-size: 14px;
	line-height: 2;
	margin-left: 2em;
	list-style-type: disc;
}
#others .sitemap li li {
	font-size: 14px;
	line-height: 1.8;
	list-style-type: circle;
}

@media print {    
#nav {
	overflow:hidden
}
#nav a {
	width: 154px;
}
#top #main #info {
	width: 469px;
}
#top #main #news {
	width: 469px;
}
}
