/* `container
----------------------------------------------------------------------------------------------------*/
.container{
	width: 720px;
	 margin-left: auto;
	 margin-right: auto;
 	background: #ffffff;
}	


/* `body
----------------------------------------------------------------------------------------------------*/
body{
	font-family: "Noto Sans Japanese";
	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;
}

h2{
	text-align: center;
	padding-bottom: .5em;
	border-bottom: 3px double #ccc;
}

h3{
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 6px solid #ccc;
}

h4{
	padding: .75em .75em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h5{
 padding: .5em .75em;
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

img{
	 
    border-style:none; 
} 

a, a:link, a:active, a:visited{
  color:#4169e1;
}

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;
}

span.red{
	color: red;
}


