.red	{color: #FF0000}
.blue	{color: #0000FF}
.gray	{color: #999999}
.wgray	{color: #cccccc}
.white	{color: #ffffff}

.bak_blue{
background-color:#3333bb;
}
.bak_white{
background-color:#cccccc;
}
.bak_red{
background-color:#bb3333;
}
.bak_name{
background-color:#000099;
}
.bak_gray{
background-color:#CCCCCC;
}

body{
	text-align:center;
}

.eguchi-blog a {
	text-decoration:none;
}

.eguchi-blog a:hover {
	color: #ffffff;
	text-decoration:underline;
}


table.ichiran{
    border-top:1px solid #999999;
    border-left:1px solid #999999;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

.ichiran th{
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    color:#330000;
    background-color:#cccccc;
    background-position:left top;
    padding:0.3em 0.3em;
    text-align:center;
}

.ichiran td{
text-align:left;
vertical-align:top;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    padding:0.3em 0.3em;
}

table.graph{
padding:0px;
width:100%;
}

table.graph td{
height:14px;
}

table.main{
border: 1px #666666 solid;
background-color:#ececec;
}

table.main th{
text-align:left;
padding:3px;
}

table.main td{
text-align:left;
vertical-align:top;
padding:3px;
}

table.top_graph th{
font-size:12px;
text-align:left;
}

table.top_graph td{
font-size:12px;
}

td.up_line{
border-top:1px solid #999999;
}

.title {
size:16px;
font-weight:600;
}
