.bubble_right {
	             float:right;	
				 width: 60%;  
				 min-width: 200px;
				 color:#600;
			 }
.bubble_left {
	            float:left;		   
				width: 60%; 
  			    min-width: 200px; 
				padding-top:20px;	
			    color:#036;			 
				}

.sbl_left {    background: url('../images/bl.gif') bottom left no-repeat #e7f0f7; 
			   text-align: left; 
			   margin-top:30px;
			}

.sbl_right { background: url('../images/bl.gif') bottom left no-repeat #e7f0f7; 
			 text-align: left;
             margin-top:30px;
			}

.sbr { background: url('../images/br.gif') bottom right no-repeat; }

.stl { background: url('../images/tl.gif') top left no-repeat; }

.str { background: url('../images/tr.gif') top right no-repeat;
       padding:10px 10px 0px 10px;
      } 

.sb { 
      padding: 0px 0px 0px 50px;
	  background: url('../images/b.gif')  no-repeat  30px top;
	  width:auto;
	  height:40px;
  	  font-style:italic;
	  font-size:small;
	  color:#666;
/*	  position:relative;*/
	  margin-bottom:30px;
	 }
/*-------------------------------*/
　