@charset "Shift_JIS";
/* ページ全体の調整 */
body {
	margin: 0px;
	padding: 0px;
	text-align : center;
	background-image: url(z_back.jpg);
	background-repeat: repeat;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}
/* 画面の頭画像の設定 */
#header {
	width: 800px;
	height: 56px;
	background-image: url(z_header.gif);
	background-repeat: repeat-x;
	margin:  0px;
	text-align : left;
}
/* ナビ帯の設定 */
div#navi {
	width: 800px;
	position: absolute;
	top: 57px;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	float: none;
	height: 30px;
/*	overflow: hidden; */
}
div#navi ul {
	margin: 0px;
	padding: 0px;
}
div#navi li {
	display: inline;
	list-style-type: none;
}
div#navi li a {
	width: 113px;
	display: block;
	margin: 1px 1px 0px 0px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
div#navi li a.normal {
	background-color: #808080; /* ナビ帯の背景色 */
	color: #ffffff;
}
div#navi li a.active {
	background-color: #ff9900; /* ナビ帯の現在地の背景色 */
	color: #ffffff;
}
div#navi li a:hover {
	background-color: #ff9900; /* ナビ帯のマウス選択部分の背景色 */
	color: #000000;
}
/* 画面の頭の画像中のリンクの設定 */
div#toi ul {
	position: absolute;
	left: auto;
	right: auto;
	clip: rect(auto,auto,auto,auto);
	width: 450px;
	top: 20px;
	margin: 10px 0px 0px 360px;
}
div#toi li {
	display: inline;
}
div#toi li a {
	color: #ffffff;
	margin: 3px 3px 0px 3px;
	float: left;
	font-size: 84%;
	font-weight: bold;
	text-decoration: none;
	height: 15px;
	padding: 5px 5px 0px 5px;
}
div#toi li a:hover {
	color: #ffff00;
}
/* 画面の本文部分全体の設定 */
#content {
	margin-top: 30px;
  	width: 800px;
  	border-left: 1px solid #67abe6; /* 外枠の色 */ 
	background-color: #ffffff; /* 本文の背景色 */
}
/* 右側へのメニュー作成（使用していません） */
#menu {
  	width: 157px;
  	float: right;
  	background-color:#e1e1ff; /* 左側の背景色 */
	text-align : left;
}
#menu h2 {
	color: #0000ff; /* 左側の題目の文字色 */
/*	background-color: #E7E7E7; /* 左側の題目の背景色 */
/*	border-left: 6px solid #FF3366; /* 左側の題目の先頭色 */
	padding: 3px,3px,3px,3px;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#menu li {
	padding: 3px 3px 3px 6px;
	list-style-type: none;
	font-size: 90%;
	line-height: 120%;
	border-bottom: 1px dotted #E7E7E7;
	background-image: url(z_sankaku.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
/*	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFBFCF; /* 左側の要素の先頭色 */
	margin-bottom: 2px;
	letter-spacing: -0.04em;
}
#menu li.active {
	background-color: #ff9900; /* 左側の現在地の要素の背景色 */
	color: #000000; /* 左側の現在地の要素の文字色 */
}

/* 本文の設定 */
#main {
	width: 800px;
	float: left;
	text-align : left;
	background-image: url(z_back.gif);
	background-repeat: repeat-y;
}
#main h1 {
	margin: 0px 0px 0px 10px;
	padding: 5px;
	font-size: 150%;
	font-weight: bold;
	background-color: #ffffcc;  /* 題目の背景色 */
	border-top: 1px solid #009900; /* 題目の罫線色 */
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #009900;
}
#main h2 {
	margin: 5px 0px 0px 10px;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 0px 0px 20px;
	background-color: #e86003; /* サブタイトルの背景色 */
	color: #ffffff; /* サブタイトルの文字色 */
	clear: both;
}
#main h3 {
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #ffffcc;  /* 題目の背景色 */
	border-top: 1px solid #009900; /* 題目の罫線色 */
	border-right: none;
	border-bottom: none;
	border-left: 10px solid #009900;
}
#main ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#main li {
	padding: 3px 3px 3px 6px;
	list-style-type: none;
	font-size: 90%;
	line-height: 120%;
	border-bottom: 1px dotted #E7E7E7;
	background-image: url(z_sankaku.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
/*	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFBFCF; /* 左側の要素の先頭色 */
	margin-bottom: 2px;
	letter-spacing: -0.04em;
}
#main table {
	font-size: 100%; /* 文字の大きさ */
	line-height: 150%; /* 行間 */
}
/* フッター */
#footer {
  clear: both;
  width: 800px;
  padding: 0px 5px 0px 0px;
}
/* 細かい調整 */
.small80 {
font-size: 80%; 
margin: 0px;
}
.small60 {font-size: 60%; }
.norepeat {
 background-repeat: no-repeat;
 background-position: right bottom;
 }
#main table.kisya {
	line-height: 100%; /* 記者会見ページ用行間 */
}
#main table.topi {
	line-height: 90%;
	font-size: 80%;
}
