<?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>
			<section class="sectionLv01 clearfix">
				
				<?php
					if(have_posts()):
						while(have_posts()):
							the_post();
							the_content();
						endwhile;
					endif;
				?>

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

<?php get_footer(); ?>
