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

html,body{
	background-image:url("../img/background.gif");
	background-repeat:repeat;
	font-size:11px;
	font-family: "ＭＳ ゴシック",sans-serif; 
	letter-spacing:0.5px;
	padding:0;
	margin:0 auto;
	color:#5A5449;
	height:100%;

}




<!--ie7-->
*:first-child+html html,body{
	letter-spacing:0px;
	line-height:200%;
}

<!--ie6-->
* html body { 
	letter-spacing:2px;
	line-height:200%;
} 


#container{
	position:relative;
	min-height: 100%;
	width:960px;
	margin:0 auto;
	background-color:#FEFAF2;
}

* html div#container {
	height:100%;
}


#header{
	background-color:#3f2120;
	width:100%;
	height:20px;
	padding:0;
	margin:0 0 50px;
}

h1{
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	padding:2px 0 0;
	margin:0;
	text-align:center;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#main{
	text-align:center;
	padding-bottom:1em;
}

#footer{
	width: 100%;
	font-size:11px;
	color:#3f2120;
	height:20px;
	position: absolute;
    bottom: 0;
	text-align:center;
}


.left{
	float:left;
	padding-left:10px;
	
}

.right{
	float:right;
}

