﻿@charset "utf-8";

/* ここから基本設定 */

* {
	margin: 0;
	padding: 0;
}

body {
    font-family:"MS PGothic","Osaka",Arial,sans-serif;
    background-image: url(../images/background.gif);
    background-repeat: repeat-x;
}

img {
    border: 0;
}

a:hover img{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

a:hover {
    text-decoration:underline;
}

h1 {
	height: 23px;
	font-size: 12px;
	text-align: right;
	color: #ffffff;
}
h2 {
	padding: 19px 0 9px 14px;
	font-size: 16px;
	color: #424343;
	line-height: 1.4;
	clear: both;
	width: 570px;
}
h3 {
	padding: 17px 0 13px 14px;
	font-size: 16px;
	color: #424343;
}

#ie6 {
	text-align: center;

}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* ここからヘッダ */

#header-left {
	float: left;
}

#header-right {
	float: right;
	margin-top: 23px;
}

#main_image {
	clear: both;
	margin-top: 109px;
}

#sub_image {
	margin-top: 10px;
}

#content_wrapper {
	width: 900px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* ここからサイドメニュー */

#left-menu {
	width: 213px;
	background-color: #dbdbdc;
	float: left;
}

ul {
	list-style-type: none;
	padding-top: 5px;
}

li img {
	vertical-align:bottom;
}

#contact {
	margin-top: 7px;
	padding-bottom: 7px;
}

/* ここから中央コンテンツ */

#center_content {
	width: 655px;
	float: right;
	padding: 5px 0;
	margin-bottom: 10px;
	background-color: #DBDBDC;
}

#content_margin {
	margin-left: 9px;
}

#outsourcing {
	background-color: #ffffff;
	width: 645px;
	margin: 0 auto;
	text-align: left;
}

#title_outsourcing {
	padding-top: 10px;
}

.recruit_info {
	margin: 20px 0 10px 19px;
	font-size: 14px;
	background-color: #e5e6e6;
	line-height: 1.4;
}

.td_title {
	padding: 5px 15px 5px 10px;
	color: #ffffff;
	background-color: #0562b9;
	font-weight: bold;
	font-size: 15px;
}

.td_left {
	background-color: #f4faff;
	padding: 7px 0 7px 14px;
	width: 80px;
}

.td_right {
	padding: 7px 0 7px 19px;
	background-color: #ffffff;
	width: 450px;
}

.recruit_contact {
	float: right;
}

/* ここからフッタ */

#footer {
	background-color: #324d9e;
	clear: both;
}

#footer_text {
	color: #ffffff;
	font-size: 12px;
}