@charset "utf-8";
/*==================================================
	@ Style Name    : /libs/print.css
	@ Create Date   : 2010.07.05
	@ LastUp Date   : 2010.07.05
==================================================
	@ Style Infomation
		@ Reset
			01. HeadLine
		@ Html, Body, Define
		@ Layout
			01. Display
			02. Container
			03. MainContents
			04. Footer
		@ Module
			01. Copyright
 ==================================================*/
 
/*==================================================
	@ Reset
==================================================*/
/*--------------------------------------------------
	01. HeadLine
--------------------------------------------------*/
h1 {font-size:19pt;}
h2 {font-size:17pt;}
h3 {font-size:15pt;}
h4,h5,h6 {font-size:12pt;}
 
/*==================================================
	@ Html, Body, Define
==================================================*/
body{
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	background:none;
	color:#000;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:12pt;
	line-height:1.4;
	word-spacing:1.1pt;
	letter-spacing:0.2pt;
}

a{
	color:#000;
	text-decoration:none;
}

/*==================================================
	@ Layout
==================================================*/
/*--------------------------------------------------
	01. Display
--------------------------------------------------*/
#gMenu,
#fMenu,
#sidebar,
#pageTop,
#produced,
#shiki,
.contactArea,
.btnInfo,
.btnRecruit,
.btnList {display:none;}

/*--------------------------------------------------
	02. Container
--------------------------------------------------*/
#container,
#wrapper,
#mainContents {width:auto;}

/*--------------------------------------------------
	03. MainContents
--------------------------------------------------*/
#mainContents h3 {margin:15px 0;}
#mainContents h4 {margin:5px 0;}
.pageImg {margin-bottom:20px;}

/*--------------------------------------------------
	04. Footer
--------------------------------------------------*/
#footer {
	clear:both;
	width:auto;
}

/*==================================================
	@ Module
==================================================*/
/*--------------------------------------------------
	01. Copyright
--------------------------------------------------*/
#copyright {margin-top:15px;}
