@charset "Shift_JIS";

/* ------------------------------------------------------
 content-print.css
 （コンテンツ内項目設定用CSS　印刷用）

　目　次
	1.トップページ
	2.下層ページ
------------------------------------------------------ */

/* ------------------------------------------------------
 1.トップページ
------------------------------------------------------ */
/* -------- 全体 -------- */
#content-toppage {
	line-height: 1.3;
}
#content-toppage #top-content h2 {
	clear: both;
	font: bold 11pt "ＭＳ ゴシック", "Osaka−等幅", sans-serif;
	border: 1px solid #000;
	border-left: 6px solid #000;
	padding: 8px 10px;
	margin: 10px 0;
	line-height: 1.2;
}
#content-toppage #top-content ul {
	padding: 0;
	margin: 10px 0 10px 10px;
}

/* -------- 緊急情報 -------- */
#content-toppage #top-content p.top-emergency {
	color: #C00;
	font-weight: bold;
	line-height: 1.2;
	border: 2px solid #C00;
	padding: 8px;
	margin: 2px 0 15px;
}

/* -------- 市からのお知らせ -------- */
#content-toppage #top-content h2#top-info-title {
	margin: 2px 0 0;
}
#content-toppage #top-content p#top-info-link {
	padding: 0 10px 10px 0;
	text-align: right;
}

/* -------- トピックス -------- */
#top-content h2#top-topix-title {
	margin: -5px 0 0;
}
#top-quicklink-topix-area {
	margin: 3px 1px 0 1px;
	padding: 2px;
}
#top-quicklink-topix-area .wcvimg-floatleft {
	float: left;
}

/* -------- 左側 -------- */
/* -------- サイドバナー -------- */
#sidenavi p {
	margin: 6px 0 6px;
}
/* -------- サブメニュー -------- */
#left-submnue {
	border: 1px solid;
	width: 120px;
}

/* -------- クイックリンク -------- */
/* くらしの便利帳、まなび・あそび、産業・ビジネス、市政情報 */
#content-toppage #top-content .top-quicklink-group {
	clear: both;
	width: 100%;
	margin: -12px 0 0 0;
}
#content-toppage #top-content .top-quicklink-group:after {
	/*Newブラウザ フロートバグ対策*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#content-toppage #top-content .top-quicklink-area {
	float: left;
	width: 230px;
}
#content-toppage #top-content #top-quicklink-life-area,
#content-toppage #top-content #top-quicklink-business-area {
	margin: 0 15px 0 0;
}

#content-toppage #top-content p.top-quicklink-link {
	padding: 0 10px 10px 0;
	text-align: right;
}

/* オンラインサービス */
#content-toppage #top-content #top-quicklink-online-area {
	padding: 0 1px 0 0;
}
#content-toppage #top-content .top-quicklink-online-listgroup {
	float: left;
	width: 158px;
}
#content-toppage #top-content ul.top-quicklink-online-list {
	margin: 0 0 10px;
}
#content-toppage #top-content p#top-quicklink-online-link {
	clear: both;
	padding: 0 10px 0 0;
	text-align: right;
}

/* -------- サブナビ -------- */
#content-toppage #top-subnavi a {
	text-decoration: none;
}

/* -------- 人生の出来事から探す（サブナビ内） -------- */
#content-toppage #top-subnavi #top-lifeevent-area {
	width: 140px;
	padding: 0 0 5px;
	margin: 0 0 10px 15px;
}
#content-toppage #top-subnavi #top-lifeevent-area:after {
	/*Newブラウザ フロートバグ対策*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#content-toppage #top-subnavi #top-lifeevent-area h2 {
	margin: 0 0 10px;
}
#content-toppage #top-subnavi #top-lifeevent-area p {
	text-align: left;
	padding: 0 0 7px 7px;
}

/* -------- 組織からさがす（サブナビ内） -------- */
#content-toppage #top-subnavi p#top-subnavi-find {
	clear: both;
	margin: 0 0 10px;
}

/* -------- サブナビリスト（更新情報・リンク集）（サブナビ内） -------- */
#content-toppage #top-subnavi ul#top-subnavi-list {
	margin: 0 0 10px 15px;
	text-align: left;
}

/* -------- バナー（サブナビ内） -------- */
#content-toppage #top-subnavi p.top-subnavi-banner {
	margin: 0 0 8px;
}

