@charset "utf-8";

/* ============================== __display_none */
#nav,
#sub_contents,
.page_top { display: none; }
.page_top_in { display: none; }
.for_screen { display: none; }
.for_print_inline { display: inline; }
.for_print_block { display: block; }
#header #tagline { display: none; }


/* ============================== __wrapper */
#wrapper { width: 95%; border: none; padding: 0; margin: 0; }
#wrapper_inner { padding: 0; background: none; }


/* ============================== __directory_link */
#directory_link { padding: 1em 0 0; }


/* ============================== __header */
#header { width: 100%; }


/* ============================== __contents */
#contents { width: 100%; background: none; padding: 1em 0 0; }


/* ============================== __main_contents */
#main_contents { width: 100%; padding: 0; float: none; }
#main_contents table.data_table th p { color: #333; }

/* ---------------------- div ---------------------- */
/* blue_partition */
.blue_partition { background: none; border: 3px double #BAD1E8; }
.blue_partition dt.detail_midashi { background: none; border-bottom: 2px solid #DDDDDD; }

/* red_partition */
.red_partition { background: none; border: 3px double #E8BABA; }


/* ============================================================ index */
body#index #scroll_to_main,
body#index #scroll_to_splash { display: none; }
body#index .leftcol { float: none; display: none; }
body#index .rightcol { float: none; }
body#index #main_contents { float: none; }

/* ============================================================ splash */
body#splash #contents { text-align: left; }
body#splash #contents h1 { margin-left: 0; margin-right: 0; }
body#splash #contents ul { margin: 0; }
body#splash #scroll_to_main { display: none; }

/* ============================== login */
#login #main_contents .multicol,
#login #main_contents #section_login, 
#login #main_contents #section_registration { background: none; }

