@charset "utf-8";
/* =======================================

	Structure CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.header
	2.contents
	3.footer

========================================== */

body {
	background: #fff;
	color: #333;
}
/* 1.header
---------------------------------------------------------- */
header {/*	margin: 0 3% 5%;*/}

header #sitename {
/*	border-bottom: solid 1px #ccc;*/
	background: #e3be87;
	padding: 1% 0;
}
header #sitename img {
	max-width: 200px;
	margin: auto;
}

header h1#sitetitle {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.3;
	margin: 9% 3% 7%;
	text-align: left;
}

header .utilities {
	text-align: left;
	border-bottom: solid 1px #ccc;
	padding-bottom: 2%;
/*	margin-bottom: 3%;*/
	margin: 0 3% 3%;
}

header #mainimage {
	max-width: 1200px;
/*	margin: auto;*/
	margin: 0 auto 5%;
}


/* 2.contents
---------------------------------------------------------- */

/* 構造 */
.wrapper {	margin: 0 3%;}
article {	margin: 0 3%;}
section, aside {
	margin: 0 auto;
	margin-bottom: 15%;
	max-width: 960px;
	text-align: left;
}
aside {
	margin-bottom: 0;
}

section p {
	margin-bottom: 7%;
}

section figure {	margin-bottom: 7%;}
p.bnr {
	max-width: 640px;
	margin: 0 auto 5%;
}

/* リンク */
a {	
	font-weight: bold;
	color:#000;
}
section a:hover {	text-decoration: none;}

/* 見出し */
h2 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10%;
	line-height: 1.3;
}
h2 {	border-bottom: solid 3px #ff4da2;}

h3 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	border-bottom: solid 1px #333;
	margin-bottom: 8%;
}

h4 {
	border-bottom: solid 1px #333;
	margin-bottom: 7%;
}

/* 注釈 */
small {	font-size: 58%;}
aside.comments {
	font-size: 11px;
	line-height: 1.5;
}
aside.comments p {	margin-bottom: 3%;}


/* 3.footer
---------------------------------------------------------- */
#footer {
/*	color: #fff;*/
	overflow: hidden;
	background-color: #323944;
    color: #86909E;
}
/*body#female #footer {	background: #553b18;}
body#male #footer {		background: #000;}*/

#footer .pagetop {	background: #ff4da2;}
#footer .pagetop img {
	max-width: 800px;
	margin: auto;
}

#copyright {
	font-size: 11px;
	margin: 4% 0;
/*margin-bottom: 3%;*/
}
#copyright a{	color: #B0B4BA;}

