@charset "UTF-8";
@import url("base.css");
@import url("class.css");
@import url("nccl-recruit/category.css");

/*----------------
*	Style Name: Print Stylesheet
*	Description: 印刷用スタイル定義
*
*	=1. Settings
*	=2. Hidden
*	=3. Header
*	=4. Main
*	=5. Aside
*	=6. Footer
*	=7. Elements
----------------*/

/*======================================

	=1. Settings

=======================================*/

body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10.5pt;
	background: #fff;
}

/*======================================

	=2. Hidden

=======================================*/

#container #pagetop,
#header p#nccl,
#header ul#gnav,
#aside,
#return {
	display: none;
}

/*======================================

	=3. Header

=======================================*/

#header #sitename a img#sitename2 {
	margin-top: 10px;
}

/*======================================

	=4. Footer

=======================================*/

#footer {
	clear: both;
	line-height: 2;
	padding-top: 2em;
	font-size: 85%;
	text-align: center;
}

#footer address {
	border-top: 1px solid #000;
}

/*======================================

	=7. Elements

=======================================*/

h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	color: #000;
}

blockquote {
	border: 1px dotted #000;
	color: #000;
	background: #fff;
}

pre {
	border: 3px double #888;
	background: #fff;
}

table,
th,
td {
	border: 1px solid #000;
	background: #fff;
}

