/* CSS Document */
html {
overflow-x: hidden;
} 

#wrapper{
	width:802px; /*レイアウト全体の幅を指定　*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contaner{
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 8;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#primary{
	background-color:#0099FF;
	magin-left: 500px;
	width: 800px;
}
#secondary{
	position:absolute; /*値にabsolute（絶対）を指定*/
	top:0px;
	left:500px; /*左方向からの配置位置を指定*/
	width:300px;
　/*ボックスのはばを指定*/
	background-color:#FF0000;
	height: 24px;
	}
#fooder{
	height:50px;
}
#if_main {
	width: 799px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
}
.menu {
	margin: 0px;
	padding: 0px;
}
.menu2 {
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

