@charset "ISO-8859-1";
* { margin: 0px; padding: 0px; }




 #bodystandart 
 { 
   background-color:#F0F0F0;
   font-family: serif; 
   z-index: 0;
 }

 
 #mainfield_sub 
 { 
   position: absolute; 
   height:95%; 
   left: 2% ; 
   width: 94%; 
   z-index: 0;
   background-color:#DDDDDD;
   border-radius:15px;
   padding: 1%;
 }


#head_small 
 { 
   position: absolute;   
   top: 10px;          
   height:20px; 
   left: 1% ; 
   right: 1% ; 
   font-size: 15px;
   color: black;
   font-style: normal ;
   background-color:#CCCCCC;
   border-radius:15px;
   padding: 5px;
 } 
 

#food_small 
 { 
   position: absolute;   
   bottom: 10px;          
   height:20px; 
   left: 1% ; 
   right: 1% ; 
   font-size: 15px;
   color: black;
   font-style: normal ;
   background-color:#CCCCCC;
   border-radius:15px;
   padding: 5px;
 } 
 
#ref1
{
   position: absolute;   
	left: 0px;
}

#ref2
{
   position: absolute;   
	left: 350px;
}

#ref3
{
   position: absolute;   
   right: 10px;          
}
   
 #content_b
 {
   position: absolute;   
   top: 50px;          
   padding: 10px ;  
   bottom: 55px;             
   left: 1% ; 
   right: 1% ; 
   font-size: 11px;
   border-radius:15px;
   background-color:#CCCCCC;
 }
 
 
  #content_b p { font-size: 13px; }
  #content_b h3 { font-size: 14px; }
 
 
 
 #ex_link
 {
   position: absolute;    
   top: 10px;          
   bottom: 10px;          
   width:73%;
   left: 24%;
   border-radius:15px;
   background-color:#bbbbbb;
      padding: 1%;
 }
 
  #ex_link_img
 {
   position: absolute;    
   top: 10px;          
   bottom: 10px;          
   left: 1%;
   width:20%;
   border-radius:15px;
   background-color:#bbbbbb;
   padding: 1%;
 }
 
  #ex_image
 {
   position: absolute;    
   top: 10px;          
   bottom: 10px;          
   width:70%;
   border-radius:15px;
   background-color:#bbbbbb;
   padding: 1%;
 }
 
  #ex_comment
 {
   position: absolute;    
   top: 10px;          
   bottom: 10px;          
   left: 75%;
   width:20%;
   border-radius:15px;
   background-color:#bbbbbb;
   padding: 1%;
 }
 
  #ex_comment p {  padding: 0px 0px 0px 20px; font-size: 14px; }
  #ex_comment h3 { align="center" ; font-size: 11px; }
  
  
  
  
  
 