@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}

/* heading
--------------------*/
h1, h2, h3 {
	line-height: 1.2;
	margin-bottom: 1.2em;
}
h1, #home #main h2 {
	font-size: 13pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 11pt;
}
/* Paragraph
--------------------*/
p {
	margin-bottom: 1.5em;
}
p.center {
	text-align: center;
}

/* links
--------------------*/
a {
	color: #000;
	text-decoration: none;
}

/* images
--------------------*/
img {
	border: none;
}
img.left {
	float: left;
	margin: 0 1em 5px 0;
}
img.right {
	float: right;
	margin: 0 0 5px 1em;
}

/* list
--------------------*/
ul, ol, dl {
	list-style-position: outside;
	margin-bottom: 1.5em;
	padding-left: 40px;
}

/* table
-------------------*/
table {
	border-collapse: collapse;
	line-height: 1.7;
	font-size: 100%;
	width: 99%;
/*	table-layout: fixed;*/table-layout: auto;
	margin: 0 auto 2em auto;
}
table caption {
	display: none;
}
th, td {
	padding: 6px 5px;
	border: 1px solid #999;
	empty-cells: show;
	vertical-align: top;
}
th {
	text-align: left;
}

tfoot th, tfoot td {
	font-size: 95%;
	text-align: right;
}

/*
-------------------*/

address {
	font-style: normal;
}
blockquote {
	text-indent: 25px;
}
cite {
}
abbr, acronym {
}
hr {
	display: none;
}
pre {
	white-space: normal;
	overflow: auto;
}

body {
	color: #000;
	background: #fff;
	font: 10pt/1.7 "Lucida Grande", Verdana, Arial, san-serif;
	margin: 0 auto;
	width: 95%;
}
*:first-child + html body {font-size: small;}/* Win IE7 */
/*\*/
* html body {font-size: x-small;}/* Win <IE6 */

#header img, #header a {
	border: none;
	outline: none;
}

/* nav
--------------------*/
#nav {
	display: none;
}


/* sub
--------------------*/
#sub {
	display: none;
}

/* footer
--------------------*/

#footer ul {
	display: none;
}

#footer p a.top-btn {
	display: none;
}

/* table rank*/
.rank th {
	white-space: nowrap;
}


/* news
--------------------*/
.news {
	list-style: none;
	padding: 0;
}
.news li {
	clear: both;
}
.news strong {
	display: inline;
	font-size: 11pt;
	line-height: 1.2;
}
.news .date {
	display: inline;

	border-bottom: none;
}
.news img {
	float: right;
	margin-left: 1em;
}
/* archives
--------------------*/
.archives {
	padding: 0;
	list-style: none;
}
.archives li {
	margin-bottom: .5em;
}
.archives .date {

	float: left;
	width: 8em;
}

/* dojo .branch
--------------------*/
#map {
	display: none;
}

.branch-num {
	font-size: 87%;

}
.branch dd {
	margin: -1.7em 0 0 5.5em;
}
.branch dt:after {
	content: " \3a ";
}

/* sitemap branch
--------------------*/
/* clearfix */
ul.branch:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul.branch {display: inline-block;}
/*\*/
* html ul.branch {height: 1%;}
ul.branch {display: block;}
/**/
ul.branch li{
	float: left;
	width: 8em;
}

/* contact
--------------------*/
.contact dd {
	margin: -1.7em 0 0 3.5em;
}
.contact dt:after {
	content: " \3a ";
}

/* officer
--------------------*/
ul.officer {
	padding-left: 20px;
	list-style: none;
}
html>/**/body .officer {
	margin: 0;/* modern browser */
}
/* officer clearfix */
.officer:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.officer {display: inline-block;}
/*\*/
* html .officer {height: 1%;}
officer {display: block;}
/**/

.officer img {
	border: none;
}
.officer li{
	float: left;
	width: 160px;
	margin: 0 20px 1.5em 0;
	padding: 5px 0;
	border: 1px solid #999;
	text-align: center;
	line-height: 1.2;
}
.officer span {
	display: block;
	margin-top: 5px;
}

