﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
header {
	width: 800px;
	height: 94px;
	margin: 20px auto 0 auto;
	position: relative;
}
header h1 {
	position: absolute;
	left: 0;
}
nav {
	position: absolute;
	right: 0;
}
nav ul {
	list-style-type: none;
	overflow: hidden;
}
nav ul li a:hover {
	opacity: 0.72;
}
nav ul li {
	float: left;
	background-color: #d9d9d9;
}
nav ul li a img {
	vertical-align: bottom;
}
footer p {
	margin-bottom: 0;
	padding: 10px 0 9px 0;
	background-color: #e85a12;
	color: #ffffff;
	text-align: center;
}
footer small {
	font-size: 100%;
}
#main h1 {
	margin: 0 0 20px 0;
	padding: 10px 5px 9px 15px;
	border: 1px solid #cccccc;
	background-image: url("../images/h1.png");
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	font-size: 162%;
}
/* 基本レイアウト ここまで↑ */

/* 「サービスについて」ページ ここから↓ */
img.float_left {
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}
/* 「サービスについて」ページ ここまで↑ */

/* 「事業所案内」ページ ここから↓ */
table {
	width: 597px;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table caption {
	overflow: hidden;
	text-align: left;
}
table th, table td{
	padding: 10px;
	border: 1px solid #333333;
}
table th {
	background-color: #545c85;
	color: #ffffff;
}
table .place, table .tel {
	width: 150px;
}
table .tel {
	text-align: center;
}

/* 「事業所案内」ページ ここまで↑ */

/* 「エントリーフォーム」ページ ここから↓ */
form {
	margin-top: 30px;
}
input.textbox {
	width: 200px;
}
textarea {
	width: 450px;
	height: 100px;
	overflow-y: scroll;
}

/* 「エントリーフォーム」ページ ここまで↑ */
