body {
   background:#FFFFFF;
   font-family: osaka,'MS P gothic', Arial;
   }

form { padding:0px; margin:0px; }

img { border:0px; }

/********       centering       ********/

.center {
	margin-left: auto;
	margin-right: auto;
        background-image: url(../images/bg_p.gif);
}


#outline {
        background-image: url(../images/bg_c.gif);
        background-repeat: repeat-y;
	width: 810px;
}

#header {
	width: 800px;
	height: 45px;
	display: block;
	position: static;
	overflow: hidden;
}

#footer{
	width: 800px;
        text-align: right;
}

#content {
	width: 800px;
}

.main_content_l {
   width: 552px;
   float: left;
   dispray: inline;
}

.main_content_r {
   width: 248px;
   float: left;
   dispray: inline;
}


