@charset "Shift_JIS";

/* default.css : 各ページ共通 */

body {
	font-family: 'Geneva', 'Arial', 'Helvetica', san-serif;
	font-size: 100%;
	line-height: 150%;
	background-color: #FDFDFF;
	background-image: url(file:///C|/Documents%20and%20Settings/JIROJY/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/image/head.png);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

address {
	font-style: normal;
	font-size: 95%;
	line-height: 130%;
	margin: 1em;
}

address.date {
	text-align: right;
	margin-right: 2em;
}
address.date li {
	list-style-type: none;
}


p {
	margin-right: 2em;
	margin-left: 2em;
}

p.column {
	font-size: 90%;
	margin-left: 0.5em;
	padding: 1em;
	border-width: medium;
	border-color: gray;
	border-style: outset;
}

p.president {
	margin: 1em;
	float: right;
}

table {
	margin-left: 2em;
	border-width: thin;
	border-color: black;
	border-style: outset;
	border-collapse: collapse;
	empty-cells: hide;
	caption-side: top;
}

th {
	color: #400080;
	background-color: #B0B0FF;
	padding: 0.2em;
	border-width: thin;
	border-color: black;
	border-style: ridge;
}

th.sub {
	font-weight: normal;
	font-size: 95%;
	text-align: left;
	padding-left: 1em;
}

td {
	font-size: 90%;
	vertical-align: text-top;
	padding: 0.5em;
	border-width: thin;
	border-color: black;
	border-style: ridge;
	border-collapse: collapse;
	empty-cells: hide;
}

.caution {
	font-weight: bold;
	color: red;
}

dl {
	margin-right: 1em;
	margin-left: 1em;
}

span.date {
	font-weight: bold;
	font-size: 80%;
}

/* 共通ヘッド */

div.head {
	color: white;
	background-color: black;
}

.head ul {
	margin: 0.2em 0 0 0.5em;
	list-style-type: none;
	float: left;
	display: inline;
}

.head li {
	font-size: 90%;
	margin-right: 0.2em;
	padding: 0.1em 0.3em 0.1em 0.2em;
	border-width: thin;
	border-color: white;
	border-style: solid;
	display: inline;
}

.head p {
	font-size: 90%;
	text-align: right;
	margin-right: 1em;
}

.head a:link {
	color: #B3B3FF;
	text-decoration: none;
}

.head a:visited {
	color: red;
	text-decoration: none;
}

.head a:hover {
	color: navy;
	background-color: white;
	text-decoration: none;
}

/* 共通ヘッド：ここまで */

/* 共通フット */
div.foot {
	margin: 4em 1em 2em;
	border-width: thin;
	border-color: black;
	border-style: outset;
	clear: both;
}

.foot address {
	font-style: italic;
	font-size: 85%;
	line-height: 130%;
	margin: 1em;
}

/* 共通フット：ここまで */

div.general {
	margin-top: 2em;
	margin-right: 2em;
	margin-left: 2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'ＭＳ Ｐ明朝','平成明朝',serif;
}

.general h1 {
	font-size: 160%;
}

.general h2 {
	font-size: 120%;
	color: blue;
	background-color: transparent;
	padding-left: 1em;
	border-bottom: thin #483D8B outset;
	border-left: 10px #483D8B outset;
	width: 50%;
}

.general h3 {
	font-size: 100%;
	margin-bottom: -1em;
	margin-left: 1em;
}

.general h4 {
	font-weight: normal;
	font-size: 100%;
	padding-left: 1em;
}
.general dt {
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.general p {
	text-indent: 1em;
}

.general ol, .general ul {
	margin-right: 2em;
	margin-left: 4em;
}

.general li {
	margin-bottom: 0.5em;
}


/* navigation */
.menu #navcontainer { margin-left: 30px; }

.menu #navcontainer ul {
	font-family: verdana, arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu #navcontainer li {
	margin: 0 0 1px;
}

.menu #navcontainer a {
	font-size: 80%;
	text-decoration: none;
	padding: 5px 10px;
	border-bottom-width: 0.1em;
	border-left-width: 1em;
	border-bottom-color: navy;
	border-left-color: navy;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 160px;
	display: block;
}

.menu #navcontainer a:hover {
	color: white;
	background-color: #6699CC;
	text-decoration: none;
}

.menu #navcontainer ul ul li {
	margin: 0 0 1px;
}

.menu #navcontainer ul ul a {
	color: black;
	background-color: white;
	text-decoration: none;
	padding: 5px 5px 5px 30px;
	border-style: none;
	width: 145px;
	display: block;
}

.menu #navcontainer ul ul a:hover {
	color: white;
	background-color: #6699CC;
	text-decoration: none;
}

dl.con dt {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1.5em;
	width: 6em;
	float: left;
	clear: left;
}

dl.con dd {
	padding-top: 0.5em;
}

