@charset "UTF-8";

/* YAMASAKI Fukuhiro */

@media screen, tv {
 /* macIE, NN4.xには読み込ませない */

/* reset */

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {  
 margin: 0;
 padding: 0;
}
 
table {
 border-collapse: collapse;
 border: none;
 border-spacing: 0;
}

caption {
 text-align: left;
}

th {
 vertical-align: top;
 font-weight: normal;
 text-align: left;
}

td {
 vertical-align: top;
}

img {
 border: none;
}

* html body input {
 margin: -1px 0;
}
 
sup {
 vertical-align: baseline;
 position: relative;
 top: -4px
}
 
sub {
 vertical-align: baseline;
 position: relative;
 top: 4px
}

ul, ol {
 margin: auto -3em 1em 0;
 padding: 0;
 position: relative;
 left: -3em;
 overflow: hidden;
} * html body ul, * html body ol { height: 0; overflow: visible; }

ul ul, ul ol,
ol ol, ol ul {
 margin-left:1em;
 padding-left:0;
}

ul li, ol li {
 margin-left:5em;
}

li li{
 margin-left:1em;
}

/* custom */

html, body {
 height: 100%;
}

body {
 color: #1a1a1a;
 background: #f4f4ed url("../img/bg_body.png") repeat-x 100% 170px; */
}

body > #container {
 height: auto;
}

#container  {
 width: 100%;
 position: relative;
 height: 100%;
 min-height: 100%;
 font-size: 11pt;
 font-weight: 400;
 font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', serif;
 line-height: 1.5;
}

#contents {
 padding-bottom: 40px;
}

#header {
 min-width: 800px;
 height: 170px;
 color: #ffffff;
 background: #333940 url("../img/bg_header.png") repeat-x 100% 100%; */
}

#header h1 a {
 color: #ffffff;
}

#header h1 {
 float: left;
 font-size: 16pt;
 vertical-align: middle;
}

#header h1 img {
 margin: 60px 0 0 30px;
}

#header a {
 color: #ffffff;
 text-decoration: none;
 cursor: hand;
}

#header #images ul {
 margin: 0 0 0 325px;
 list-style-type: none;
}

#header #images li {
 margin: 57px 0 0 5px;
 float: left;
 vertical-align: middle;
}

#header #images li img {
 border: 1px solid #ffffff;
}

#menu {
 clear: left;
 position: absolute;
 top: 170px;
 margin-top: -35px;
}

#menu ul {
 margin: 0 0 0 30px;
 padding: 0;
 position: static;
 list-style: none;
}

#menu li {
 display: block;
 margin: 0 10px 0 0;
 width: 100px;
 height: 35px;
 line-height: 35px;
 text-align: center;
 float: left;
 background: #1f2226 url("../img/bg_tab.png") no-repeat; /* http://www.tabsgenerator.com/#aD0zNTt3PTEwMDtyPTg7Yj0wO2JhY2s9MzMzOTQwO2JvcmRlcj00ODRhNGE7Zm9yZTE9MWYyMjI2O2ZvcmUyPTBmMTAxMjtkaXI9MDtnZ3Q9MTs= */
}

#menu li.here {
 color: #1a1a1a;
 font-weight: bold;
 background: #1f2226 url("../img/bg_tab_a.png") no-repeat; /* http://www.tabsgenerator.com/#aD0zNTt3PTEwMDtyPTg7Yj0wO2JhY2s9MzMzOTQwO2JvcmRlcj00ODRhNGE7Zm9yZTE9ZjJmMmU2O2ZvcmUyPWU2ZTZkYTtkaXI9MDtnZ3Q9MTs= */
 border-bottom: 1px solid #e6e6da;
}

hr {
 clear: both;
 display: none;
}

small {
 font-weight: 300;
 font-size: 8pt;
 color: #1a1a1a;
 vertical-align: middle;
}

#main {
 clear: left;
 z-index: 2;
 color: #14171a;
 position: relative;
 margin: 30px 30px 0 0;
}

#extra {
 float: right;
 width: 200px;
 position: relative;
 z-index: 3;
 margin: 30px 30px 0 15px;
}


#footer {
 clear: both;
 width: 100%;
 position: absolute;
 bottom: 0;
 height: 40px;
}

#footer img.counter {
 vertical-align: middle;
}

address {
 font-style: normal;
}

address.secretariat {
 margin: 1em 0 1em 30px;
 padding: 0.25em;
 border: 1px solid #666666;
}

address.contact {
 padding: 0.25em;
 border: 1px solid #666666;
}

#footer address {
 margin: 0px 30px;
 line-height: 40px;
 border-top: 1px solid #999999;
}

#extra ul {
 margin: 0;
 left: 0;
 list-style-type: none;
}

#extra ul li {
 margin-left: 0;
 line-height: 36px;
 border-bottom: 1px dashed #cccccc;
}

a:link, a:visited {
 color: #b30000;
 background: none;
 padding: 0;
}

a:hover, a:active {
 color: ff0000;
 background: none;
 padding: 0;
}

#main h2 {
 color: #592d2d;
 font-size: 12pt;
 margin-left: 30px;
 margin-bottom: 1em;
}

#main h2 span.supple {
/* font-weight: 400; */
 font-size: 10pt;
 vertical-align: middle;
}

#main h3 {
 color: #1a1a1a;
 border-bottom: 1px dashed #cccccc;
 font-size: 11pt;
 margin-left: 30px;
 margin-bottom: 0.75em;
}

#main p, #main ul, #main ol, #main dl, #main table, #main form {
 margin-left: 30px;
 margin-bottom: 1em;
}

#main li ol, #main li ul {
 margin-bottom: 0;
}

#main ul ul {
 margin-left: 3em;
}

#main ul.compact li, #main ol.compact li {
 display: inline;
 white-space: nowrap;
 margin: 0 1em 0 0;
}

*:first-child+html #main ul.compact li, *:first-child+html #main ol.compact li { /* IE7で改行させる */
 white-space: normal;
}

#main p.date {
 font-style: italic;
 text-align: right;
}

#main img.icon {
 position: relative;
 top: 3px;
}

#main th, #main td {
 vertical-align: middle;
 padding-right: 1em;
}


#main th, #main dt {
 white-space: nowrap;
}

#main li {
 margin-bottom: 0.33em;
}

#main form {
 line-height: 1.75;
}

#main form label {
 white-space: nowrap;
 cursor: pointer;
 vertical-align: top;
}

#main form fieldset {
 padding-left: 1em;
}

#main form .key {
 clear: left;
 float: left;
 display: block;
 width: 120px;
}

#main form .elements {
 margin-left: 120px;
}

#main input {
 vertical-align: middle;
}

#main dl.clause ul {
 list-style-type: none;
 margin: 0;
}

#main dl.clause ul li {
 text-indent: -1em;
}

#main dl.listing dt {
 width: 10em;
 font-weight: 600;
}

#main dl.listing dd {
 display: inline;
 margin-left: 1em;
}


/* moo */

.tool-tip {
	color: #ffffff;
	width: 150px;
	z-index: 9;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #ff8000;
	padding: 8px 8px 2px;
	background: #000;
}
 
.tool-text {
	font-size: 11px;
	padding: 2px 8px 8px;
	background: #000;
}

}
