@charset "utf-8";

/***************************************
  リセット
***************************************/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	margin: 0;
	padding: 0;
}

/***************************************
  コンテンツ一覧
***************************************/
/* 説明と画像 */
#desc {
	margin-bottom: 0.63em;
}

#desc-img {
	float: right;
	margin: 0em 0em 0.63em 0.31em;
}

/* 左エリア */
#left-box {
	float: left;
	width: 45.24em;
}

/* ジャンル内検索 */
#genre-search {
	margin-bottom: 0.69em;
	padding: 0em 0.69em 0em 0.69em;
	border: 1px solid #999999;
	background-color: #e6e6e6;
	color: #000000;
	font-size: 90%;
}

#inner-genre-search {
	padding: 0.19em;
}

/* 新着情報、トピックス */
#news {
	float: left;
	width: 29.35em;
	margin-bottom: 0.63em;
	border: 1px solid #ff9900;
}

#topics {
	float: right;
	width: 29.35em;
	margin-bottom: 0.63em;
	border: 1px solid #ff9900;
}

#news h2,
#topics h2 {
	padding: 0.25em 0.13em 0.13em 0.63em;
	border-bottom: 1px solid #ff9900;
	background-color: #ffcc99;
	color: #000000;
	font-weight: bold;
}

#news-list,
#topics-list {
	height: 7.5em;
	overflow: auto;
}

#news-list dl,
#topics-list dl {
	margin: 0.31em;
}

#news-list dt,
#topics-list dt {
	line-height: 150%;
	margin-bottom: 0.31em;
	padding-left: 1.25em;
	background-image: url(../image/icon_contents.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.2em;
}

#news-list p,
#topics-list p {
	margin: 0.31em;
}

/* ジャンル一覧 */
.category-list {
	margin-left: 0.31em;
	line-height: 150%;
}

.category-list h2 {
	padding-left: 1.25em;
	background-image: url(../image/icon_genre.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
}

.category-list2 {
	line-height: 150%;
	margin-left: 0.31em;
}

.category-list2 h3 {
	padding-left: 1.25em;
	background-image: url(../image/icon_genre.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.2em;
}

/* コンテンツ一覧 */
.contents-list {
	margin-bottom: 1.25em;
}

.contents-list2 {
	margin: 0em 0em 1.25em 1.56em;
}

.contents-list h2,
.contents-list2 h2 {
	margin-bottom: 0.63em;
	padding: 0.13em 0em 0em 0.31em;
	border-left: 5px solid #ff9900;
	font-weight: bold;
}

.contents-list dl,
.contents-list2 dl {
	margin: 0.31em;
}

.contents-list dt,
.contents-list2 dt {
	line-height: 130%;
	margin-bottom: 0.31em;
	padding-left: 1.25em;
	background-image: url(../image/icon_contents.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.2em;
}

.contents-list dt span,
.contents-list2 dt span {
	font-size: 90%;
}

.contents-list dd,
.contents-list2 dd {
	line-height: 130%;
	margin: 0em 0em 0.39em 1.56em;
	font-size: 80%;
}

.contents-list img,
.contents-list2 img {
	border: 0;
}

/* 右エリア */
#right-box {
	float: right;
	width: 16.98em;
	font-size: 90%;
}

/* ローカルナビ */
#localnavi {
	margin: 0.63em 0.63em 0.63em 0em;
	border: 1px solid #ff9900;
}

#localnavi h4 {
	padding: 0.25em 0.13em 0.13em 0.63em;
	border-bottom: 1px solid #ff9900;
	background-color: #ffcc99;
	color: #000000;
	font-weight: bold;
}

#localnavi ul {
	margin: 0.31em;
}

#localnavi li {
	line-height: 150%;
	padding-left: 1.25em;
	background-image: url(../image/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.3em;
}

/* カレンダー */
#calender-list {
	margin-bottom: 1.25em;
}

#calender-list h2 {
	padding-left: 0.31em;
	font-weight: bold;
}

#calender table,
#calender7 table,
#season-calender table {
	width: 60em;
	margin-top: 0.63em;
	table-layout: fixed;
}

