/*----------------------------------------------------------*/
body{ 
           color: #004488; 
           background:#ffffff url(sozai/tx_05.jpg);  /* background-color: white; */
           margin: 10px 5% 10px 5%;
}
/*----------------------------------------------------------*/
pre{ 
           color: #006666;
           margin: 5px;
           line-height: 1.4em; 
}
/*----------------------------------------------------------*/
blockquote{ 
           color: #006666;
           line-height: 1.4em;
}
/*----------------------------------------------------------*/
ul{ 
           line-height: 1.4em;
           list-style-type: square;  
}
/*----------------------------------------------------------*/
ol{        
           line-height: 1.0em; 
}
/*----------------------------------------------------------*/
strong{    
           color: #00008F; 
}
/*----------------------------------------------------------*/
A:link { 
           color: #004488; 
           text-decoration: none;
}
A:visited { 
           color: #004488; 
           text-decoration: none;
}
A:active  {
           color: #004488; 
           text-decoration: none;
}
A:hover{  
           font-style:italic;
           color: red;
           text-decoration: none;
}
/*----------------------------------------------------------*/
table{
           width:700;
           background-color:red;
}
TH{
           background-color: crimson;
}
TD{
           background-color: lightyellow;
           padding:2em;
}
marquee{
           background-color: limegreen;
           height:1.2em;
           width:700;
           font-size:0.8em;
           color:white;
}
/*----------------------------------------------------------*/
