@charset "utf-8";
/**
 * style
*/

/* layout */
html { height:100%; filter:expression(document.execCommand("BackgroundImageCache", false, true)); }
body { text-align:center; height:100%; background-color:#FFF; line-height:20px; color:#OOO; font-size:75%; }
div#wrap { width:900px; margin:0 auto; text-align:left; }
*html div#wrap { height:100%; }
body > #wrap { min-height:100%; height:auto; }


/* index */
#index h3 { margin-top:50px; }


/* job */
body#job { line-height:25px; color:#FCFCFC; }
#job div#wrap { padding:50px; background:#337199; border-left:#000E1C 1px solid; border-right:#000E1C 1px solid; }
#job ul.blackArea { margin:10px 0 20px; padding:15px 30px; background:#222; border:#000 1px solid; color:#FCFCFC; }
#job ul.blackArea li  { background:#222; }
#job a { color:#0196E3; text-decoration:none; }
#job a:hover { text-decoration:underline; }
#job a:visited { color:#FCFCFC; }
#job h3 { font-size:150%; font-weight:bold; }

