@charset "UTF-8";
/*
-----------------------------------------------------------------------------*/
/*印刷用CSS*/
/*
-----------------------------------------------------------------------------*/
/*\*/
@import "module.css";
@import "reset.css";
@import "structure.css";
/**/
/*値変更
-----------------------------------------------------------------------------*/
html,
body,
#wrapper,
#header,
#pagebody
#contents,
#contents .main,
#contents .side,
#contents .newsItem,
#contents .boxRecruit,
#contents .historyPic p,
.greeting,
.history,
.contact,
#pageBody,
#primary,
#secondary,
#footer,
#footer address{
	width:600px;
	margin:0;
	padding:0;
	background-image:none;
	background:#ffffff;
	font-size:12px;
	text-align:left;
	color:#000000;
	float:none;
	clear:both;
	display:block;
	border:none;
}
#header #logo{
	padding:0 0 20px 0;
}
/*非表示
-----------------------------------------------------------------------------*/
#skip,
#header #copy,
#secondary,
#navG,
#mainImage,
.topNews p.more,
.boxRecruit .btnRecruit,
.navU,
#navF{
	display:none;
}
