@charset "shift_jis";

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

/* レイアウトの設定*/
body{
	margin:0px auto;
	padding:0px;
	height:100%;
}

/* ラッパーの設定*/
#wrap{
	position:relative;
	width:1035px;
	height:100%;
	min-height: 100%;
}

body > #main {
    height: auto;
}

/* 左側の設定*/
#left{
	width:235px;
	height:100%;
	float:left;
}
/* 右側の設定*/
#right{
	width:800px;
	height:100%;
	float:right;
}
/* フッターの設定*/
#foot{
    position:relative;
    width:auto;
    height:1px;
    clear:both;
}
