%html {
%	overflow: scroll;
%	overflow: -moz-scrollbars-vertical;
%	overflow-x: scroll;
%}
html {
    margin-bottom:1px;
    height:100%;
    }
body {
	background-color:#ffefd5;
	color: #89694f; %
	}
#container {
	width:800px;
	}
#nav {
	font-size: small;
	text-align: left;
	width: 18%;
	float: left;
	background-color: #f4d11f;
	padding: 10px;
	}
#contents {
	width: 62%;
	float: left;
	background-color: #ffefd5; %#ffc;
	}
#side {
	font-size: small;
	text-align: center;
	width: 15%;
	float: left;
	background-color: #f4d11f; %#f0e68c;
	padding: 10px;
	}
#footer{
	margin: 0px 0px 0px;
	height: 20px;
	clear: both;
	background-color: rgba(245,130,31,0.7);
	color: #b55e17;
	font-size: 10px;
	}
h1{
	margin: 0px 0px 10px;
	text-align: left;
	background-color: rgba(245,130,31,0.7);  
	color: #b55e17; 
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: ƒƒCƒŠƒI, "‚l‚r@‚oƒSƒVƒbƒN", Osaka, "Hiragino Kaku Gothic Pro";
	}
h2{
        font-size: large;
	margin: 0px 0px 0px;
	text-align: left;
	background-color: rgba(245,130,31,0.7);
	color: #b55e17; 
	padding-left: 20px;
	padding-top: 10px;
	font-family: "Courier New", Courier, monospace;
	}
p {	margin: 10px 20px 10px;
	background-color: #ffefd5;
	}
p.text1{
	font-size: small;
	border: dashed 3px #bdb76b; 
	padding: 10px;
	}
p.text2 {
	font-weight:700;
	}
p.text3 {
	text-align: right; 
	}
p.text4 {
	margin-bottom: 10px;
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
a {
	text-decoration: none;
	}
a:link {
	color: #1f6af4;
	}
a:visited {
	color: #f11ff4;
	}
a:hover {
	color: #00ffcc;%ƒ~ƒ“ƒg
	text-decoration: underline;
	}
a:active {
	color: #33ff00;%‰©—Î
	}
p.serif {
	font-family: "‚l‚r@‚o–¾’©", "×–¾’©‘Ì", "Hiragino Mincho Pro";
	}
p.sansserif {
	font-family: ƒƒCƒŠƒI, "MS@PƒSƒVƒbƒN", "Osaka", "Hiragino Kaku Gothic Pr";
	}
p.monospace {
	font-family: "MS@ƒSƒVƒbƒN", "Osaka|“™•", "monospace";
	}
address{
	font-style: italic;
	font-size: 12px;
	}