/* 全称セレクタでブラウザ毎のクセをリセット */
* {
	margin: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
	font-size: 9px;
	line-height: 120%;
	padding: 0px;
	font-family: "Osaka", "MS UI Gothic";
}

html,x:-moz-broken {
    margin-left:-1px;
}

#all{	width: 100%;
	height : 100%;
	background-repeat:  repeat-x;
	background-position: center top;
	background-image: url(../img/bg2.jpg);
	background-attachment:fixed;
	background-color: #014ccc;
	}

#header_box{
	width : 760px;
	height : 215px;
	margin: 0 auto;  
	text-align: left;
}

#main_box{
	width : 760px;
	margin: 0 auto;  
	text-align: left;
	background-image: url(../img/bg3.jpg);
	background-repeat: repeat;	
	background-color: #c6d7ff;
}

#footer_box{
	width : 760px;
	height: 44px;
	margin: 0 auto;  
	text-align: left;
	background-image: url(../img/bg2.jpg);
}

#table_box{
	margin :  0px;
	padding : 0px;
}