﻿/*===================================================================
/PROJECT    :SystemNetwork_HP_Ver1.00
/
/FILE       :sn01.css
/ABSTRACT   :ページの共通定義用CSS
/NOTE       :
/HISTORY    :2006/09/22 新規作成
=====================================================================*/
/* ----------------------------------------------------------------- */
/* ロゴ                                                              */
/* ----------------------------------------------------------------- */
div#header1{
	position					: absolute;
	top							: 0px;
	left						: 0px;
	width						: 100%;
	height						: 60px;
	text-align					: center;
}
/* ----------------------------------------------------------------- */
/* タイトル                                                          */
/* ----------------------------------------------------------------- */
div#header2{
	position					: absolute;
	top							: 60px;
	left						: 0px;
	width						: 100%;
	height						: 130px;
	text-align					: center;
}
/* ----------------------------------------------------------------- */
/* フッター                                                          */
/* ----------------------------------------------------------------- */
div#foot{
	position					: absolute;
	bottom						: 0px;
	height						: 60px;
	width						: 770px;
	left						: 50%;
	margin-left					: -385px;
	background-color			: white;
}
/* ----------------------------------------------------------------- */
/* ボタン（TOP）                                                     */
/* ----------------------------------------------------------------- */
div#indent_1_1{
	position					: absolute;
	top							:  2px; 
	left						: 270px; 
	height						: 52px;
	width						: 96px;
}

/* ----------------------------------------------------------------- */
/* ボタン（企業情報）                                                */
/* ----------------------------------------------------------------- */
div#indent_1_2{
	position					: absolute;
	top							:  2px; 
	left						: 370px; 
	height						: 52px;
	width						: 96px;
}
/* ----------------------------------------------------------------- */
/* ボタン（業務紹介）                                                */
/* ----------------------------------------------------------------- */
div#indent_1_3{
	position					: absolute;
	top							:  2px; 
	left						: 470px; 
	height						: 52px;
	width						: 96px;
}
/* ----------------------------------------------------------------- */
/* ボタン（スタッフ）                                                */
/* ----------------------------------------------------------------- */

div#indent_1_4{
	position					: absolute;
	top							:  2px; 
	left						: 570px; 
	height						: 52px;
	width						: 96px;
}
/* ----------------------------------------------------------------- */
/* ボタン（お問い合わせ）                                            */
/* ----------------------------------------------------------------- */
div#indent_1_5{
	position					: absolute;
	top							:  2px; 
	left						: 670px; 
	height						: 52px;
	width						: 96px;
}
/* ----------------------------------------------------------------- */
/* サブメニュー　ボタン（大阪事務所）                                */
/* ----------------------------------------------------------------- */
div#indent_2_1{
	position					: absolute;
	top							: 205px; 
	left						: 595px; 
	height						: 30px;
	width						: 160px;
}
div#indent_2_1 p{
	font-size					: 0.8em;
	/*  font-weight             : bold; */
	line-height					: 1.6;
	margin-top					: 8px;
	margin-left					: 12px;
	color						: #486D94
}
/* ----------------------------------------------------------------- */
/* サブメニュー　ボタン（滋賀事務所）                                */
/* ----------------------------------------------------------------- */
div#indent_2_2{
	position					: absolute;
	top							: 295px; 
	left						: 595px; 
	height						: 30px;
	width						: 160px;
}
div#indent_2_2 p{
	font-size					: 0.8em;
	/*  font-weight             : bold; */
	line-height					: 1.6;
	margin-top					: 8px;
	margin-left					: 12px;
	color						: #486D94
}
/* ----------------------------------------------------------------- */
/* サブメニュー　ボタン（採用情報）                                  */
/* ----------------------------------------------------------------- */
div#indent_2_3{
	position					: absolute;
	top							: 385px; 
	left						: 595px; 
	height						: 30px;
	width						: 160px;
}
div#indent_2_3 p{
	font-size					: 0.8em;
	/*  font-weight             : bold; */
	line-height					: 1.6;
	margin-top					: 8px;
	margin-left					: 12px;
	color						: #486D94
}
/* ----------------------------------------------------------------- */
/* サブメニュー　ボタン（お問い合わせ）                              */
/* ----------------------------------------------------------------- */
div#indent_2_4{
	position					: absolute;
	top							: 475px; 
	left						: 595px; 
	height						: 30px;
	width						: 160px;
}
div#indent_2_4 p{
	font-size					: 0.8em;
	/*  font-weight             : bold; */
	line-height					: 1.6;
	margin-top					: 8px;
	margin-left					: 12px;
	color						: #486D94
}
img.main-button {
	width								: 96px;
	height							: 52px;
	border-style				: none;
}
img.sub-button {
	width								: 164px;
	height							: 44px;
	border-style				: none;
}
