/* -----------------------------------
standard setting
----------------------------------- */
body {
	margin: 0;
	padding: 0;
	line-height:150%;
	text-align: center;
	background-color: #F9F9FB ;
}
/* -----------------------------------
link color
----------------------------------- */
a {
	color: #0000FF;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #CC0000;
}
/* -----------------------------------
container
----------------------------------- */
#container {
	width:800px;
	text-align: left;
	margin: 15px auto 15px;
	background-color: #fff ;
	border: 1px #9A9A9A solid; 
}
/* -----------------------------------
header
----------------------------------- */
#header img {
	vertical-align:bottom;
}
/* -----------------------------------
global navigation
----------------------------------- */
#globalnavi	{
	font-size: 90%;
	float:left ;
	background:#336699;
	width:800px;
}
#globalnavi ul {
	margin: 0;
	padding: 0;
}
#globalnavi ul li {
	border-right: 1px solid #FFFFFF;
	float:left ;
	list-style:none;
	background:#336699;
	margin: 0;
	padding: 0;
}
#globalnavi ul li a {
	display: block;
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.1;
}
#globalnavi ul li a:hover {
	background-color: #ED1C24;
	color: #fff;
}
.skip {
	float: right;
}
.skip img {
	border: none;
}
/* -----------------------------------
wrap
----------------------------------- */
#wrap {
	padding: 5px 0 15px;
	text-align: center;
	clear: both;
}
/* -----------------------------------
pankuzu-list
----------------------------------- */
#pan-list {
	width:770px;
	font-size: 90%;
	text-align: left;
	margin: 0 auto 10px;
}
#pan-list p{
	margin: 0;
}
/* -----------------------------------
content
----------------------------------- */
#content {
	width:770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* -----------------------------------
