@charset "ISO-8859-1";
* { margin: 0px; padding: 0px; }




 #bodystandart 
 { 
   background-color:#F0F0F0;
   font-family: serif; 
    min-height: 720px;
   z-index: 0;
 }

 
.wrapper {
	display: grid;
   height:100%; 
	
  grid-template-columns: 30% 70%;
  grid-gap: 2%;
/*  grid-template-rows: auto auto auto auto auto ;
  overflow:hidden;  */
   grid-auto-rows: auto;
  background-color:#CCCCCC;
   font-size: 1.8em;
   }
   
.one_1 {
  grid-column: 1;
  grid-row: 1;
  overflow:hidden;  
}
.one_2 {
  grid-column: 2;
  grid-row: 1 ;
  overflow:hidden;  
}
.two_1 {
  grid-column: 1;
  grid-row: 2;
  overflow:hidden;  
}
.two_2 {
  grid-column: 2;
  grid-row: 2;
  overflow:hidden;  
}
.three_1 {
  grid-column: 1;
  grid-row: 3;
  overflow:hidden;  
}
.three_2 {
  grid-column: 2;
  grid-row: 3;
  overflow:hidden;  
}

.four_1 {
  grid-column: 1;
  grid-row: 4;
  overflow:hidden;  
}
.four_2 {
  grid-column: 2;
  grid-row: 4;
  overflow:hidden;  
}

.five_1 {
  grid-column: 1;
  grid-row: 5;
  overflow:hidden;  
}
.five_2 {
  grid-column: 2;
  grid-row: 5;
  overflow:hidden;  
}




 
 
 #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
 {
  overflow:hidden;  
	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; }
  
  
  
  
  
 