@charset "utf-8";


/*******************************************************************************
*　　株式会社　第二新卒
*
*　　第二新卒ナビ　共通CSS
********************************************************************************/


/*
-------------------------------------------------------------------------------*/
body					{ margin:0; padding:0;}
h1,h2,h3				{ margin:0; padding:0;}
#body-wrap				{ width:800px; margin:15px auto; position:relative;}
#header-box				{ width:800px; height:120px; margin-bottom:10px;}


#footer-wrap			{ width:800px; font-size:12px; padding:6px 0; margin:10px 0; background:#FF6600; color:#FFFFFF; text-align:center; clear:both;}


/*コンテンツ＆メニュー囲み
-------------------------------------------------------------------------------*/
#contents-wrap			{ width:800px; position:relative;}
#job-wrap				{ width:580px; float:left;}
#menu-wrap				{ width:200px; float:right;}



/* ◇透明効果◇ */
* html .iepngfix,#contents-wrap,#footnavi-wrap
				 	{ behavior: expression(IEPNGFIX.fix(this)); } 
