@charset "utf-8";


/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  word-wrap: break-word;
  letter-spacing: 0.05em;
}

html,
body {
  font-size: 12pt;
  line-height: 1.5;
  color: #333333;
  font-family: "Hiragino Kaku Gothic Pro";
}
#container_p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12pt;
	text-align: left;
	height: auto;
	width: 800px;
	margin: 0 auto;
	line-height: 1.6;
	padding: 10px;
	background-color: #FFF;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #666;
    margin-bottom: 20px;
}
a:link {
  text-decoration: none;
  color: #00F;
}

a:hover {
  text-decoration: underline;
  color: #84022d;
  
}
dd {
margin-bottom: 10px;
}
h5 {
	color: #666;
  margin-left: 5%;
  margin-top:20px;
  font-size: 120%;
  font-style: italic;
}
p {
	margin-bottom: 10px;
}
