@charset "utf-8";

/*
	Since : 2007‒10‒05
	Last Modified: 2007‒10‒15
	Site Name: SEBACS Co., Ltd.
	Description: initial setting
	Version: 1.0
	Author: Tec Communications Co., Ltd.
*/

@import url(base.css);
@import url(parts/primary.css);
@import url(parts/module.css);
@import url(parts/wrapper.css);

h1,
#header ul,
#secondary,
#pageup {
	display: none;
}
body {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: none;
}
#container,
#primary,
#wrapper,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
#container {
	text-align: left;
}
#header p#logo {
	background-image: url(../images/hedaer/print-logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 64px;
	width: 193px;
}

* html #header p#logo {
	background-image: none;
	display:list-item;
	list-style-image:url(../images/hedaer/print-logo.gif);
	list-style-position:inside;
	}/*for IE 5.5-7*/




#footer {
	font-size: 11px;
	background-image: url(../images/footer/print-footerbg.gif);
	height: 70px;
	background-repeat: repeat-x;
	background-position: left top;
}
#leftColumn,
#rightColumn {
	padding-top: 10px;
}
#footer a,
#footer a:visited {
	color: #999999; 
}
#leftColumn {
	float: left;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
}
#rightColumn {
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
}
p#footerLogo {
	float: left;
	width: 118px;
	margin-right: 10px;
}
p#footerAddress {
	font-size: 10px;
	float: left;
}
#rightColumn p {
	height: 19px;
}
#rightColumn address {
	clear: both; 
}
#recruitFlash {
	background-image: url(../../recruit/images/print-flash-image.jpg);
	background-repeat: no-repeat;
}

/* All IE Hacks */
*+html body p#footerAddress, * html body p#footerAddress,
*+html body #rightColumn p, * html body #rightColumn p,
*+html body #rightColumn address, * html body #rightColumn address, {
	font-size: 80%;
}

/* Topics */
#wrapper .section {
	clear: both;
	padding: 5px 10px;
	margin: 10px 10px 0px;
}


#wrapper .section .section {
	margin-top: 10px;
	margin-right: -10px;
	margin-left: -10px;
	padding-top: 5px;
	padding-right: -10px;
	padding-left: -10px;
}

#recruitTalk {
	overflow:visible;
	width:150mm;
}

