/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color: #8FA085;
}
#container {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
}
.honbun {
        width:90%;
        font-size:0.85em;
	font-style: normal;
        line-height:1.6em;
}
hr {
	margin: 0px;
	padding: 0px;
}
#footer {
	clear: both;
	float: none;
	width: 780px;
	margin-top:0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
address {
	text-align: right;
	font-size: 10px;
	font-style: normal;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.created {
 color:#333333;
 font-size:0.62em;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}