@charset 'UTF-8';

body{
	text-align : center;
	background-color : #616161;
	}
h1{
	margin : 0.8em 0em 1.3em 2em;
	color :  #004d4d;
	font-weight : normal;
	font-size : 140%;
	}
#inner{
	background-color : #e4e4e4;
	margin-left: auto;
	margin-right: auto;
	width : 650px;
	text-align : left;
	padding : 10px 15px 10px 15px;
	border : 2px solid #f5f5f5;
	}
#outer{
	text-align : center;
	margin : 0px 25px 0px 25px;
	background-color : #dbdbdb;
	padding : 10px 15px 10px 15px;
	}
#header{
	text-align : center;
	margin-left: auto;
	margin-right: auto;
	}
#map{
	font-size : 80%;
	color : gray;
	margin : 1em;
	}
#text{
	text-align: justify; 
	text-justify: distribute;
	font-family : ;
	line-height : 1.7em;
	letter-spacing : 0px;
	margin-bottom : 1.0em;
	color :  #376f6f;
	}
#text blockquote{
	text-align: justify; 
	text-justify: distribute;
	font-family : ;
	line-height : 1.7em;
	}
#date{
	font-size : 85%;
	color : gray;
	margin : 1.5em 1.5em 0 0;
	text-align : right;
	}
#to_top a{color : #494949;
	font-size : 12px;
	margin : 2px auto 2px auto;
	}
#footer{
	margin : 15px 5% 10px auto;
	font-size : 80%;
	font-family : "Arial";
	color : silver;
	width : 650px;
	text-align : right;
	}
#footer a{
	font-style : italic;
	color : silver;
	}
#footer a:hover{
	color : white;
	}
div#text div.1jisage{
	margin : 0 auto 0 1em;
	}
div#text div.2jisage{
	margin : 0 auto 0 2em;
	}
div#text div.4jisage{
	margin : 0 auto 0 4em;
	font-size : 90%;
	}
div#text div.6jisage{
	margin : 0.3em auto 0 6em;
	font-size : 105%;
	}
.right{
	float : right;
	margin : 10px 10px 0 0;
	}