<!-- ---------------------------------------
      「物理の小道」  スタイルシート
       2004.01.27  by Hiroshi Takata
----------------------------------------- -->

<style type="text/css">
<!--
body  {
    background-image:url('img/_wall_.gif');
    background-repeat:repeat;
    /*  ---- FireBird/Mozilla では機能しない！ ---- */;
}

h1 {
    color: green;
    font-weight: bolder;
    background-color:transparent;
    margin-left:3%;
}

h2 {
    color: green;
    font-weight: bolder;
    margin-left:4%;
}

h3 {
    color: green;
    font-weight: bolder;
    margin-left:4%;
}

h4 {
    color: green;
    font-weight: bolder;
    margin-left:5%;
}

h5 {
    color: green;
    font-weight: bolder;
    margin-left:6%;
}

a{
	text-decoration:none;
	color:#004080;
	font-weight:bolder;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
	color:#004080;
}
a:hover{
	text-decoration:underline;
	color:#FF0000;
}

img  {
    border-style:none;
}

img.equ {
    align: middle;
}

select  {
    background-color:#fff8c0;
  /*
    薄い桃色
    background-color:#ffd0d0;
    薄い褐色
    background-color:#fff8c0;
    薄い橙色
    background-color:#ffe882;
    薄い緑色
    background-color:#d0ff82;
    薄い紺色
    background-color:#d0e0e0;
    薄い紫色
    background-color:#ffe0ff;
    極薄い紺色
    background-color:#f0f0f8;
   */
}

table  {
    width:840;
    margin-left:3%;
}


table.code  {
    font-family:,Courier New;
    fontweight: bold;
    color:#0000ff;
}

ul  {
    margin-left:3%;
    line-height:1.3;
}

ol  {
    margin-left:3%;
    line-height:1.3;
}

ol.tab2  {
    margin-left:2%;
}

p  {
    margin-left:3%;
    margin-right:3%;
}

p.comment {
    margin-left:5%;
    margin-right:5%;
}

p.short-comment {
    margin-left:5%;
    margin-right:5%;
}

p.code {
    margin-left:5%;
    font-family:Courier New;
    fontweight: bold;
    font-size:smaller;
    color:#0000f0;
}

p.tab1 {
    margin-left:5%;
}

p.tab2 {
    margin-left:7%;
}

div {
    margin-left:3%;
    margin-right:3%;
}

div.center {
    text-align:center;
}

div.right {
    text-align:right;
}

div.left{
    text-align:left;
}

div.sign {
    text-align:right;
}

div.fnote {
    margin-left:15mm;
}

tr.bold {
    color:blue;
    font-size:smaller;
    font-weight:bolder;
}

span.comment {
    color:#00f000;
}

span.note {
    font-weight:bolder;
    color:#ff0000;
}

span.fnote {
    font-size:smaller;
    color:blue;
}

span.fnoteb {
    font-size:smaller;
    color:blue;
    font-weight:bolder;
}

.blue {
    color:#0000ff;
}

.red {
    color:#ff0000;
}

.green {
    color:#00ff00;
}

-->
</style>
