/* $Id: fireProject.css,v 1.6 2006/12/02 03:10:40 matsu Exp $ */

.head{
font-weight:bold;
font-size:180%;
font-color:#6495ED;
background-color:#f0f0ff;
margin-bottom:3px;
border-bottom: 3px double red;
padding:20px 0px 30px 20px;
}

.navigator{
/* width=15%; */
background-color:white;
padding:3px 10px 10px 3px;
padding-right:86%;
z-index:5;
}
/* position:fixed; */

.main{
float:right;
background-color:#f0f0ff;
padding-left:10px;
width:84%;
z-index:10;
}

.corner{
background-color:#55bbff;
border:1px solid white;
}

.category{
background-color:#99ccff;
border:1px solid white;
padding-left:10px;
}

.mainText{
padding:20px;
}

.subCategory{
font-size:120%;
border-bottom: 2px solid red;
border-left: 20px solid red;
}

.summery{
font-size:90%;
padding:10px 10px 20px 10px;
}

.date-author{
text-align:right;
font-size:80%;
background-color:#DCDCDC;
}

.footer{
font-size:100%;
border-top: 3px double red;
padding: 10px 0px 0px 0px;
}

.footnote{
font-size:80%;
background-color:#B0E0E6;
margin:0px 20px 20px 20px;
padding:10px 10px 10px 10px;
}

.title{
font-size:150%;
padding-top:20px;
padding-bottom:20px;
text-align:center;
font-weight:bold;
}

.item-caption{
font-size:120%;
background-color:#99ccff;
border-left: 10px solid blue;
padding-left:5px;
}

.year{
font-size:120%;
}

.month{
font-size:110%;
}

.day{
padding-top:20px;
margin-bottom:5px;
font-size:120%;
text-underline-position:below;
border-bottom: 2px solid red;
}

.time{
font-size:90%;
padding-left:15px;
float:left;
padding-right:15px;
}

.copying{
text-align:center;
}

.whatIsNew{
padding:10px;
}

.pathNavi{
padding:5px;
}

pre{
background-color:#DCDCDC;
padding:10px;
font-size:70%;
}

table{
border:thin solid black;
width:100%;
margin:5px 0px 5px 0px;
}

th{
border-style:solid solid double solid;
}

tr{
border-color:black black black black;
border-width:thin thin thin thin;
border-style:solid solid solid solid;
}

td{
border-color:black black black black;
border-width:thin thin thin thin;
border-style:solid solid solid solid;
}

.google_search table {
border:thin solid white;
width: 30%;
float: right;
margin: 0px;
}

.google_search table tr td table {
width: 100%;
}

.google_search table tr td{
border-color:white white white white;
}

object{
width:90%;
height:300px;
aling:middle;
border-width: 10px;
border-style: solid;
border-color: #f0f0ff;
}

ul li { list-style-type: disc; }
ul ul li { list-style-type: circle; }
ol li { list-style-type: decimal; }
ol ol li { list-style-type: lower-alpha; }

dt:before { 
/*  border-left: 5px solid black; */
  content: "* ";
}
