@charset "UTF-8";
/* CSS Document */
a {
 color:#D17216;
}
a:hover {
 color:#f00;
}

.err {
 color:#f00;
}

div#topics {
 width:570px;
 margin:0 auto;
 line-height:150%;
}

div#topics h1 {
 font-size:11pt;
 font-family:monospace;
}

div#topics p#date {
 border-bottom:1px dotted #D17216;
 margin:3px 20px 3px 0px;
}

div#inquiry {
 padding:20px;
}

table#inq {
 font-size:100%;
 line-height:140%;
}
table#inq th {
 color:#D17216;
 text-align:right;
 border:1px solid #ccc;
}
table#inq td {
 color:#908052;
 border:1px solid #ccc;
}

.ime {
 ime-mode: disabled;
}


div#outer {
}

h1#t {
 float:left;
 font-size:8pt;
 color:#D47516;
}

div#out_header {
}
div#in_header {
 width:800px;
 margin:0 auto;
 border-bottom:dotted #D17216 1px;
}
div#logo {
 float:left;
 width:176px;
 margin-top:5px;
}
p#menus {
 float:right;
 margin-top:10px;
}
div.line {
 height:3px;
 background-image:url('/images/line.jpg');
 background-repeat:repeat-x;
 z-index:-1;
}
div.line img {
 z-index:0;
}

div#documents {
 width:800px;
 margin:0px auto;
 padding-top:12px;
 background-color:#fff;
}

img.mg {
 z-index:-1;
}

div#out_footer {
 width:100%;
}
p#fb {
 font-weight:bold;
 color:#F684B5;
 margin:10px;
}
div#in_footer {
 border-top:dotted #D17216 1px;
 width:800px;
 margin:0 auto;
 font-size:8pt;
 text-align:center;
}
div#in_footer a {
 text-decoration:none;
}

div#man {
 width:780px;
 margin:0 auto;
 padding:10px;
 background-color:#fff;
}

div#man h1 {
 color:#D47516;
 font-family: monospace;
 font-size:16pt;
 font-weight:bold;
}
div#man h2 {
 color:#D47516;
 font-family: monospace;
 font-size:11pt;
 font-weight:bold;
}

div#man li {
 font-family: monospace;
 font-size:12pt;
 font-weight:bold;
 padding-bottom:10px;
}

div#man table#list {
 background-color:#F29824;
 font-size:100%;
}
div#man table#list th {
 background-color:#FFFABE;
 color:#F29824;
}
div#man table#list td {
 background-color:#fff;
}


div#man table#form {
 background-color:#F29824;
 font-size:100%;
}
div#man table#form th {
 background-color:#FFFABE;
 color:#F29824;
}
div#man table#form td {
 background-color:#fff;
}
