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;
}


#outline {
	width: 750px;
}

#header_top {
        background-image: url(../images/top_image_bg.jpg);
        background-repeat: no-repeat;
	width: 750px;
	height: 290px;
	display: block;
	position: static;
	overflow: hidden;
}

#content {
        background-image: url(../images/bg_p01.gif);
	width: 750px;
	display: block;
	position: static;
	overflow: hidden;
}

.main_content_l {
   width: 210px;
   float: left;
   dispray: inline;
}

.main_content_r {
   width: 530px;
   float: left;
   dispray: inline;
}


