BODY {
    color: #333333;
    scrollbar-face-color:#1e90ff;
    scrollbar-arrow-color:#0000ff;
    scrollbar-base-color:#ffffff;
    scrollbar-darkshadow-color:#ffffff;
    scrollbar-highlight-color:#0000ff;
    scrollbar-shadow-color:#0000ff;
    scrollbar-track-color:#ffffff;
}
H1 {
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 0px solid #FFFFFF;
    width: 100%;
    text-align: center;
    font-size: 10pt;
    color: #66CCFF;
}
H2 {
    background-color: #000080;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #F4A460;
    text-align: left;
    font-size: 10pt;
    color: white;
}
H3 {
    background-color: #D3D3D3;
    padding: 1px 1px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #FFFFFF;
    text-align: center;
    font-size: 10pt;
    color: navy;
}
H4 {
    background-color: #1E90FF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #F4A460;
    text-align: left;
    font-size: 10pt;
    color: white;
}
UL {
    list-style-type: disc;
}
P {
    text-indent: 1em;
}
A {
    text-decoration: none;
    font-weight: bold;
}
A:link {
    color: #0000FF;
    font-weight: normal;
}
A:visited {
    color: #66CCFF;
    font-weight: normal;
}
A:hover
{
    color: red;
position : relative;
top:1px;@left:1px;
}

I { /* Italic as variable */
    font-family: Arial;
    font-weight: normal;
}
TT { /* TeleType */
    font-weight: normal;
}
DT { /* Data */
    margin-top: 1em;
}
TH { /* Data */
    font-size: 10pt;
}
TD { /* Data */
    font-size: 10pt;
}

.i { /* indent */
    margin: 0em 0.5em 0.5em 0.3em;
    font-size: 9pt;
    /*
    text-align: justify;
    text-justify: distribute;
    */
}
.i2 { /* indent */
    font-size: 8pt;
    /*
    text-align: justify;
    text-justify: distribute;
    */
}
.i3 { /* indent */
    font-size: 7pt;
    /*
    text-align: justify;
    text-justify: distribute;
    */
}
#container {
	line-height: 140%;
		margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	}
#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding: 0px;
	border-bottom: 0px solid #FFFFFF;
	height: 150px;
	}
#center {
		float: left;
	width: 700px;
	background-color: #FFFFFF;
	
	overflow: hidden;
	}
#center2 {
		float: left;
	width: 550px;
	background-color: #FFFFFF;
	
	overflow: hidden;
	}
#left {
		float: left;
        background-image: url("../work/hidari.jpg");	
	width: 150px;
	height:1000px;
	
	overflow: hidden;
	}
#left2 {
		float: left;
	width: 150px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

PRE.c { /* code */
    border: 1px solid #808080;
    padding: 4px;
    white-space: pre;
    width: 100%;
    background-color: #FFFFFF;
}
DIV.c { /* code */
    border: 1px solid #808080;
    padding: 4px;
    width: 100%;
    background-color: #FFFFFF;
}
EM {
    font-style: normal;
    color: #FF0000;
}
.item { /* item */
    /* font-weight: bold; */
}
.s { /* support */
    font-weight: bold;
}
.h { /* header */
    background-color: #DDDDDD;
}
.x { /* object / property / method */
    margin-left: 0.3em;
}
.it { /* index title */
    background-color: #DDDDDD;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.idx { /* index */
    font-size: 10pt;
}
