html,body{
	background-color: #d6ffc3;
	margin:0px;
	width:100%;
}

.ssl_seal{
	position: relative;
	height:2em;
	right:5px;
	float:right;
}

.ssl_seal_link{
	position:absolute;
	top:auto;
	right: 1px;
}

.ssl_seal_link > input[type="image"]{
	height:2em;
}

.footer_link{
	color:rgb(0, 132, 255);
	margin-left:1em;
}

.footer_link:before{
	content:"・";
	text-decoration: none;
}

.footer_title_link{
	color: black;
    width: 100%;
    position: absolute;
	text-align:center;
    bottom: 0.5em;
}

#access_counter{
	font-size:0.9em;
	display:inline-block;
	margin-top:0.5em;
	margin-left:0.5em;
	font-weight: normal;
	color:black;
}
#access_counter > .cnt_number_text{
	background-color: black;
	color:yellow;
	font-weight: bold;
	display:inline-block;
	width:1.2em;
	margin:0 0 0 1px;
	font-size:0.8rem;
	text-align: center;
	cursor: default;
}

.ssl_seal_link{
	position: absolute;
    right: 0.5em;
	bottom:0.2em;
}