@charset "utf-8";

body {
	background-color:#ffffce;	
	width:750px; 
	margin-right: auto;
	margin-left: auto; 
	font-size: 16px; 
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	line-height: 1.5;
}

header, nav, article, aside, section, footer, main {
	display:block;
}

main{
	background-color:#ffffff; 
	width:750px; 
	box-sizing: border-box;
	padding:25px; 
	border:0px; 
	text-align: justify;
	text-justify: inter-ideograph;
}

.tume {
	line-height: 0;
	vertical-align: bottom;
}

.mannaka{
	text-align: center;
}

img.kadomaru{
	border-radius: 25px;
}

img.memozu{
	width: 400px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-radius: 20px;
}

img.memozutume{
	width: 400px;
	margin-top: 8px;
	margin-bottom: 0px;
	border-radius: 20px;
}

figcaption{
	color: #868686;
	font-size: 14px;
}

hr {
	height: 2px;
	background-color: #868686;
	width: 100%;
	border: none
}

h1 {
	font-size: 24px;
	padding: 1px 5px;
	border-left: solid 15px #ff9900
}

h2 {
	font-size: 20px;
	padding: 1px 3px;
	border-left: solid 10px #33cc00
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 1px 3px;
	border-left: solid 5px #a50626;
}

.fontred{
	color: #ff0000;
}

.fontgreen{
	color: #008000;
}

.fontbrown{
	color: #990000;
}

.naka1 a:link{
	color: #009933;
	text-decoration: none;
}
.naka1 a:visited{
	color: #009933;
	text-decoration: none;
}
.naka1 a:active{
	color: #009933;
	text-decoration: none;
}
.naka1 a:hover{
	color: #990000;
	text-decoration: none;
}

.naka2 a:link{
	color: #990000;
	text-decoration: none;
}
.naka2 a:visited{
	color: #990000;
	text-decoration: none;
}
.naka2 a:active{
	color: #990000;
	text-decoration: none;
}
.naka2 a:hover{
	color: #990000;
	text-decoration: none;
}

.nen-list{
	list-style-type: none;
}

.sitanavi {font-weight:bold;
	background-color:#999999;
	line-height: 1.0;
	width: 750px;
	vertical-align: bottom;
}

.nav-list {
	margin: 0;
	padding: 0;
	text-align: center;
}

.sitanavi-item {
	display: inline-block;
	padding: 10px 10px;
	}

.sitanavi-item a:link{
	color: #ffffff;
	text-decoration: none;
}

.sitanavi-item a:visited{
	color: #ffffff;
	text-decoration: none;
}

.sitanavi-item a:hover{
	color: #990000;
	text-decoration: none;
}

.sitanavi-item a:active{
	color: #ffffff;
	text-decoration: none;
}

footer{
	background-color: #ffffce ;
	color: #808080;
	font-size: 10px;
	font-family:"Century";
	line-height: 1.0;
	width:750px;
	text-align:center;
}　
