﻿@charset "utf-8";

/* "sub_base.css" */

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: center;
}

#container {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #000;
}

p { margin: 0em 0em; }

.migiue {
	position: absolute;
	top: 2px;
	left: 596px;
	width: 280px;
	text-align: right;
}

.hide { display: none; }

.textright { text-align: right; }

.textright a { text-decoration: underline; }

a.textblack {
	color: #000;
	text-decoration: none;
}

img { border: none; }

td { line-height: 130% }

/* サイトロゴ */

.head {
	position: absolute;
	top: 7px;
	left: auto;
	width: 55%;
	margin: 0.5em 0.5em 0.1em 0.3em;
	background: url(rehabmark.gif) left no-repeat;
	color: #800000;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2em;
	float: left;
}

.head a {
	color: #800000;
	text-decoration: none;
}

/* メニューバー */
.menu {
	clear: both;
	width: 768px;
	position: absolute;
	top: 71px;
	left: auto;
	margin: 0px;	
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
	border-top: 4px solid #008000;
	border-bottom: 4px solid #008000;
	background-color: #008000;
}

.menu li {
	display: inline;
	margin: 0px;
	float: left;
}

.menu a {
	padding: 4px 7px 4px 7px;
	color: #fff;
	font-size: 0.95em;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 0em;
	border-right: 2px solid #d0ffd0;
}

#select {
	color: #000;
	background-color: #d0ffd0;
}

.menu a:hover {
	color: #ff0;
	background-color: #008000;
}

.menu a:active {
	color: #ff0;
	background-color: #008000;
}

.menu span {
	display: none;
}

/* パンくずリスト */
.crumb {
	width: 100%;
	margin-bottom: 0.8em;
	position: absolute;
	top: 96px;
	left: auto;
	padding-top: 0.3em;
	font-size: 90%;
	font-style: normal;
	color: #008000;
}

a#crumb {
	color: #008000;
}

/* タイトル  */

h1 {
	color: #008000;
	text-align: left;
	font-size: 1.5em;
	margin-top: 128px;
	text-valign: middle;
	padding: 10px 2em;
}

h1.list {
	margin-left: 0.5em;
	padding-left: 1.5em;
	background: #fff url(listmark.gif) no-repeat left;
}

/* 文字拡大範囲 */
#kakudaiArea {
	line-height: 1.5em;
}

/* 印刷他制御 */
.pagechange { page-break-after: always; }

.kaigyo {
	margin-bottom: 20px;
	background-color: transparent;
}

/* 画面から見えない位置に配置 */
/* ユーザーアクセシビリティ配慮 */

/* hr を解釈させない */
hr.hide {
	display: none;
}

/* 擬似hr */
/* コンテンツ領域とフッター領域を分割 */

div.hr {
	clear: both;
	height: 1px;
	margin: 2em 0px 2em 0px;
	border-top: #006444 1px solid;
	font-size: 1px;
	line-height: 1px;
}

/* 擬似br */
/* レイアウト不具合(hack)回避 */

div.br {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

/* ページフッター */
#resist {
	margin: 0px 0px 0px 0px;
	font-family: serif;
	font-size: 0.9em;
	color: #fff;
	width: 100%;
	background: #008000;
}

#footer {
	margin: 1em 0;
	clear: both;
	left: auto;
	text-align: center;
}

.floatclear { clear: both; }
