@charset "utf-8";
/*===========================================================
 Since: 2008-12-22
 Last Modified: 2009-02-20
 Guideline: Ver.0
============================================================*/

/* all
------------------------------------------------------------*/
body {
	margin: 0; 
	padding: 0;
	border: 0;
	overflow: visible !important;
	font-size: 80% !important;
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
}
/* for IE6 */
* html body {
	zoom: 0.8;
}


#container { background: none; }
#wrapper { width: 100%; }
#main #col1 { display:none; }
#main #col2 { margin: 0; width: 98%; }
#footer { display: none; }
.contents,#contents { margin-top: 1.8em; padding:0; }

/* company
------------------------------------------------------------*/
#company_top div.menu_l {
	width: 410px;
}
#company_top div.menu_r {
	margin-left: 430px;
}
#company_top .menu li {
	width: 200px;
}
#company_top div.menu_r .menu li {
	float: none;
}


/* service
------------------------------------------------------------*/
#service_top {
	width: 860px;
}
#service_top div.menu_l {
	width: 200px;
}
#service_top div.menu_c {
	width: 240px;
	margin-left: 5px;
}
#service_top li.sub_menu {
	padding: 0.5em;
}
#service_top div.menu_r {
	margin-left: 5px;
}

/* recruitment
------------------------------------------------------------*/
body:last-child div#body{ 
	display:table;
}
body:last-child #recruitment_top div.menu_l, 
body:last-child #recruitment_top div.menu_r{
	display:table-cell;
	float:none;
}
