@charset "Shift_JIS";

/* Top banner */
#kbanner {background:#252; text-align:right;height:78px}
#sign {float:left}
#asc-logo {margin-top: 20px; margin-right: 20px}
#sec-title {clear:both; padding: 5px 10px; border-bottom: silver 1px solid}
#sec-title h1,#sec-title p {display:inline;font-size:12px}
#sub-secnavi {padding-left: 1em}
#sub-secnavi img {margin-left: 8px}

/* Left navigation section */
/*#navi {float: left; width: 140px; padding: 10px}*/
#navi {position:absolute; left:0;width: 140px; padding: 10px}
#navi img {display: block; border: none; margin-top: 5px}
#sec-navi {margin-bottom: 30px; margin-top: 0}


/* Main part */
#main {margin-left: 140px; border-left: silver 1px solid; padding: 10px 1em 1em 1.5em; margin-right: 1em}
h1, h2, h3, h4 {color: #363; background: white; padding-left: 0; margin-left:0}
.gh, .dgh {margin-top: 0; padding:0; color:white; font-size:12px; min-width: 455px} /* graphic as heading */
.gh {background:#696;}
.dgh {background:#252}
.gh img, .dgh img {margin:0}
h2#fs {margin-top: 0;} /* section head without graphic */

@media print {
	#navi {display: none}
	#main {margin-left: 0; border-left: none}
}

/* Footer */
#foot-sign {padding-left: 15px; margin-bottom:5px; clear: both}
address {color: #363; font-family: sans-serif, "Arial", "Helvetica" ; font-style: normal; font-size: 12px; border-top: #363 1px solid; padding: 5px 15px}

/* common style */
body {margin:0; padding:0}
p {line-height:1.3}
a img {border: none; color: white}
.c {display: none}
ul.menu {list-style:none; margin: 0 auto 1em 1em; padding:0 0 1em 0}
.menu {color: gray;}
.menu a:link {color: #363; text-decoration: none}
.menu a:visited {color: #363; text-decoration: none}
.menu a:hover {color: #696; text-decoration: underline}

.pause {text-align:center}
/** {border: red 1px solid}*/

/* table style */
 table.full, table.outline {border-collapse: collapse;/* width: 100%*/}
 table.full {border: 1px solid black;}
 .norm td, .items th {border: 1px solid black; padding: 0.5em; margin: 0}
 .account {border-top: 1px solid black; border-bottom: 1px solid black; }
 tr.ssh td, tr.sst td {border-top: 1px solid black;} /* IE5 */
 .account td {border-left: 1px solid black; border-right: 1px solid black; padding: 0.2em 0.6em; margin: 0}
 tbody.bsh td {padding: 0.5em 0}
 .figure, caption.unit, .sign {text-align: right}
 .items th {text-align: center}
/*.koumoku {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; color: #336633; text-decoration: underline}
.cap {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; color: #000000}*/


/* floating layout */
.l {float:left}
.r {float:right}
img.r {margin-left:10px}

/* note block */

.attention {border: 1px solid gray; padding:1em; background: #e0ede0}
