@charset "UTF-8";

/*------------------------------------------------------------------------------
	JA静岡経済連リクルートサイト - Print CSS
	URL: http://jashizuoka-keizairen.net/recruit/
	Date: 2009-01-28
	Copyright (C) JA Shizuoka Keizairen All Rights Reserved.
------------------------------------------------------------------------------*/




/*  Hide Object 
----------------------------------------------------*/

#skip,
#header #globalNav,
#header #subNav,
p#pan,
#subContent,
#footer,
p.toTop,
#toEntry{display:none; !important}

#siteTitle{
	width: 60%;
}
#siteTitle a{
	background: #000;
}

#header #header{
	height: auto;
}

#header #globalNav ul{
	display: none;
}

#header #globalNav{
	position: absolute;
}

* html *{
	width: auto !important;
}

.inner
#wrapper,
#contents,
.section,
#mainContent{
	width: auto !important;
	background: none;
	padding-left: 0;
	padding-right: 0;
}

/* Hide Background
----------------------------------------------------*/

body,
#wrapper,
#mainContent,
#footer,
.inner,
#contents,
#pageTitle,
#mainContent h2,
p#pan *,
.section{
	background-image:none !important;
	background-color:#fff !important;
	}

/* Printing Setting
----------------------------------------------------*/

body{
	color:#000;
	font-size:10pt;
	font-family:Sans-Serif;
	line-height:1.5;
	letter-spacing:0.1em;
	}
	
body.interview #mainContent .section h2{
	position: static;
}

a:link,
a:visited{
	color:#000;
	text-decoration:underline;
	}

img{border:0;}

#mainContent{
	float:none !important;
	width:auto !important;
	margin:0 !important;
	padding:0 !important;
	}

#mainContent ul{
	list-style-type:square;
	list-style-position:inside;
	}
#mainContent ul li{
	padding-left:0;
	background:none;
	}

#mainContent table,
#mainContent table th,
#mainContent table td{
	border:1px solid #333;
	}
	

body#home #flash,
body#home #flash #swf{
	width: auto;
}

