/* -----------------------------------
standard setting
----------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size:100%;
	color:#000;
	line-height:150%;
	text-align: center;
	background-color: #FFFFFF;
}
img {
	border: none;
}
hr {
	height: 1px;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
/* -----------------------------------
link color
----------------------------------- */
a {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}
/* -----------------------------------
container
----------------------------------- */
#container {
	width:90%;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
/* -----------------------------------
header
----------------------------------- */
#header {
	height: 53px;
	background-image: url(/common/content/000430102.gif);
	background-repeat: repeat-x;
	min-width: 800px;
}
#header img {
	vertical-align:bottom;
}
#header #logo {
	float: left;
	width: 350px;
	padding-bottom: 10px;
}
#header #fontsize {
	float: right;
	height: 53px;
	text-align: right;
	width: 174px;
	background-image: url(/common/content/000430103.gif);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	right: 0;
}
#header #fontsize .button {
	position: relative;
	right: 20px;
	top: 10px;
}
/* -----------------------------------
wrap
----------------------------------- */
#main {
	width: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	background:#FFFFFF;
}
#wrap {
	width: 100%;
	color:black;
	background:#FFFFFF;
	padding-top: 0;
	padding-bottom: 15px;
	margin:0 0 0 10px;
}
/* -----------------------------------
content
----------------------------------- */
#content {
	margin:0 15px 20px 0;
	padding: 0;
	background:#FFFFFF;
	text-align: left;
}
/* -----------------------------------
subheading
----------------------------------- */
h1{
	font-size: 120%;
	color: #533506;
	margin:0 0 15px;
	padding: 4px 0 4px 15px;
	background-image: url(/common/content/000430105.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom: 1px solid #B0810E;
	line-height: 1;
}
h2{
	font-size: 100%;
	line-height: 120%;
	color: #533506;
	margin: 15px 0;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #EAEBAB;
	background-image: url(/common/content/000430096.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 5px solid #B84141;
	clear: both;
}
h3{
	font-size: 100%;
	color: #533506;
	margin: 10px 0;
	padding: 0 0 0px 18;
	clear: both;
	background-image: url(/common/content/000430106.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
}
h4{
	font-size: 90%;
	line-height: 1;
	margin: 10px 0 5px;
	padding: 0 0 0 5px;
	border-left: 5px solid #BC7F00;
	color: #533506;
}
h5{
	color: #0D4DC3;
	font-size: 90%;
	margin: 10px 0 5px;
	padding: 0;
}
/* -----------------------------------
text
----------------------------------- */
p{
	font-size: 90%;
	margin: 0 15px 1em;
}
p.text-a{
	font-size: 90%;
	text-indent: 1em;
}
/* -----------------------------------
list
----------------------------------- */
ul{
	font-size: 90%;
	margin:0 0 1em 30px;
	padding:0;
}
ul li{
	margin:0 0 2px 0;
	padding:0;
	line-height:1.3;
}
ul.ul-a{
	list-style-type: none;
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 10px;	
}
ul.ul-a li{
	padding-left: 15px;
	margin-bottom: 7px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-image: url(/common/content/000430095.gif);
	list-style-type: none;
}
ul.ul-menu{
	margin-left: 15px;
}
ul.ul-menu li{
	float: left;
	white-space: nowrap;
	margin-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url(/common/content/000430095.gif);
	list-style-type: none;
}
ol{
	font-size: 90%;
	margin-top: 0px;
	margin-left: 40px;
	margin-bottom: 10px;	
	padding:0;
}
ol li{
	padding-left: 0;
	margin-bottom: 5px;
	line-height: 1.3;
}
ol.ol-a li{
	list-style-type: lower-alpha;
}
td ul{
	font-size: 100%;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
td ol{
	font-size: 100%;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/* -----------------------------------
table
----------------------------------- */
.w100{
	width: 100px;
}
.w120{
	width: 120px;
}
div.txt-c table{
	margin-right: auto;
	margin-left: auto;
}
div.align-center table{
	margin-right: auto;
	margin-left: auto;
}

table.table-a{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border-color: #533506;
	font-size: 90%;
}
table.table-a th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 5px;
	color: #533506;
	background-color: #E9EAA8;
	line-height: 120%;
	white-space: nowrap;
	border-top-color: #533506;
	border-right-color: #533506;
	border-bottom-color: #533506;
	border-left-color: #533506;
}
table.table-a td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 5px;
	border-color: #533506;
	line-height: 140%;
}
table.table-a th.valign-top{
	vertical-align: top;
	text-align: left;
}
table.table-a td.no-line{
	border-bottom-width: 0px;
	border-bottom-style: none;
}
table.table-a td.d-line-a{
	border-top-style: double;
	border-top-width: 3px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
table.table-a th.d-line-a{
	border-top-style: double;
	border-top-width: 3px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
table.table-a td.d-line-b{
	border-top-style: double;
	border-top-width: 3px;
}
table.table-a th.d-line-b{
	border-top-style: double;
	border-top-width: 3px;
}

table.table-a td.name {
	font-size: 110%;
	font-weight: bold;
	color: #544633;
}
table.table-a td div.photo {
	float: left;
	width: 240px;
	margin: 5px;
}
table.table-a td div.photo img {
	margin: 0 0 5px 0;
}
table.table-a td table.table-a{
	font-size: 100%;
}

table.table-a_80{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border-color: #533506;
	font-size: 90%;
	width: 80%;
}
table.table-a_80 th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 5px;
	color: #533506;
	background-color: #E9EAA8;
	line-height: 120%;
	border-top-color: #533506;
	border-right-color: #533506;
	border-bottom-color: #533506;
	border-left-color: #533506;
}
table.table-a_80 td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 5px;
	border-color: #533506;
	line-height: 140%;
}
table.table-a_80 th.valign-top{
	vertical-align: top;
	text-align: left;
}
table.table-a_80 td.no-line{
	border-bottom-width: 0px;
	border-bottom-style: none;
}
table.table-a_80 th.no-line{
	border-bottom-width: 0px;
	border-bottom-style: none;
}
table.table-a_80 td.d-line-a{
	border-top-style: double;
	border-top-width: 3px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
table.table-a_80 th.d-line-a{
	border-top-style: double;
	border-top-width: 3px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
table.table-a_80 td.d-line-b{
	border-top-style: double;
	border-top-width: 3px;
}
table.table-a_80 th.d-line-b{
	border-top-style: double;
	border-top-width: 3px;
}
table.table-a_80 td.name {
	font-size: 110%;
	font-weight: bold;
	color: #544633;
}
table.table-a_80 td div.photo {
	float: left;
	width: 240px;
	margin: 5px;
}
table.table-a_80 td div.photo img {
	margin: 0 0 5px 0;
}


table.table-a_90{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border-color: #533506;
	font-size: 90%;
	width: 90%;
}
table.table-a_90 th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 5px;
	color: #533506;
	background-color: #E9EAA8;
	line-height: 120%;
	border-top-color: #533506;
	border-right-color: #533506;
	border-bottom-color: #533506;
	border-left-color: #533506;
}
table.table-a_90 td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 5px;
	border-color: #533506;
	line-height: 140%;
}
table.table-a_90 th.valign-top{
	vertical-align: top;
	text-align: left;
}
table.table-a_90 td.no-line{
	border-bottom-width: 0px;
	border-bottom-style: none;
}
table.table-a_90 th.no-line{
	border-bottom-width: 0px;
	border-bottom-style: none;
}
table.table-a_90 td.d-line-a{
	border-top-style: double;
	border-top-width: 3px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
table.table-a_90 th.d-line-a{
	border-top-style: double;
	border-top-width: 3px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
table.table-a_90 td.d-line-b{
	border-top-style: double;
	border-top-width: 3px;
}
table.table-a_90 th.d-line-b{
	border-top-style: double;
	border-top-width: 3px;
}
table.table-a_90 td.name {
	font-size: 110%;
	font-weight: bold;
	color: #544633;
}
table.table-a_90 td div.photo {
	float: left;
	width: 240px;
	margin: 5px;
}
table.table-a_90 td div.photo img {
	margin: 0 0 5px 0;
}

table.table-b{
	background-color: #FFF;
	margin:0 15px 1em;
	font-size: 90%;
	line-height: 1.4;
}
table.table-b th {
	border-bottom: 3px solid #CD7B24;
	text-align: left;
	padding: 4px 1em 4px 0;
	color: #533506;
}
table.table-b td {
	border-bottom: 1px solid #533506;
	text-align: left;
	padding: 4px 1em 4px 0;
}
table.table-c{
	background-color: #FFF;
	margin:0 15px 1em;
	font-size: 90%;
	line-height: 1.4;
}
table.table-c th {
	text-align: left;
	padding: 4px 1em 4px 0;
	color: #336633;
}
table.table-c td {
	text-align: left;
	padding: 4px 1em 4px 0;
}
table.table-date {
	font-size: 90%;
	margin: 0 0 15px 15px;
	padding: 0;
	line-height: 1.3;
}
table.table-date th{
	color: #0D4DC3;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	min-width: 9em;
	white-space: nowrap;
}
table.table-date td{
	padding-bottom: 5px;
}
table.table-date td.from{
	background-color: #EEEECC;
	padding-left: 10px;
	padding-right: 20px;
	vertical-align: top;
	min-width: 6em;
	white-space: nowrap;
}
table.table-qa{
	font-size: 90%;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
table.table-qa th{
	color: #544633;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #C7A44B;
	text-align: left;
	line-height: 1.3;
}
table.table-qa th span.q{
	color: #e26360;
	font-weight: bold;
	font-size: 130%;
	padding-right: 7px;
}
table.table-qa td span.a{
	color: #5A82E9;
	font-weight: bold;
	font-size: 130%;
	padding-right: 7px;
}
table.table-qa td {
	text-align: left;
	padding: 4px 0;
	line-height: 1.4;
}
table.table-2col{
	width: 98%;
	margin-bottom: 1em;
	font-size: 100%;
}
table.table-2col td {
	width: 50%;
	vertical-align: top;
}

table.table-d{
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 90%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #533506;
	border-left-color: #533506;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #533506;
}
table.table-d th{
	padding: 5px;
	color: #533506;
	background-color: #E9EAA8;
	line-height: 120%;
	white-space: nowrap;
	border-top-color: #533506;
	border-right-color: #533506;
	border-bottom-color: #533506;
	border-left-color: #533506;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
table.table-d td{
	vertical-align: top;
	padding: 5px;
	line-height: 140%;
	border-top-color: #533506;
	border-right-color: #533506;
	border-bottom-color: #533506;
	border-left-color: #533506;
	border-right-width: 1px;
	border-right-style: solid;
}
table.table-d td.no-line{
	border-right-style: none;
}
table.table-d td.no-wrap{
	white-space: nowrap;
}
table.table-name{
	background-color: #FFF;
	margin:0 15px 1em;
	font-size: 90%;
	line-height: 1.4;
}
table.table-name th {
	text-align: left;
	padding: 4px 1em 4px 0;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
}
table.table-name td {
	text-align: left;
	padding: 4px 1em 4px 0;
	vertical-align: top;
}
/* -----------------------------------
footer
----------------------------------- */
#footer {
	clear:both;
	width:100%;
	margin: 0 auto;
	padding: 15px 0 0;
	text-align: left;
	float: left;
	background-color: #FFFFFF;
	border-top: 1px solid #E0D1A2;
}
#footer p {
	margin:0 auto 5px;
	padding:0;
}
#footer address {
	float: left;
	padding: 0;
	margin:0 0 15px 15px;
	font-style: normal;
	font-size: 90%;
	line-height: 140%;
}
#footer #bana {
	float: right;
	padding: 0;
}
#footer #bana ul {
	margin:0 15px 0 0;
	padding: 0;
}
#footer #bana ul li{
	float: left;
	list-style:none;
}
#footer #bana ul li img{
	margin-left: 10px;
}
#footer #copyright {
	width:100%;
	clear: both;
	display: block;
	background-image: url(/common/content/000430098.gif);
	background-repeat: repeat-x;
	background-color: #B0810E;
	background-position: top;
}
#footer #copyright p {
	padding: 3px 0;
	margin: 0;
	text-align: center;
	font-size: 80%;
	line-height: 120%;
	color: #FFFFFF;
}
/* -----------------------------------
pankuzu-list
----------------------------------- */
#pan-list {
	margin-bottom: 10px;
}
#pan-list p{
	text-indent: 0;
	text-align: left;
	margin: 0;
	font-size: 80%;
}
/* -----------------------------------
align
----------------------------------- */
.txt-c {
	text-align: center;
}
.txt-l {
	text-align: left;
}
.txt-r {
	text-align: right;
}

