﻿@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: 17px 0 9px 14px;
	font-size: 16px;
	color: #424343;
}
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;
	position: relative;
}

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;
}

#cleaning_work {
	margin: 14px 0 3px 10px;
	background-color: #f8f7f7;
	padding: 10px;
	width: 589px;
}

#cleaning_work_text {
	float: left;
	width: 330px;
	font-size: 13px;
	padding-right: 13px;
	padding-left: 3px;
	line-height: 1.4;
}

#outsourcing {
	background-color: #ffffff;
	width: 645px;
	margin: 0 auto;
	text-align: left;
}

#bill_title0 {
	padding-top: 10px;
}

.bill_title {
	padding: 18px 0 0 8px;
	clear: both;
}

.bill_ul {
	list-style: none;
	font-size: 14px;
	margin: 11px 15px 8px 23px;
	line-height: 1.4;
}
.outsourcing_text {
	font-size: 14px;
	line-height: 1.4;
	padding: 12px;
}

.title_outsourcing {
	padding-top: 10px;
}

#out_work {
	text-align: right;
	padding: 13px 20px 14px 0;
	float: right;
}
#work {
	clear: both;
}

#out_person {
	padding: 18px;
	text-align: right;
}

#bill_ul_last {
	list-style: none;
	font-size: 14px;
	margin: 11px 0 0px 23px;
	line-height: 1.2;
	padding-bottom: 10px;
}

span {
	color: #246bae;
}

#flow {
	margin-top: 21px;
}

/* ここからフッタ */

#footer {
	background-color: #324d9e;
	clear: both;
}

#footer_text {
	color: #ffffff;
	font-size: 12px;
}