/* 
   farm.css 
   farm.htm用CSS
*/

@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */

div#ownMain .conts-zei table.table_sub_3 {
   margin:20px;
   width:540px;
   height:300px;
   text-align:left;
}
div#ownMain .conts-zei table.table_sub_3 td {
   /*width:280px;*/
   background-color:"#ffffff";
   border: solid 1px "#ff0000";
   padding:8px;
}
div#ownMain .conts-zei table.table_sub_3 img {
   width:250px;
   height:160px;
}
div#ownMain .conts-zei table.table_sub_3 td.setumei {
   width:260px;
   height:80px;
/*   padding:8px;*/
   line-height:16px;
}
div#ownMain .conts-zei table.table_sub_3 td.address {
   width:300px;
/*   padding:8px;*/
   line-height:16px;
}

div#ownMain .conts-zei table.table_sub_3 td.midasiRow {
   width:250px;
   line-height:20px;
   font-weight:bold;
   font-size:85%;
   text-align:center;
   white-space: nowrap; 
}

div#ownMain .conts-zei table.table_sub_3 td.link a {
   display:block;
   padding:14px;
   background:url("../images/bg_arrow.gif") 6 50% no-repeat;
   text-decoration:underline;
}
