<?php get_header(); ?>

	<div id="page_image">
	</div>

	<div class="en_copy clearfix">
		<h3><?php the_title(); ?></h3>
	<!-- en_copy --></div>	

	<nav id="navi1">
		<ul>
			<li><a href="<?php echo home_url('/'); ?>history/">クラブの歴史・概要</a></li>
			<li><a href="<?php echo home_url('/'); ?>entry/">入会のご案内</a></li>
			<li><a href="<?php echo home_url('/'); ?>makeup/">スケジュール</a></li>
			<li><a href="<?php echo home_url('/'); ?>link/">リンク</a></li>
			<li><a href="<?php echo home_url('/'); ?>jimukyoku/">事務局</a></li>
			<li><a href="<?php echo home_url('/'); ?>members/">会員専用</a></li>
		</ul>
	<!-- /navi1 --></nav>

	<div id="contents" class="top">
		<article id="main">
			<?php
				if(have_posts()):
					while(have_posts()):
						the_post();
						the_content();
					endwhile;
				endif;
			?>

			<p id="pageTop"><a data-scroll href="#header"><br>page top</a></p>

		<!-- /main --></article>
	<!-- /contents --></div>	
<?php get_footer(); ?>
