
/* for global */

html {
 font-family:sans-serif;
}
body {
 /*background-image:url("./img/bg.gif");*/
 background-color:#d1f1cc;
 color:#000000;
 /* specified by [px] not [em] */
 padding:0px;
 margin:0px;
}
a {
 color:#004080;
}
a:visited {
 color:#800040;
}
a:hover {
 color:#ff8040;
}
img {
 border:none;
}
div, p, h1, h2, h3, h4, h5 {
}
pre, code, kbd, samp {
 font-family: monospace;
 font-size:1em;
}


/* for title */
div.div_title_index {
 text-align:center;
}
h1.h1_title {
 color:#009f8c;
 text-align: center;
 padding:0.1em 0em 0.1em 0em;
 margin:0em;
}
a.a_title {
 color:#009f8c;
 text-decoration:none;
}
a.a_title:visited {
 color:#009f8c;
 text-decoration:none;
}
a.a_title:hover {
 color:#ff8040;
 text-decoration:underline;
}
hr.hr_title {
 margin:0px;
 visibility:hidden;
}


/* for copyright */
div.div_copyright {
 font-size:0.75em;
}


/* for layout */
div.div_layout_all {
 width:100%;
}
br.br_layout_top {
 clear:both;
}

div.div_layout_middle {
 /*display: flex;*/
}
div.div_layout_middle_left {
 min-width:500px;
 max-width:none;
 width:75%;
 /*vertical-align:top;*/
 padding:0em 0.5em 0em 0.5em;
 float:left;
 /*flex: 0 1 auto;*/
}
div.div_layout_middle_right {
 min-width:150px;
 max-width:180px;
 width:auto;
 /*vertical-align:top;*/
 padding:0em 0.5em 0em 0.5em;
 float:left;
 /*flex: 0 1 auto;*/
}
br.br_layout_middle {
 clear:both;
}
hr.hr_layout_middle {
 visibility:hidden;
}


div.div_layout_bottom {
}
br.br_layout_bottom {
 clear:both;
}
hr.hr_layout_bottom {
 visibility:visible;
}


div.div_layout_footer {
 padding:0em 0.5em 0em 0.5em;
}
br.br_layout_footer {
 clear:both;
}
hr.hr_layout_footer {
 visibility:visible;
}




/* for Namazu  */
h1.h1_namazu {
 color:#008000;
 margin:0.5em 0em 0.5em 0em;
}
table.table_namazu {
 border-style:none;
 border-spacing:0px;
}
td.td_namazu {
 padding:0px;
 border-style:none;
}
span.span_namazu_result_footer {
 color:#404080;
 font-size:0.75em;
}
table.table_namazu_footer {
 border-style:solid;
 border-width:1px;
 border-color:#008000;
 border-spacing:0px;
 margin-left:auto;
 margin-right:auto;
}
td.td_namazu_footer {
 padding:7px;
 border-style:none;
}