/* ------------------------------------------------------
 2.下層ページ
------------------------------------------------------ */
/* -------- 全体 -------- */
#content-otherpage {
	line-height: 1.3;
}

/* -------- インデックス画像 -------- */
#content-otherpage div.category-index img {
    display: none;
}

/* -------- 見出し -------- */
#content-otherpage h1 {
	font: bold 16pt "ＭＳ ゴシック", "Osaka−等幅", sans-serif;
	padding: 0 5px 1px;
	margin: 0 0 10px;
	border-bottom: 10px solid #000;
	line-height: 1.1;
}
#content-otherpage h2 {
	font: bold 13pt "ＭＳ ゴシック", "Osaka−等幅", sans-serif;
	border: 1px solid #000;
	border-left: 6px solid #000;
	padding: 8px 10px;
	margin: 25px 10px 10px;
	line-height: 1.2;
}
#content-otherpage h3 {
	font: bold 12pt "ＭＳ ゴシック", "Osaka−等幅", sans-serif;
	border: 1px solid #000;
	padding: 7px 10px;
	margin: 20px 15px 10px;
	line-height: 1.2;
}

/* -------- 段落 -------- */
#content-otherpage p {
	margin: 0 15px 1em;
}
/* 右寄せ */
#content-otherpage p.alignright {
	text-align: right;
}

/* -------- リスト -------- */
#content-otherpage ul {
	padding: 0;
	margin: 15px 15px 20px 40px;
	line-height: 1.4;
}
#content-otherpage ul li {
	margin: 0 0 10px;
	padding: 0;
}
#content-otherpage ol {
	padding: 0;
	margin: 15px 15px 20px 55px;
	line-height: 1.4;
}
#content-otherpage ol li {
	margin: 0 0 10px;
	padding: 0;
}

/* -------- テーブル -------- */
#content-otherpage table {
	clear: both;
	margin: 10px 25px;
	border-collapse: collapse;
	border: 1px solid #000;
	border-spacing: 0;
	empty-cells: show;
}
#content-otherpage caption {
	font-size: 12pt;
	text-align: center;
	padding: 5px 5px 2px;
	font-weight: bold;
}
#content-otherpage th {
	font-size: 12pt;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #000;
}
#content-otherpage td {
	text-align: center;
	padding: 5px;
	border: 1px solid #000;
}

/* -------- 横罫線 -------- */
#content-otherpage hr {
	margin: 5px 15px;
	border: 1px solid #000;
}

/* -------- パンくずリスト -------- */
#content-otherpage p.crumbs {
	margin: 5px 5px 15px;
	text-align: right;
	line-height: 1.2;
}

/* -------- 「▲このページの先頭へ」 (Back To Top) -------- */
#content-otherpage p.btt {
	display: none;
}

.hidden{
	display: none;
}


/* ------------------------------------------------------
3.観光情報トップページ
------------------------------------------------------ */
#hotomeki {
	width: 882px;
	height: 362px;
	background: url(../images/kanko/bg_kanko_find.png) bottom no-repeat;
}
#hotomeki h2 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
#hotomeki ul {
	margin: 0 15px 20px 20px;
}
#hotomeki ul li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	background: none;
	list-style-type: none;
}
#hotomeki ul li a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}
#hotomeki p#hotomekiLink {
	margin: 20px;
}
#hotomeki p#hotomekiLink img {
	float: left;
	margin-right: 20px;
}
#hotomeki p#hotomekiLink span {
	display: block;
	line-height: 50px;
}
#kankouTop {
}
#kankouTop a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}
table#Kankoinfo {
	float: left;
	width: 640px;
	margin: 20px 10px;
	border-color: #245D50;
}
table#Kankoinfo th {
	padding: 12px 12px 12px 26px;
	background: url(../images/base/icon_arrow_sky.png) 10px center no-repeat;
	text-align: left;
	border-color: #245D50;
}
table#Kankoinfo td {
	padding: 12px 12px 12px 12px;
	border-color: #245D50;
	text-align: left;
}
table#Kankoinfo td ul {
	margin: 0;
	padding: 0;
}
table#Kankoinfo td ul li {
	padding-left: 8px;
	background: url(../images/base/icon_dotted.png) center left no-repeat;
	list-style-type: none;
}
img.footerBnr {
	margin: 0 10px 10px 0;
}