body {
	background-color: #F5F5F5;
	width: auto;
	-webkit-text-size-adjust: 100%;
}

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

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

a:hover {
	color: #92b5a9;
	text-decoration:none
}

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

/*index*/

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

div.index {
	width: auto;
	margin: auto;
	padding-top: 50%;
}

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

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

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

p.text2 {
	width: auto;
	margin-top: -2px;
	font-size: 10px; 
	font-family: "Arial"; 
	color: #6c7f92;
	text-align: center;
}

/*page*/

h1.headline {
	width: auto;
	margin-bottom: 5px;
	margin-top: -3px;
}

a.headline {
	width : auto;
	margin-left: 2px;
   color: #6c7f92;
   font-size: 12px;
   font-weight: 700;
   font-family: "Hiragino Sans";
}

ul.nav {
	width: auto;
	list-style:none;
	font-size: 10px;
	margin-bottom: -10px;
	margin-top: -1px;
	font-family: "Arial";
}

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

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

p.hline {
	width: 97.5%;
	padding-top: -1px;
	margin-right: auto;
   margin-left : auto;
	border-bottom: solid 0.5px #696969;
	text-decoration: none;
}

h1.posttitle {
	width: 275px;
	margin: 50px 0px 25px 0px;
	margin-right: auto;
   margin-left : auto;
	font-weight:600;
	font-size: 10px;
	font-family: "Arial";
	color: #6c7f92;	
}

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

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

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

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

p.line {
	width: 275px;
	margin-right: auto;
   margin-left : auto;
	border-bottom: solid 0.5px #696969;
	padding-bottom: 0px;
	text-decoration: none;
}

footer {
   margin: 10px 0px 10px 0px;
	margin-right: auto;
   margin-left: auto;
	font-weight: 500; 
	font-size: 7px; 
	font-family: "Arial";
	color: #6c7f92;
	text-align: center;  
}