@charset "UTF-8";
/* CSS Document */

body {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	background: #f7f7f7;
}
h1  {
	margin: 0px;
	padding: 0px;
	color: #009900;
}
a:link {
	color: #99CC00;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
}
#wrapper {
	margin: 0px auto;
	background: #f7f7f7;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header {
	background: url(../images/header.gif) repeat-x 0px;
	padding: 0px;
	height: 89px;
	text-align: center;
}
.greenlogo {
	padding-top: 20px;
	padding-left: 10px;
}
#contents {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: #f7f7f7 url(../images/bg.gif) repeat-x;
	padding-bottom: 59px;
	padding-top: 30px;
}
#contentsInner  {
	width: 800px;
	padding: 10px 5px 10px 15px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 59px;
	background: url(../images/bgfooter.gif) repeat-x;
}
#footer p {
	padding: 5px;
	text-align: center;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
