body {
	background-color: #F5F5F5;
	width: auto;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
  overflow-y: scroll;
}


a { 
	text-decoration: none; 
}

a:link { 
	color: inherit;
	text-decoration: none;
}

a:visited { 
	color: inherit;
	text-decoration: none;
}

a:hover { 
	color: #92b5a9;
}

/*index*/

img {
	vertical-align: middle;
	width: 200px; 
	height: 200px;
}

img.vertical {
	width: 285px; 
	height: auto;
	display: block;
	margin-right: auto;
  margin-left: auto;
	text-align: center;
}

img.horizontal {
	width: 520px; 
	height: auto;
	display: block;
	margin-right: auto;
   margin-left: auto;
	text-align: center;
}

img.surface {
	width: 200px; 
	height: 200px;
	text-align: center;
}

div.index {
	width: auto;
	margin: auto;
	padding-top: 15%;
	text-align: center;
}

p.text1 {
	font-size: 12px; 
	font-family: "Arial"; 
	color: #6c7f92;
	text-align: center;
}

p.text2 {
	padding-bottom: 15%;
	font-size: 12px; 
	font-family: "Arial"; 
	color: #6c7f92;
	text-align: center;
}

/*index*/

.headline {
	width: auto;
	margin-left: 5px;
  color: #6c7f92;
  font-size: 16px;
  font-family: "Hiragino Sans";
}

ul.nav {
	width: auto;
	margin-top: -2px;
	font-size: 14px;
	margin-bottom: -7px;
	font-family: "Arial";
	text-decoration:none;
	color: #6c7f92;
}

li {
	display: inline-block;
	list-style:none;
	margin-left: -30px;
}

li:not(.nav1){
  margin-left: 2px;
}

p.hline {
	width: 99.9%;
	border-bottom:solid 1px #696969;
	margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
  text-align: center;
}

h1.posttitle {
	width: 570px;
	margin:140px 0px 65px 0px;
	margin-right: auto;
  margin-left : auto;
	padding:0px 0px 0px 0px;
	font-weight:600;
	font-size: 15px;
	font-family: "Arial";
	color: #6c7f92;						
}

img {
	vertical-align: top;
}

p.post { 
	width: 550px;
	padding:0px 0% 0px 0%;
	margin:0px 0px 0px 0px;
	margin-right: auto;
  margin-left : auto;
	font-size: 13px;
	font-family:"Arial";
	color: #6c7f92;
	line-height: 185%;
	text-align: justify;
}

p.blank { 
	width: 550px;
	padding:0px 0% 0px 0%;
	margin:0px 0px 0px 0px;
	margin-right: auto;
  margin-left : auto;
	font-size: 13px;
	font-family:"Arial";
	color: #6c7f92;
	line-height: 185%;
	text-align: center;
}

p.quote { 
	width: 500px;
	padding:0px 0rem 0px 0rem;
	margin:0px 0px 0px 0px;
	margin-right: auto;
  margin-left : auto;
	font-size: 13px;
	font-family:"Arial";
	color: #6c7f92;
	line-height: 185%;
	text-align: justify;
}

p.line {
	width: 570px;
	white-space: nowrap;	
	margin:0px 0px 10px;
	margin-right: auto;
  margin-left : auto;
	border-bottom: solid 1px #696969;
	padding-bottom: 0px;
}

p.date {
	width: 570px;
	margin:150px 0px 0px 0px;
	margin-right: auto;
  margin-left : auto;
	font-size: 11px;
	font-family:"Arial";
	color: #6c7f92;  
}

footer {
	width: auto;
  margin:20px 0px 0px;
	padding-left:0px;
	font-weight:500; 
	font-size:11px; 
	font-family:'Arial'; 
	color: #6c7f92;
	text-align: center;  
}