/*----------------------------------------------
wrap
全体を包括
-----------------------------------------------*/
#wrap{
width:800px;
margin:0px auto;
}

/*----------------------------------------------
 header
 ヘッダー部
-----------------------------------------------*/
#header {
width: 800px;
height: 16px;
padding:0px;
background-color:#299534;
}

#information{
float:right;
margin-top:47px;
}

#gr_line {
width: 800px;
height:19px;
background-image:url(../same_img/green_line.gif);
}

/*----------------------------------------------
 サイドバー ・メインコンテンツを包括
-----------------------------------------------*/

#container{
width:800px;
position:relative;
min-height:100%;
 _height:100%;
 margin-top: 24px;
padding-bottom: 30px; /* ここはフッターと同じ高さに */
}


/*----------------------------------------------
Footer
-----------------------------------------------*/

#footer {
width: 800px;
margin-right: auto;
margin-left: auto;
margin-top: -30px; /* negative value of footer height */
height: 30px;
clear:both;
text-align: center;
font-size: 80%;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
