<?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">
	        	<div class="about-box">
    	            <h3 class="h3box"><?php $cat = get_the_category(); $cat = $cat[0]; {echo "$cat->cat_name " ;} ?></h3>

					<?php
						if(have_posts()):
							while(have_posts()):
								the_post(); ?>
								<h4 class="title"><?php the_title(); ?></h4>
								<?php
								the_content();
							endwhile;
						endif;
					?>
				</div>
			<!-- /sectionLv01 --></section>
		<!-- /main --></article>
		
	<!-- /contents --></div>

<?php get_footer(); ?>
