@charset "shift_jis";

/*	html/body
-----------------------------------------------------------------------*/
*{
	margin:0px;
	padding:0px;
}

html{height:100%;}
body{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:12px;
	line-height:1.5em;
	color:#000000f;
}

a{text-decoration:none;}
a:link{color:#000000;}
a:visited{color:#000000;}
a:hover{color:#000000;}

/*	contents
-----------------------------------------------------------------------*/
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:20px;
	text-align:center;
	margin:30px 0;
}
#pagetop{
	width:650px;
	height:100%;
	text-align:left;
	margin:0px auto;
	padding:0px 0px 30px 0;
}
#text{
	padding:0px 12px;
	text-align:justify;
	text-justify:distribute-all-lines;
	line-height:1.4em;
	letter-spacing:0.1em;
}


/*	footer
-----------------------------------------------------------------------*/
div#footer{
	width:auto;
}
	ul{
		list-style:none;
		text-align:right;
		border-top:1px solid #000000;
		padding:5px 0px 0px 0px;
		margin-top:50px;
	}
	li{
		display:inline;
		padding-left:10px;
	}
div#footer p{
	text-align:center;
}