subheading
----------------------------------- */
h1{
	font-size: 130%;
	line-height: 120%;
	color: #fff;
	background: url(h1_bg.gif) repeat-x left bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 3;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10;
	border: 1px solid #8E8E8E;
}
h2{
	font-size: 120%;
	line-height: 120%;
	color: #003663;
	background: url(h2_bg.gif) no-repeat left bottom;
	margin: 15px 0;
	padding: 2px 0 2px 13px;
	background-color: #F0F2E3;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #36699B;
}
h3{
	font-size: 100%;
	color: #003663;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
}
h4{
	font-size: 100%;
	line-height: 1.1;
	margin: 10px 0 5px;
	padding: 0 0 0 5px;
	color: #4B4B4B;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #818181;
}
h5{
	color: #F5575D;
	font-size: 100%;
	margin: 10px 0 5px;
	padding: 0;
}
/* -----------------------------------
text
----------------------------------- */
p{
	margin: 0 15px 1em;
}
p.text-a{
	text-indent: 1em;
}
td p{
	margin: 0;
}
th p{
	margin: 0;
}
/* -----------------------------------
list
----------------------------------- */
ul{
	margin:0 0 1em 30px;
	padding:0;
}
ul li{
	margin:0 0 2px 0;
	padding:0;
	line-height:1.3;
}
ul.ul-a{
	margin-top: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-left: 0;
	margin-bottom: 10px;
}
ul.ul-a li{
	padding-left: 16px;
	margin-bottom: 7px;
	background-repeat: no-repeat;
	background-position: 0 7px;
	background-image: url(list_mark01.gif);
	list-style-type: none;
}
ol{
	margin-top: 0;
	margin-left: 40px;
	margin-bottom: 10px;	
	padding:0;
}
ol li{
	padding-left: 0;
	margin-bottom: 5px;
	line-height: 1.3;
}
/* -----------------------------------
table
----------------------------------- */
table.table-a{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	margin:0 15px 1em;
	font-size: 90%;
	border-top-color: #818181;
	border-right-color: #818181;
	border-bottom-color: #818181;
	border-left-color: #818181;
}
table.table-a th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 5px;
	color: #003663;
	background-color: #E0E9F2;
	line-height: 120%;
	white-space: nowrap;
	border-top-color: #818181;
	border-right-color: #818181;
	border-bottom-color: #818181;
	border-left-color: #818181;
}
table.table-a td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 5px;
	line-height: 140%;
	border-top-color: #818181;
	border-right-color: #818181;
	border-bottom-color: #818181;
	border-left-color: #818181;
}
table.table-b{
	margin:0 15px 1em;
	font-size: 90%;
	line-height: 1.4;
}
table.table-b th {
	padding: 4px 1em 4px 0;
	color: #003663;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #769FC8;
}
table.table-b td {
	padding: 4px 1em 4px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #818181;
}
table.table-c{
	margin:0 15px 1em;
	font-size: 90%;
	line-height: 1.4;
}
table.table-c th {
	padding: 4px 1em 4px 0;
	color: #003663;
}
table.table-c td {
	padding: 4px 1em 4px 0;
}
table.table-date {
	margin: 0 0 15px 15px;
	padding: 0;
	line-height: 1.3;
	font-size: 100%;
}
table.table-date th{
	color: #5551CC;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
table.table-date td{
	padding-bottom: 5px;
}
table.table-qa{
	margin-bottom: 1em;
	margin-left: 15px;
	width: 95%;
	font-size: 100%;
}
table.table-qa th{
	color: #544633;
	padding-bottom: 2px;
	border-bottom: 1px dashed #ccc;
	text-align: left;
	line-height: 1.3;
}
table.table-qa th span.q{
	color: #e26360;
	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 {
	padding: 4px 0;
	line-height: 1.4;
}
table.table-2col{
	width: 95%;
	margin-bottom: 1em;
	font-size: 100%;
}
table.table-2col td {
	width: 50%;
	vertical-align: top;
}
/* -----------------------------------
footer
----------------------------------- */
#footer {
	clear:both;
	padding:0;
	background-color: #DDDDDD;
	font-size: 90%;
	width:800px;
}
#footer p {
	margin:0 auto 5px;
	padding:0;
}
#footer address {
	float: left;
	padding: 0;
	margin:0 0 15px 15px;
	font-style: normal;
	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;
	border: none;
}
#footer #copyright {
	clear: both;
	display: block;
	background-color: #DDDDDD;
}
#footer #copyright p {
	padding: 5px 0;
	margin: 0;
	text-align: center;
}
/* -----------------------------------
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 #4575A6;
	padding: 10px 5px;
	margin:0 15px 1em;
}
div.box-point p{
	margin-bottom: 0 !important;
}
div.box-point ul{
	margin-top: 5px !important;
	margin-bottom: 0 !important;
	padding: 0;
}
div.box-point ol {
	margin-top: 5px !important;
	margin-bottom: 0 !important;
	padding: 0;
}
div.box-important{
	background-color: #F0F2E3;
	padding: 10px 5px;
	margin:0 15px 1em;
}
div.box-important p{
	margin-bottom: 0 !important;
}
div.box-important ul{
	margin-top: 5px !important;
	margin-bottom: 0 !important;
	padding: 0;
}
div.box-important ol {
	margin-top: 5px !important;
	margin-bottom: 0 !important;
	padding: 0;
}
div.box-pdf{
	background-color: #FFF8CE;
	padding: 10px;
	margin:0 10px 1em;
	border: 1px solid #FCCE81;
	line-height: 130%;
}
div.box-pdf img{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: none;
}
div.align-left{
	text-align: left;
}
div.align-center{
	text-align: center;
}
div.align-right{
	text-align: right;
}
/* -----------------------------------
link icon
----------------------------------- */
.point-a{
	background-image: url(point-a.gif);
	padding-left: 18px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0 4px;
	height: 14px;
	vertical-align: bottom;
}
.point-back{
	background-image: url(point-back.gif);
	padding-left: 18px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0 4px;
	height: 14px;
	vertical-align: bottom;
}
.point-top{
	background-image: url(point-top.gif);
	padding-left: 15px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0 7px;
	height: 14px;
	vertical-align: bottom;
}
/* -----------------------------------
attach
----------------------------------- */
.attach-pdf {
	background:url(pdf.gif) no-repeat left top;
	padding-left: 40px;
}
.attach-doc {
	background:url(word.gif) no-repeat left top;
	padding-left: 40px;
}
.attach-xls {
	background:url(excel.gif) no-repeat left top;
	padding-left: 40px;
}
.attach-file {
	background:url(file.gif) no-repeat left top;
	padding-left: 40px;
}
.attach-link {
	background:url(icon_link.gif) no-repeat left top;
	padding-left: 40px;
}
.attach-gis {
	background:url(icon_gis.gif) no-repeat left top;
	padding-left: 40px;
}
/* -----------------------------------
line
----------------------------------- */
hr.line-a{
	margin: 0;
	padding: 0;
	height: 1px;
	border-width: 1px 0 0 0;
	border-color: #999999;
	border-style: solid;
}
hr.line-b{
	margin: 0;
	padding: 0;
	height: 3px;
	border-width: 3px 0 0 0;
	border-color: #769FC8;
	border-style: solid;
}
/* -----------------------------------
button
----------------------------------- */
a.link-a{
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #C9EEC4;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	color: #0000FF;
	margin-left: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4CAB5A;
	border-right-color: #4CAB5A;
	border-bottom-color: #4CAB5A;
	border-left-color: #4CAB5A;
}
a.link-a:hover{
	background-color: #DFF5DC;
	color: #0066FF;
	border-top-color: #6DC77A;
	border-right-color: #6DC77A;
	border-bottom-color: #6DC77A;
	border-left-color: #6DC77A;
}
/* -----------------------------------
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;
}

/* -----------------------------------
table hor-minimalist-a
----------------------------------- */
.hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	border-collapse: collaspe;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

.hor-minimalist-a th
{
	font-size: 12px;
	font-weight: normal;
	color: #2F4F4F;
	padding: 1px 1px;
	border-bottom: 2px solid #6678b1;
	border-top:2px solid #6678b1;
	text-align: center;
	background-image: url(tablegradient.jpg);
}

.hor-minimalist-a td
{
	color: #2F4F4F;
	padding: 5px 5px 5px 5px;
}