/* -----------------------------------
float
----------------------------------- */
.clear {
	clear: both;
}
/* -----------------------------------
box
----------------------------------- */
div.box-point{
	border: 1px solid #CD7B24;
	padding: 10px 5px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
div.box-point p{
	margin-bottom: 0px !important;
}
div.box-point ul{
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	padding: 0;
}
div.box-point ol {
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	padding: 0;
}
div.box-important{
	background-color: #FFFCCD;
	padding: 10px 5px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
div.box-important p{
	margin-bottom: 0px !important;
}
div.box-important ul{
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	padding: 0;
}
div.box-important ol {
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	padding: 0;
}
div.box-pdf{
	background-color: #fff8ce;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	border: 1px solid #FCCE81;
	font-size: 90%;
	line-height: 130%;
}
div.box-pdf img{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
div.box-photo {
	text-align: center;
}

div.box-photo img{
	margin: 10px;
}
div.align-left{
	text-align: left;
}
div.align-center{
	text-align: center;
	clear: both;
}
div.align-right{
	text-align: right;
	clear: both;
}
/* -----------------------------------
link icon
----------------------------------- */
/*--point--*/
.point-a{
	font-size:90%;
	background-image: url(/common/content/000430107.gif);
	padding-left: 17px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	height: 14px;
	vertical-align: bottom;
}
.point-top{
	font-size:90%;
	background-image: url(/common/content/000430108.gif);
	padding-left: 15px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	height: 14px;
	vertical-align: bottom;
}
/* -----------------------------------
attach
----------------------------------- */
.attach-pdf {
	background:url(/common/content/000430109.gif) no-repeat left top;
	padding-left: 40px;
}
.attach-doc {
	background:url(/common/content/000430110.gif) no-repeat left top;
	padding-left: 40px;
}
.attach-xls {
	background:url(/common/content/000430111.gif) no-repeat left top;
	padding-left: 40px;
}
.attach-file {
	background:url(/common/content/000430112.gif) no-repeat left top;
	padding-left: 40px;
}
.attach-link {
	background:url(/common/content/000430113.gif) no-repeat left top;
	padding-left: 40px;
}
.attach-gis {
	background:url(/common/content/000430114.gif) no-repeat left top;
	padding-left: 40px;
}
/* -----------------------------------
line
----------------------------------- */
hr.line-a{
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-width: 0 0 1px 0;
	border-color: #999999;
	border-style: solid;
}
hr.line-b{
	margin: 0px;
	padding: 0px;
	height: 3px;
	border-width: 0 0 3px 0;
	border-color: #CD7B24;
	border-style: solid;
}
/* -----------------------------------
button
----------------------------------- */
a.link-a{
	font-size: 90%;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #FFFCCD;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDAC1B;
	border-right-color: #DDAC1B;
	border-bottom-color: #DDAC1B;
	border-left-color: #DDAC1B;
	color: #0000FF;
	margin-left: 15px;
}
a.link-a:hover{
	background-color: #FFFDE5;
	border-top-color: #DDAC1B;
	border-right-color: #DDAC1B;
	border-bottom-color: #DDAC1B;
	border-left-color: #DDAC1B;
	color: #0066FF;
}
/* -----------------------------------
text decoration
----------------------------------- */
.mp_underline {
	text-decoration:underline;
}
.mp_italic {
	font-style:italic;
}
.mp_textcolor_red {
	color:#FF0000;
}
.mp_textcolor_blue {
	color:#0000FF;
}
.mp_textcolor_green {
	color:#009900;
}
.mp_textcolor_gray {
	color:#666666;
}
.mp_strike {
	text-decoration:line-through;
}
.mp_indent {
	text-indent:1em;
}
.mp_large {
	font-size: larger;
}
.mp_small {
	font-size: smaller;
}

/* -----------------------------------
system
----------------------------------- */
.system-footer {
	font-weight: normal;
	font-size: 90%;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 10px;
}
.system-footer a {
	padding-left: 5px;
	padding-right: 5px;
}
.system-footer span {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 120%;
}

/* -----------------------------------
no script
----------------------------------- */
.noscrpt{
	background-color: #F4F5D8;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	margin-bottom: 15px;
}
