﻿<?php
/*
Template Name: カップリングパーティプロフィール編集ページ用
*/
?>
<?php get_header("2"); ?>
	<div class="breadcrumbs">
		<?php if(function_exists('bcn_display')){
        	bcn_display();
		}?>
	</div>

	<div id="contents" class="clearfix">

		<article id="main">
				<h2 class="commonH2"><?php the_title();?></h2>

			<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("2"); ?>
