@charset "UTF-8";

/** |READ ME| **************************************************************************************

"gooya corporation"

Cascading Style Sheet Setting File
/common/css/print.css（Ver.2009.01）

----------------------------------------------------------------------------------------------------

このファイルはヘッダ・フッタ等の共通部分の設定について記述しています。

01.Common Section ----------- ページ全体
02.Header Section ----------- ヘッダ
03.Footer Section ----------- フッタ
04.Menu Section ------------- メニュー
05.Main Section ------------- コンテンツ

《その他CSSファイル》
各要素・クリア・フォント      => element.css
各ページ詳細                  => detail.css
採用サイト                    => /recruit/css/*

************************************************************************************** |READ ME| **/

/** |01.Common Section| ****************************************************************** START **/
body{
	text-align:center;
	background: #FFFFFF none 0 0;
}

div.bodyHeader{
	margin: 0 auto;
	text-align:center;
	background: #FFFFFF none 0 0;
}

*:first-child+html body{padding-left:1px;}	/* IE7 */
*html body {padding-left:1px;}/* IE6 */

/************************************************************** コンテンツ枠 **/
div.container{
	width: auto;
	margin-left: -800px;
	background-image: none;
}


/* END ********************************************************************* |01.Common Section| **/




/** |02.Header Section| ****************************************************************** START **/
div.headArea{
	width:auto;
	background: #FFFFFF none 0 0;
}

/** 各ヘッダ画像 **/
/** detail.css 内各ページを参照 **/

/******************************************************************** ヘッダ **/
div.header{
	margin: 0;
	background: #FFFFFF none 0 0;
}

/************************************************** ロゴ **/
div.logoArea{
	float:left;
	text-align:left;
}
div.logoArea img{margin:10px 0 0 0;}

/**************************************** ヘッダメニュー **/
div.headerMenu{display: none;}

/********************************************** ぱんくず **/
ul.breadList{display: none;}

/** END ******************************************************************** |02.Header Section| **/

/** |03.Footer Section| ****************************************************************** START **/
div.footer{display: none;}

/* END ********************************************************************* |03.Footer Section| **/


/** |04.Menu Section| ******************************************************************** START **/
div.navigation{display: none;}
div.navInner{display: none;}

/** |05.Contents Section| **************************************************************** START **/
div.wrapper{
	width: auto;
	margin-left: 800px;
}

div.subWrapper{
	float: none;
}

/************************************************ ページ先頭へのリンクボタン **/
p.goPageTop{display:none;}
*:first-child+html div.container p.goPageTop{display: none;0;}	/* IE7 */


/**************************************************************** テキスト類 **/
div.subWrapper p, div.subWrapper li{line-height:1.5;}
div.subWrapper p, div.subWrapper ul, div.subWrapper dl{padding-bottom:10px;}

/** ※などの注釈テキスト **/
p.miniTxt, ul.miniTxt li{
	color:#888888;
	font-size:78%;
	line-height:120%;
}

div#WorksArea div.cnts2Box div.filter{
	display: none;
}

/****************************************** 「制作実績」 **/
div#WorksArea div.cnts2Box{}

/*-----------------------------------------
各ページ概要
----------------------------------------**/
/** プリント用ロゴ **/
.printArea{
	display:block;
	margin: 20px 0;
	text-align: left;
}

/** 実績Fla **/
div.container div.flash{display: none;}
*:first-child+html div.container div.flash{display: none;}/* IE7 */

/** トップページFla **/
div.headArea table td.printNone {display: none;}

/** Web制作・開発 **/
div#WebHeader01, div#WebHeader02, div#WebHeader03, div#WebHeader04{
	padding-bottom:20px;
	background-image: none;
}

/** セールスプロモーション **/
div#PromoHeader01, div#PromoHeader02{
	padding-bottom:20px;
	background-image: none;
}

/** ITソリューション **/
div#ItsHeader01, div#ItsHeader02{
	padding-bottom:20px;
	background-image: none;
}

/** 会社情報 **/
div#CorporateHeader01, div#CorporateHeader02, div#CorporateHeader03, 
div#CorporateHeader04, div#CorporateHeader05{
	padding-bottom:20px;
	background-image: none;
}
/** お問い合わせ **/
div#InquiryHeader01{
	padding-bottom:20px;
	background-image: none;
}
.recruitImg {
	text-align: center;
	background-image: none;
}

/** 個人情報取扱 **/
div#PrivacyHeader{
	padding-bottom:20px;
	background-image: none;
}

/************************************************************** サイトマップ **/
div#SitemapHeader{
	padding-bottom:20px;
	background-image: none;
}

/** END ****************************************************************** |05.Contents Section| **/