/* -----------------------------------
standard setting
----------------------------------- */
body {
	margin: 0;
	padding: 0;
	line-height:150%;
	text-align: center;
	background: #fff;
}

img {
	border: none; 
}

/* -----------------------------------
link color
----------------------------------- */
a {
	color: #0000FF;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #CC0000;
}

/* -----------------------------------
container
----------------------------------- */
#base {
	background: #fff url(bg.gif) repeat-x;
}
#container {
    background: #FFFFFF;
	width:800px;
	text-align: left;
	margin: 0 auto 0px;
	border-right: 1px #818181 solid; 
	border-left: 1px #818181 solid; 
}
/* -----------------------------------
header
----------------------------------- */
#header {
	margin-bottom: 10px;
	background: url(header.jpg) no-repeat;
	height: 114px;
	width: 800px;
}

#header_l {
	float :left;
}

#header_r {
	float :right;
	background: url(header_r_bg.gif) no-repeat;
	height: 58px;
	width: 281px;
	margin: 11px 10px 0 0;
	padding: 5px 0 0 10px ;
}

#header_r form {
	margin: 0;
	padding: 0;
}

#header_btn {
	clear: both;
	margin: 0 0 0 10px;
}

#header_btn img {
	margin: 0 10px 0 0;
}

#header_r p {
	margin: 0;
	padding: 0;
}

#header img {
	vertical-align:bottom;
}
/* -----------------------------------
global navigation
----------------------------------- */
#globalnavi {
	font-size: 90%;
	float:left;
	margin-bottom:30px;
	width:190px;
}
#globalnavi ul {
	margin:0 0 0 10;
	list-style: none;
	width: 178px;
	border-top: 1px solid #005757;
	border-right: 1px solid #005757;
	border-left: 1px solid #005757;
}
#globalnavi ul li {
	display: inline;
}
#globalnavi ul a {
	color: #003017;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #005757;
	background: #EDF1F3 url(menu_bg.gif);
	padding: 11px 10px 10px 20px;
}
#globalnavi ul a:hover {
	background: #FFFDC4 url(menu_bg.gif);
	background-position: 0px -150px;
	color: #FFFFFF;
}

#globalnavi p {
	margin: 0 ;
	padding: 0 10px;
}

div.box_banner {
	background: #EFEFEF;
	border: 1px solid #90A0BD;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
	padding: 10px 0 0 0;
}
.box_banner img {
	margin-bottom: 10px;
}

div#box_link {
	margin: 10px 0 10px 10px;
	border-top: 1px #90A0BD solid; 
	border-bottom: 1px #90A0BD solid; 
	padding: 5px 0;
	text-align: center;
}

.skip img {
	border: none;
	clear: both;
}

/* -----------------------------------
address
----------------------------------- */
.add {
	border: 1px solid #FFFFFF;
	padding: 5px;
}

/* -----------------------------------
wrap
----------------------------------- */
#wrap {
	float: right;
	width:600px;
	padding-bottom: 15px;
}
/* -----------------------------------
pankuzu-list
----------------------------------- */
#pan-list {
	margin-bottom: 10px;
	width:600px;
	font-size: 90%;
}
#pan-list p{
	margin: 0;
}
/* -----------------------------------
content
----------------------------------- */
#content {
	width:590px;
	margin-right: 10px;
}
/* -----------------------------------
subheading
----------------------------------- */
h1{
	font-size: 130%;
	line-height: 120%;
	color: #003939;
	margin:0 0 15px;
	padding: 4 0 5px 22;
	background: url(list_mark_h1.gif) no-repeat;
	border-bottom: 1px solid #006666;
}
h2{
	font-size: 120%;
	line-height: 120%;
	color: #0D3C4D;
	margin: 15px 0 10px;
	clear: both;
	background: url(list_mark_h2.gif) no-repeat 0px bottom;
	border: 1px solid #CCCCCC;
	padding: 4px 0 6px 10px;
}
h3{
	font-size: 100%;
	color: #29296D;
	margin: 10px 0;
	padding: 4 0 4px 15;
	clear: both;
	background: #DAECEC;
}
h4{
	font-size: 100%;
	line-height: 1.1;
	margin: 10px 0 5px 10;
	padding: 0 0 0 8px;
	color: #005371;
	background: url(list_mark_h4.gif) no-repeat;
}
h5{
	color: #E88D65;
	font-size: 100%;
	margin: 10px 0 5px 10;
	padding: 0;
}
/* -----------------------------------
text
----------------------------------- */
p{
	margin: 0px 10px 10px;
}
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: 10px;
	margin-bottom: 20px;
	padding-top: 0;
	padding-left: 0;
}
ul.ul-a li{
	padding-left: 17px;
	margin-bottom: 7px;
	list-style-type: none;
	background: url(list_mark01.gif) no-repeat 0 3px;
}
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{
	margin:0 15px 1em;
	font-size: 90%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-collapse: collapse;
}
table.table-a th{
	padding: 5px;
	color: #4B4B4B;
	line-height: 120%;
	white-space: nowrap;
	background: #F1F7F7;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top-color: #999999;
	border-left-color: #999999;
}
table.table-a td{
	padding: 5px;
	line-height: 140%;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top-color: #999999;
	border-left-color: #999999;
}
table.table-b{
	margin:0 15px 1em;
	font-size: 90%;
	line-height: 1.4;
}
table.table-b th {
	border-bottom: 3px solid #A7D9D9;
	padding: 4px 1em 4px 0;
	color: #4B4B4B;
}
table.table-b td {
	border-bottom: 1px solid #7A654A;
	padding: 4px 1em 4px 0;
}
table.table-c{
	margin:0 0px 1em 10px;
	font-size: 90%;
	line-height: 1.4;
}
table.table-c th {
	padding: 4px 1em 4px 0;
	color: #603913;
}
table.table-c td {
	padding: 4px 1em 4px 0;
}
table.table-date {
	margin: 0 0 15px 0px;
	padding: 0;
	line-height: 1.3;
	font-size: 100%;
	border-collapse: collapse;
	width: 96%;
}
table.table-date th{
	color: #655D00;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background: url(list_mark_date.gif) no-repeat 8px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom: 1px dotted #9A9A9A;
}
table.table-date td{
	border-bottom: 1px dotted #9A9A9A;
	padding: 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%;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.table-2col img {
	margin-bottom: 5px;
}
.table-2col p {
	margin-left: 10px;
	line-height: 150%;
}

/* -----------------------------------
footer
----------------------------------- */
#footer {
	clear:both;
	font-size: 90%;
	width: 800px;
	background: #E2E2E2 url(footer.gif) repeat-x;
	padding-top: 18px;
	padding-bottom: 1px;
}

