/* 
 * Cascade Style Sheet (CSS1/2)
 * Time-stamp: "2003-10-07 19:48:14 yoshi"
 * Author: IKARASHI Yoshinori <yoosee@yoosee.net>
 *
 */

/********* basic definition *********/

/* A */
a
{
    overflow:hidden;
    outline:none;
}

a:link
{
	color: #6699cc;
    background-color: inherit;
	text-decoration: underline;
}

a:visited
{
	color: #88bb55;
    background-color: inherit;
	text-decoration: none;
}

a:hover
{
	color: #333388;
    background-color: #bbbbff;
	text-decoration: underline;
}

a:active
{
	color: red;
    background-color: inherit;
	text-decoration: underline;
}

img
{
        border: none;
}

address
{
    text-align: right;
    font-style: italic;
}

/* for table */
table
{
    vertical-align: top;
/*    text-align: top; */
    width: 100%;
    border: 0;
}

thead th
{
    color: black;
    background-color: #aa7744;
}

tbody th
{
    color: black;
    background-color: #cccccc;
}

td
{
    border: 0;
}

tr.title
{
    color: white;
    background-color: gray;
    font-weight: bold;
    text-align: left;
    border-width: 2px 0;
}

tr.title h1,tr.title h2
{
    background: inherit;
    color: inherit;
    border: 0;
    vertical-align: top;
    font-size: large;
}

tr.title td
{
    border-width: 2px 0;
    border-style: solid;
    border-color: black;
}

td.menu-side
{
    width: 25%;
}

table.side-navi
{
    color: #bbbbbb;
    font-family: sans-serif;
    background: #666699 url(/image/tableofcontents-bg.png) no-repeat top left;
    border: thin outset #66C;
    padding: 0 0 0 25px;
    width: 100%;
    height: 100%;
}

table.side-navi th
{
    color: black;
    background: #444488;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
}

table.side-navi ul
{
    list-style-type: circle;
    margin: 0 0 0 1em;
    padding: 0 0.5em 0 0.5em;
}

td.contents
{
    margin: 0;
}

/* top navigation bar */

table.topbar
{
    vertical-align: bottom;
}

td.quickmenu
{
    color: #cccccc;
    background: #444488 url(/image/topmenubg.png) repeat top left;
    font-family: Helvetica, sans-serif;
    padding: 0 0 0 1em;
}

td.form
{
    text-align: right;
    vertical-align: bottom;
}

td.quickmenu form
{
    display: inline;
    margin-top: 5px;
    margin-right: 1em;
    padding: 1em;
    vertical-align: middle;
    text-align: right;
}

/* what's new list */

dl.whatsnew
{
    margin: inherit;
}

dl.whatsnew dt
{
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: black;
    font-style: italic;
    padding: 1em 0 0 0;
    font-weight: normal;
}

dl.whatsnew dd
{
    padding: 1em 0 0 0;
}

dl.contentlist dt
{
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: black;
    padding: 1em 0 0 0;
}

/* $B3,AX$4$H$N@_Dj(B */
h1,h2,h3,h4,h5,h6
{
	font-family: sans-serif;
}

h1
{
	color: #333333;
    background-color: inherit;
	display: block;
	font-family: sans-serif;
    font-weight: bold;
	border-width: 0 0 0 10px;
	border-style: solid;
	border-color: gray;
	padding: 0 1em;
}

h2
{
	color: black;
    background-color: inherit;
	display: block;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #0000FF;
	padding-right: 1em;
	padding-left: 0.5em;
	text-align: left;
}

h3
{
	color: black;
    background-color: inherit;
	display: block;
    text-align: left;
    font-family: Verdana, Arial, Chicago, sans-serif;
	font-weight: bold;
    font-size: larger;
    padding: 0.1em 0 0.1em 1em;
    margin: 0;
    border-width: 1px 0 1px 0;
    border-color: #666699;
    border-style: solid;
}

h4
{
    font-size: medium;
	display: block;
    color: white;
    background-color: inherit;
	text-indent: 0em;
	padding: 0;
    margin: 0;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

h5, h6
{
}

/* form */

input.search
{
    color: black;
    background: white;
    font-weight: bold;
    font-size: smaller;
    border: 1px #333333 solid;
}

input.button
{
    color: black;
    background: #aaaaaa;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: smaller;
    border: 1px #333333 solid;
}
/*
input
{
    color: white;
    background: #666666;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: smaller;
    border: 1px #333333 solid;
}
*/

/* body */
body
{  
    color: #000000;
    background: #ffffff url(/image/yoosee-bar.png) no-repeat top left fixed;
    margin: 0.5em 0.5em 0.5em 50px;
}

/* $B%$%s%G%s%H;XDj(B / $B%V%m%C%/%b!<%I(B */
p
{
	display: block;
	text-indent: 0em;
	padding-left:  2em;
	padding-right: 1em;
}

dt
{
    margin: 0 2em;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

dd
{
}

dl, pre
{
	display: block;
}

/* list */

ol,ul
{
	display: block;
}

ul li
{
    list-style-type: square;
}

hr
{
    
}

.lastmodified
{
    font-style: italic;
    font-size: smaller;
    color: #bb9966;
    background-color: inherit;
    text-decoration: underline;
    text-align: right;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

div.powerd
{
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
}

