.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {
	display:block;
}
/* end MacIE5 */
/*clearfix：ここまで*/

a {
	color: #00B000;
	outline-width: 0;
}
a:hover { color: #333333; }
a:active { color: #cccccc; }

.clear {
   clear: both;
}
html{
    height:100%;
}
body {
	background-color: #042802;
	height:100%;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.shadow {
background-image: url(../img/shadow.png);
background-repeat: repeat-y;
background-position: center;
}
* html div#container{
    height:100%;
}
div#container{
	background-image: url(../img/shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 17px;
	padding-left: 17px;
	margin-bottom: -47px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	min-height: 100%;
	/*+  behavior:url("/test/js/iepngfix.htc");*/
}
* html div#container{
	margin-bottom: -48px;
}

body > #container {
	height: auto;
}

* html div#container {
behavior: expression(IEPNGFIX.fix(this));
}


#wrapper {
	width: 930px;
	padding-bottom: 60px;
}


#header {
	background-image: url(../img/headbg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: 48px;
	width: 910px;
	background-color: #15260E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a79e26;
}

#header h1 {
	background-image: url(../img/logo.png);
	margin: 9px 257px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 31px;
	width: 257px;
	float: left;
	display: block;
	background-repeat: no-repeat;
}

#header h1 a {
	width: 257px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-indent:-9999px;
}

#mail{
	background-image: url(../img/navi/mail.gif));
	background-repeat: no-repeat;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float:right;
	height: 27px;
	width: 40px;
}

#mail a{
	background-image: url(../img/navi/mail.gif);
	background-repeat: no-repeat;
	background-position:center center;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 40px;
	display:block;
	text-indent:-9999px;
}


#footer {
	background-image: url(../img/footer.gif);
	background-position: right top;
	background-repeat: no-repeat;
	position:absolute;
	z-index: 1;
	bottom:0px;
	width:930px;
	height: 48px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
}