#calender caption,
#calender7 caption,
#season-calender caption {
	display: none;
}

#calender th,
#calender7 th,
#season-calender th {
	padding: 0.25em 0.13em 0.25em 0.13em;
	border: 1px solid #ff9900;
	background-color: #ffcc99;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

#calender td,
#calender7 td,
#season-calender td {
	line-height: 120%;
	vertical-align: top;
	padding: 0.25em 0.13em 0.25em 0.31em;
	border: 1px solid #ff9900;
}

#calender7 dl {
	margin-top: 0.31em;
}

#calender7 dt {
	margin-bottom: 0.34em;
	padding-left: 1.04em;
	background-image: url(../image/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	font-size: 90%;
}

.prev-month {
	float: left;
	margin-top: 0.63em;
}

.next-month {
	float: right;
	margin-top: 0.63em;
}

.season {
	width: 4.17em;
}

.date {
	width: 6.94em;
}

.etc {
	width: 17.36em;
}

/***************************************
  検索結果一覧
***************************************/
#condition {
	margin-bottom: 0.63em;
	padding-bottom: 0.63em;
	border-bottom: 1px dashed #999999;
}

#number {
	margin-bottom: 0.63em;
}

.page-change {
	margin: 1.25em;
}

#focus-search {
	margin-top: 0.63em;
	padding: 0em 0.63em 0em 0.63em;
	border: 1px solid #999999;
	background-color: #e6e6e6;
	color: #000000;
}

#focus-search p {
	margin: 0.63em 0em 0.63em 0em;
}

/***************************************
  窓口案内
***************************************/
#admin {
	float: left;
	width: 19.26em;
	margin-bottom: 0.63em;
	padding: 0.31em;
	border: 1px solid #ff9900;
}

#section-list {
	float: left;
	width: 39.12em;
	line-height: 150%;
	margin: 0em 0em 0.63em 0.63em;
}

.section {
	width: 59.8em;
}

.section h2 {
	margin-bottom: 0.31em;
	padding: 0.25em 0.13em 0.13em 0.31em;
	border: 1px solid #ff9900;
	background-color: #ffcc99;
	color: #000000;
	font-weight: bold;
}

.section table {
	width: 59.8em;
	table-layout: fixed;
}

.section caption {
	display: none;
}

.section th {
	padding: 0.25em 0.13em 0.25em 0.13em;
	border: 1px solid #ff9900;
	background-color: #ffcc99;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.section td {
	line-height: 120%;
	padding: 0.25em 0.13em 0.25em 0.31em;
	border: 1px solid #ff9900;
	word-wrap: break-word;
}

.section img {
	width: 2.81em;
	height: 1.31em;
	border: 0;
	vertical-align: text-bottom;
}

.level3 {
	margin-left: 0.63em;
}

.level4 {
	margin-left: 1.25em;
}

.level5 {
	margin-left: 1.88em;
}

.seclist {
	text-align: center;
}

/***************************************
  担当事務
***************************************/
#jimu-list {
	margin-bottom: 1.25em;
}

#jimu-list h2 {
	margin-bottom: 0.63em;
	padding: 0.13em 0em 0em 0.31em;
	border-left: 5px solid #ff9900;
	font-weight: bold;
}

.office {
	line-height: 150%;
	margin: 0.31em 0.31em 1.25em 0.31em;
}

.office p {
	margin: 0em;
	padding: 0em;
}

/***************************************
  サイトマップ
***************************************/
.switch {
	margin-bottom: 0.63em;
}

#left-category {
	width: 29.38em;
	float: left;
}

#right-category {
	width: 29.38em;
	float: right;
}

.category {
	border: 1px solid #ff9900;
}

.category h2 {
	padding: 0.25em 0.13em 0.13em 0.25em;
	border-bottom: 1px solid #ff9900;
	background-color: #ffcc99;
	color: #000000;
	font-weight: bold;
}

.category li {
	line-height: 150%;
	padding-left: 1.25em;
}

.level0 {
	margin: 0.31em;
}

/***************************************
  その他
***************************************/
.folder {
	background-image: url(../image/icon_genre.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
}

.page {
	background-image: url(../image/icon_contents.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.2em;
}
