﻿/*
************************************************************************

【CSS Infomation】

Summary        : 採用トップの設定
Last update    : 2008/11/17
Production day : 2008/11/17
Author         : Info-Works Inc.

************************************************************************
*/
@import url("../career_track/css/default.css"); /*販売職で使用しているブラウザデフォルト変更*/

html {
	overflow-y: scroll;
}

body {
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	line-height: 1.4;
	color: #323232;
	font-size: 100%;
	letter-spacing: 1px;
}

/*---------------------------------------- リンク ▼ */
a:link,a:visited {
	color: #002AFF;
	text-decoration: none;
}
a:active,a:hover {
	color: #002AFF;
	text-decoration: underline;
}

/*---------------------------------------- リンク ▲ */

#wrapper {
	position: relative;
	width: 870px;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6, p {
	font-size: 75%;
}
/*----------------------------------------------------------------------

	メイン部分

----------------------------------------------------------------------*/
#contents {
	position: relative;
	width: 870px;
	height: 532px;
	background: url(../img/top_back.jpg) repeat top left;
	font-size: 0;
}
#contents #titleArea {
	position: absolute;
	top: 59px;
	left: 174px;
	width: 522px;
	height: 59px;
	background-color: #FFFFFF;
	text-align: center;
	z-index: 2;
}
#contents #titleArea h1 {
	margin-top: 40px;
}

#contents #mainArea {
	position: absolute;
	top: 118px;
	left: 0px;
	width: 870px;
	height: 295px;
	background-color: #FFFFFF;
	text-align: center;
}
#contents #mainArea  #topBack {
	position: absolute;
	top: 7px;
	right: 5px;
}
#contents #mainArea #btnAreaL {
	position: absolute;
	width: 435px;
	top: 30px;
	left: 0;
	text-align:left;
}
#contents #mainArea #btnAreaL h2 {
	margin-bottom: 3px;
}
#contents #mainArea #btnAreaR {
	position: absolute;
	width: 435px;
	top: 30px;
	right: 0;
	padding-left: 8px;
	text-align:right;
}
#contents #mainArea #btnAreaR h2 {
	margin: 0 306px 3px 0;
}

#contents #newsArea {
	position: absolute;
	top: 413px;
	left: 174px;
	width: 522px;
	height: 59px;
	background-color: #FFFFFF;
	text-align: center;
}
#contents #newsArea p {
	margin-top: 10px;
}
#contents #newsArea2 {
	position: absolute;
	top: 458px;
	left: 171px;
	width: 522px;
	height: 59px;
	text-align: center;
}
#contents #newsArea2 p {
	margin-top: 20px;
}
/*----------------------------------------------------------------------

	フッター部分

----------------------------------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	width: 100%;
	padding-bottom: 15px;
	border-top: 3px solid #61AB39;
}

#footer ul{
	padding-top: 0.5em;
	font-size: 63%;
}

#footer ul li{
	display: inline;
	margin: 0 20px 0 0;
	padding-left: 10px;
	background: url(../img/mark3.gif) no-repeat 0 0.2em;
}

#footer p.copyright{
	float :right;
	padding-top: 0.5em;
}

/*----------------------------------------------------------------------

	ハック

----------------------------------------------------------------------*/
/*---------------------------------------- clearfix ▼ */
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*-------------------- IE7 */
.clearfix {
	display: inline-block;
}

/*-------------------- IE6 */
*html .clearfix {
	height: 1%;
}

/*-------------------- MacIE5 \*/
.clearfix {
	display: block;
}
/*---------------------------------------- clearfix ▲ */


