<?php
if ( in_category((array('18','19','20','21','23','24'))) ) {
    include(TEMPLATEPATH . '/single/nyusatsu.php');
} else if (in_category('7') ) {
    include(TEMPLATEPATH . '/single/news-morino_ie.php');
} else if (in_category('11') ) {
    include(TEMPLATEPATH . '/single/news-morinoie_bekkan.php');
} else if (in_category('12') ) {
    include(TEMPLATEPATH . '/single/news-crear.php');
} else if (in_category('13') ) {
    include(TEMPLATEPATH . '/single/news-crear_kurosaki.php');
} else if (in_category('14') ) {
    include(TEMPLATEPATH . '/single/morino_ie_recruit.php');
} else if (in_category('16') ) {
    include(TEMPLATEPATH . '/single/crear_recruit.php');
} else if (in_category('17') ) {
    include(TEMPLATEPATH . '/single/crear_kurosaki_recruit.php');
} else if (in_category('1') ) {
    include(TEMPLATEPATH . '/single/boshu_shoku.php');
}
?>