<?php get_header(); ?>

	<div id="contents" class="clearfix">
		<?php get_sidebar(); ?>

		<article id="main">
			<div class="breadcrumbs">
				<?php if(function_exists('bcn_display')){
					bcn_display();
				}?>
			</div>


<?php
if ( is_category('4') ) {
    include(TEMPLATEPATH . '/category/category_gyouji.php');
} elseif ( is_category('3') ) {
    include(TEMPLATEPATH . '/category/category_report.php');
} else {
    include(TEMPLATEPATH . '/category/category_gyouji.php');
}
?>


				</div><!-- /about-box -->
			<!-- /sectionLv01 --></section>
		<!-- /main --></article>
		
	<!-- /contents --></div>

<?php get_footer(); ?>
