/* ------------------------------------------------------------ * Style Sheet for HTML guide at The Web KANZAKI * Last modified Feb. 26, 2001 by M.Kanzaki -- partially 2004-10-30, 2008-01-09 * original http://www.kanzaki.com/docs/html/default.css * -----------------------------------------------------------*//* ----------------------------------------------- * Element type selectors: basic style override * ----------------------------------------------- */@media screen {body {    background-image: url(/parts/easy.png);	}}@media only screen and (max-width: 480px) {	body {		background-image: none;	}}/*p {    line-height: 1.2;}*//* ----------------------------------------------- * Seamtic block (section) style for HTML guide * ----------------------------------------------- */div.lead {   /* background-image: url(/parts/marb18.jpg);    background-repeat: repeat;    background-attachment: scroll;*/    background-color: #f6f6f6;}p.announce {    border: none;    background-color: #ffd;    padding: 0.6em 1em;}/* Boxed article style moved to /parts/kan01.css 2001-09-01 *//* ----------------------------------------------- * Foot navigation section * ----------------------------------------------- */div.navi{    margin-bottom: 1em;    background-color: #fcfcec;    padding: 0.5em 0.5em 0.5em 2em;    /*background-image: url(/parts/marb18.jpg);    background-repeat: repeat;*/    border: outset 1px #fefefe;    }/*div.navi + hr {display: none}*//* ----------------------------------------------- * A bit of taste * ----------------------------------------------- */ul.toc {    list-style-image: url(/parts/pb.gif);}ul.bad-toc {    list-style-image: url(/parts/bad.gif);}ul.good-toc {    list-style-image: url(/parts/good.gif);}ul.deflist {    list-style-image: url(/parts/poki_b03.gif);}.el-list { /* element type list at page ToC */    font-family: "Courier", "Monaco", monospace;}/* Inline highlight styles*//* read may not be distinguishable by those with partial color blindness */strong {    color: #cb6800;    font-weight: bold;}em {    font-weight: bold;    font-style: normal;}dt.bdred {    color: #c04b00;    font-weight: bold;}/* ----------------------------------------------- * Hyperlink anchors * ----------------------------------------------- */div.navi a:link    {text-decoration: none}div.navi a:visited {text-decoration: none}div.navi a:hover   {text-decoration: underline}/* ----------------------------------------------- * Side section menu -- currently not works as float * ----------------------------------------------- */div.series-menu {    font-size: x-small;    text-align: justify;    position: absolute;    left: 5px; top: 250px;    width: 55px;}div#smenu1{position:absolute}body > div#smenu1{position:fixed}div.series-menu a {    display: block;    text-decoration: none;}div.series-menu a:hover {    background-color: #fee;}@media handheld, screen and (max-width: 700px) {	div.series-menu {	    font-size: small;	    text-align: left;	    position: static;	    width: 100%;		margin: 1em;	}	div#smenu1{position:static}	body > div#smenu1{position:static}	div.series-menu a {	    display: inline;	}	div.series-menu span.c {		display: inline;	}}/*@media screen{	h3 a[name]:after{		content: " " url(/parts/ptoc.gif);	}}*/