﻿@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 {
	text-align: left;
	padding: 43px 0 0 17px;
}
h3 {
}

#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;
}

#company_info {
	width: 635px;
	text-align: left;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.4;
	background-color: #ffffff;
}
#outsourcing {
	background-color: #ffffff;
	width: 645px;
	margin: 0 auto;
	text-align: left;
}
.td_left {
	padding: 8px 0 8px 18px;
	vertical-align: top;
	border-bottom: 1px solid #d7d6d6;
	border-right: 1px solid #d7d6d6;
}

.td_right {
	padding: 8px 0 8px 18px;
	border-bottom: 1px solid #d7d6d6;
}

.access_map {
	width: 635px;
	margin: 0 auto;
	padding-top: 22px;
	background-color: #ffffff;
}

#map {

}

#map_text {
	text-align: left;
	font-size: 15px;
	margin: 12px 0 0 42px;
	padding-bottom: 10px;
}

.company_work {
	font-size: 12px;
	text-align: left;
	list-style-image: url(../images/list.gif);
	line-height: 1.6;
	width: 284px;
}

.company_work1 {
	font-size: 12px;
	text-align: left;
	list-style-image: url(../images/list.gif);
	line-height: 1.6;
	width: 284px;
}

.company_work1 li {
	margin-bottom: 10px;
}

table.c_work {
	margin: 0 auto;
}

table.c_work td {
}

/* ここからフッタ */

#footer {
	background-color: #324d9e;
	clear: both;
}

#footer_text {
	color: #ffffff;
	font-size: 12px;
}