@charset 'utf-8';

/* 外枠と背景画像 */
div#engine_outbox 
{
width:800px;
background-color:#ffffff;
background-image:url('../../images/top_bg.gif');
}

/* メイン */

div#main_content p {
line-height:1.5; 
}

td {
padding:4px;
line-height:1.3;
}

td.odd_ym {
width:25%; 
border-right:0px; 
background-color:#efefef;
}

td.odd_description {
border-left:0px; 
background-color:#efefef;
}

td.even_ym {
width:25%; 
border-right:0px; 
background-color:#ededed;
}

td.even_description {
border-left:0px; 
background-color:#ededed;
}

