@charset "utf-8";

/* layout setting for all pages */

#container {
 margin: 0 auto;
 border: 1px solid #000000;
 max-width: 720px;
 background-color: #ffffff
}


/* ----- header ----- */
#guide_top {
 margin: 0;
 padding: 0;
}

#sign_top {
 margin: 0;
 padding: 5px 47px 10px 1em;
/* height: 80px;/*                                    /* hight of top picture - padding top 5px - bottom 5px */
 background: #ffffff url(./jcoa_logo.png) no-repeat scroll top right;
}


/* ----- section ----- */

#main {
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
 padding: 1em;
}

#center_row1_bottom { clear: both; }

/* ----- footer ----- */

#foot {
 padding: 0.5em 1em 0 1em;
}


