@charset "utf-8";
/* CSS Document */

h2#title_h2 img{
	height:50px;
	width:900px;
}
div.hhh{
      background-color:#87CEFA;
      width:100%;
      text-align:left;
      font-size:medium;
      text-indent:5%;
      height: 30px; 
      padding-top: 15px;
	  white-space:normal;
}
div.www{
    float:right;
	width:605px;
}	
div.randd{
    width:250px;
	margin-left:25px;
}
div.randd ul{
     list-style:square outside none;
	 border:1px gray solid;
}
div.randd ul li{
}
p#tokyo{
   font-size:medium;
   border-bottom:solid;
   border-bottom-color:#0099CC;
}
table#randd{
      width:605px;
	  float:right;
}
table#randd th{
    text-align:left;
	font-size:medium;
	border-bottom:solid;
	border-bottom-color:#0099CC;
}
table#randd td{
}
p#ddd{
  text-align:right;
}   	  		  	
	