#footer p {
	margin:0 auto 5px;
	padding:0;
}
#footer address {
	float: left;
	padding: 0;
	margin:0 0 0px 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{
	border: none;
	margin-left: 10px;
}
#footer #copyright {
	clear: both;
	display: block;
	background-color: #005757;
	color: #fff;
}
#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 #1D7D7D;
	padding: 10px 5px;
	margin-top: 0;
	margin-bottom: 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{
	padding: 10px 5px;
	background: #FFF0D7;
	margin-top: 0;
	margin-bottom: 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: #FFFDC4;
	padding: 10px;
	margin:0 10px 1em;
	border: 1px solid #CCCCCC;
	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;
}
div.box_gray {
	background: #F0F0F0;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px 0px 1px;
	line-height: 130%;
}

/* -----------------------------------
link icon
----------------------------------- */
.point-a{
	padding-left: 15px;
	margin-bottom: 5px;
	height: 14px;
	vertical-align: bottom;
	background: url(point-a.gif) no-repeat 0 4px;
	padding-bottom: 5px;
}
.point-back{
	padding-left: 15px;
	margin-bottom: 5px;
	height: 14px;
	vertical-align: bottom;
	padding-bottom: 10px;
	background: url(point-back.gif) no-repeat 0 4px;
}
.point-top{
	padding-left: 15px;
	margin-bottom: 5px;
	height: 14px;
	vertical-align: bottom;
	background: url(point-top.gif) no-repeat 0 4px;
	padding-bottom: 10px;
}
/* -----------------------------------
attach
----------------------------------- */
.attach-pdf {
	background:url(pdf.gif) no-repeat left top;
	padding-left: 40px;
	padding-bottom: 3px;
}
.attach-doc {
	background:url(word.gif) no-repeat left top;
	padding-left: 40px;
	padding-bottom: 3px;
}
.attach-xls {
	background:url(excel.gif) no-repeat left top;
	padding-left: 40px;
	padding-bottom: 3px;
}
.attach-file {
	background:url(file.gif) no-repeat left top;
	padding-left: 40px;
	padding-bottom: 3px;
}
.attach-link {
	background:url(icon_link.gif) no-repeat left top;
	padding-left: 40px;
	padding-bottom: 3px;
}
.attach-gis {
	background:url(icon_gis.gif) no-repeat left top;
	padding-left: 40px;
	padding-bottom: 3px;
}
/* -----------------------------------
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: #A7D9D9;
	border-style: solid;
}

/* -----------------------------------
button
----------------------------------- */
a.link-a{
	background-color: #E2F7D6;
	color: #0000FF;
	margin-left: 15px;
	border-top: 1px solid #46A22D;
	border-right: 10px solid #46A22D;
	border-bottom: 1px solid #46A22D;
	border-left: 10px solid #46A22D;
	padding: 3px 10px;
}
a.link-a:hover{
	background-color: #F8FEF5;
	border-color: #87C369;
	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_textcolor_brown {
	color:#993300;
}
.mp_strike {
	text-decoration:line-through;
}
.mp_indent {
	text-indent:1em;
}
.mp_large {
	font-size: larger;
}
.mp_small {
	font-size: smaller;
}
