<?php
/**
 * The template for displaying all single posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
 *
 * @package WordPress
 * @subpackage Twenty_Seventeen
 * @since 1.0
 * @version 1.0
 */

get_header("crear"); ?>

	<div id="contents">
		<article id="main">
			<section class="news clearfix">
				<h2><img src="<?php echo home_url('/'); ?>img/top_page/top_news_ttl.jpg" alt="‚¨’m‚ç‚¹" width="806" height="62"></h2>
				<?php
					if(have_posts()): while(have_posts()):
						the_post();
				?>
				<h3><?php the_title(); ?></h3>
				<dl>
					<dt><?php the_date(); ?></dt>
					<dd><p>
					<?php
							the_content();
						endwhile;
						endif;
					?>
					</p></dd>
				</dl>
			</section>

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

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

<?php get_footer("crear"); ?>
