﻿@charset "utf-8";

#officesList {
	width: 23%; /* 130px; */
	float: right;
	margin: 0;
	padding: 0;
	font-size: small;
}

#officesList ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

#officesList ul li {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#officesList ul li a {
	font-size: smaller;
}

/* ================= */

#prefectureAgencies, #lineAuthorities {
	width:76%; /* 440px; */
	float:left;
	margin: 0;
	padding: 0;
}

#prefectureAgencies table, #lineAuthorities table {
	width: 100%;
}

#prefectureAgencies table td {
	margin: 0;
	padding: 0 0 1em 0;
	width: 50%;
}

#lineAuthorities table td {
	margin: 0;
	padding: 0 0 1em 0;
	width: 100%;
}

#prefectureAgencies h4, #lineAuthorities h4 {
	font-size: medium;
	border-bottom: solid 1px #79B4E0;
	color: #000099;
}

#prefectureAgencies h5, #lineAuthorities h5 {
	color:#0066FF;
	font-size: small;
	font-style:italic;
	font-weight:normal;
	display:inline;
}

/* ======================= */

.agent {
}

.agentPhone {
}

.agentAddress {
}


/* ================ */
.agentGroup
{
	float:clear;
	background-color:#FCFFBB;
	width:100%;
}

.agentGroupHeader
{
	text-align: center;
	font-size: large;
	border-bottom: double 3px #79B4E0;
	color: #000099;
}

.agentGroupDescr
{
	font-size:small;
}

.agentGroupFooter
{
	border-top:#FF6600  medium inset solid;
	border-bottom:#FF6600 medium inset solid;
	font-size:small;
	float:clear;
	width:100%;
}

