/* `container
----------------------------------------------------------------------------------------------------*/
.container{
	width: 720px;
	 margin-left: auto;
	 margin-right: auto;
 	background: #ffffff;
}
.grid_700{
	float: left;
	 width: 640px;
	 margin-left: 40px;
	 margin-right: 40px;
	word-wrap: break-word;
}
.grid_180{
	float: left;
	 width: 180px;
	 margin-left: 10px;
	 margin-right: 10px;
}
.grid_500{
	float: left;
	width: 500px;
	margin-left: 10px;
	margin-right: 10px;
}
.footer{
	clear: both;
	width: 720px;
	padding-bottom:1em
}

/* `body
----------------------------------------------------------------------------------------------------*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
	background-image: url("bg.gif"); 
}
p {
	padding-left: 3em;
	padding-right: 3em;
	font-feature-settings : "palt";
}
p.left {text-align: left; }
p.center{text-align: center; }
p.right{text-align: right; }
p.caption{text-align: center; font-size:80%;}

h2 {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	padding-bottom: .5em;
	border-bottom: 3px double #ccc;
}

h3 {
	font-family: 'Noto Serif JP', serif;
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 6px solid #ccc;
}

h4 {
	font-family: 'Noto Serif JP', serif;
	padding: .75em .75em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h5 {
	font-family: 'Noto Serif JP', serif;
 padding: .5em .75em;
  border-left: 3px  solid #ccc;
 border-bottom: 0.5px solid #ccc;
}

img { 
    border-style:none; 
} 
img.honbun{width:500px}

a, a:link, a:active, a:visited {
  color:#4169e1;
}
a.noline { text-decoration:none;}
ul{
 list-style: none;
}
ul li {
  position: relative;
}
ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .65em;
  left: -1em;
  width: 8px;
  height: 1px;
  background-color: #666;
}
hr{ 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

figure{
 padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

figcaption{
font-size:80%;
margin: 1em 0;
}
span.red{color: red;}


