﻿@charset "UTF-8";

/* ここから、layout.css の設定上書き用 */
/* ///////////////////////////////////////////////
 Wrap & Body
/////////////////////////////////////////////// */

body {
	background: #FFF;
}

/* ///////////////////////////////////////////////
 Header
/////////////////////////////////////////////// */
#header {
	position: relative;
	display: block;
	width: 810px;
	height: 55px;
	background: #FFF;
}

/* ///////////////////////////////////////////////
 Main Img
/////////////////////////////////////////////// */
#main-img {
	width: 810px;
	height: 310px;
}
#main-img-body {
	position: relative;
	top: 5px;
	left: 5px;
	width: 800px;
	height: 300px;
	text-indent: -1000px;
}

/* Main Img
----------------------------------------------- */
#main-img-body a {
	/* ▽ MAC IE 5.x 以外のみ適用　\*/
	display: block;
	overflow: hidden;
	/* ここまで */
	/* ▽ MAC IE 5.x のみ適用　\*//*/
	display: inline-block;
	/* ここまで */
	width: 800px;
	height: 300px;
}
#main-img-body a:hover {
	background-color: transparent;
}
#main-img-body p {
	display: none;
}

#main-img {
	background: url("./img/0.0_main-img.jpg") 0 0 no-repeat;
}

/* ///////////////////////////////////////////////
 Main Contents
/////////////////////////////////////////////// */
#main {
	float: left;
	display: block;
	width: 650px;
	background: #FFF;
}

/* ///////////////////////////////////////////////
 Side Contents
/////////////////////////////////////////////// */
#side {
	position: relative;
	float: right;
	display: block;
	width: 150px;
}


/* ここまで、layout.css の設定上書き用 */



/* ///////////////////////////////////////////////
 Main 
/////////////////////////////////////////////// */

.C-body {
	margin: 10px 20px 0 20px;
}
.C-body a img {
	margin: 10px 0;
}
* html .C-body a img {
	margin: 5px 0;
}

/* 新卒
----------------------------------------------- */
#C1 {
	float: left;
	width: 320px;
	margin-top: 10px;
	background: url("./img/0.0_1.x_bg-body.jpg") 0 0 repeat-y;
}
#C1 h2 {
	/* ▽ MAC IE 5.x 以外のみ適用　\*/
	display: block;
	overflow: hidden;
	/* ここまで */
	/* ▽ MAC IE 5.x のみ適用　\*//*/
	display: inline-block;
	/* ここまで */
	width: 320px;
	height: 45px;
	text-indent: -1000px;
	background: url("./img/0.0_1.x_h2.jpg") 0 0 repeat-y;
}
.C1-bottom {
	width: 320px;
	height: 10px;
	background: url("./img/0.0_1.x_bg-bottom.jpg") 0 100% no-repeat;
}
#C1 .left {
	margin: 0 10px 0 0;
}


/* 派遣
----------------------------------------------- */
#C2 {
	float: right;
	width: 320px;
	margin-top: 10px;
	background: url("./img/0.0_2.x_bg-body.jpg") 0 0 repeat-y;
}
#C2 h2 {
	/* ▽ MAC IE 5.x 以外のみ適用　\*/
	display: block;
	overflow: hidden;
	/* ここまで */
	/* ▽ MAC IE 5.x のみ適用　\*//*/
	display: inline-block;
	/* ここまで */
	width: 320px;
	height: 45px;
	text-indent: -1000px;
	background: url("./img/0.0_2.x_h2.jpg") 0 0 no-repeat;
}
.C2-bottom {
	width: 320px;
	height: 10px;
	background: url("./img/0.0_2.x_bg-bottom.jpg") 0 100% no-repeat;
}
#C2 .left {
	margin: 0 10px 0 0;
}

/* 会社
----------------------------------------------- */
#C3 {
	width: 150px;
	margin-top: 10px;
	background: url("./img/0.0_3.x_bg-body.jpg") 0 0 repeat-y;
}
#C3 h2 {
	/* ▽ MAC IE 5.x 以外のみ適用　\*/
	display: block;
	overflow: hidden;
	/* ここまで */
	/* ▽ MAC IE 5.x のみ適用　\*//*/
	display: inline-block;
	/* ここまで */
	width: 150px;
	height: 95px;
	text-indent: -1000px;
	background: url("./img/0.0_3.x_h2.jpg") 0 0 no-repeat;
}
.C3-bottom {
	width: 150px;
	height: 10px;
	background: url("./img/0.0_3.x_bg-bottom.jpg") 100% 100% no-repeat;
}
#C3 .C-body {
	margin: 10px 15px 0 15px;
}

/* バナー
----------------------------------------------- */
#C4 {
	clear: both;
	position: relative;
	top: 10px;
	width: 800px;
	margin-bottom: 10px;
	text-align: right;
}
#C4 a img {
	margin-left: 5px;
}

