@charset "utf-8";

/* レイアウト
-----------------------------------*/ 
html {
height:100%;
overflow-y:scroll;
}


body {
text-align:-moz-center; /*FF*/
text-align:center; /*IE */
height:100%;
font: 0.9em "lr oSVbN", "MS P Gothic", Verdana, sans-serif;
text-align: center;
background-color: #fff;
line-height:1.4;
color:#333;
margin:0px auto;
}

div#container {
	width: 950px;
	margin:0px auto;
	position:relative;
	min-height: 100%;
	background-color: #fff;
}

body > #container {

}

div#main {
width:950px;
margin:5px 0px 5px 0px;
padding:5px 0px 5px 0px;
}

div#foot {
width: 950px;
margin:10px 0px 0px 0px;
/*	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;*/
}
