@charset "UTF-8";

/* =========================================================================
　print.css （印刷用設定）

　目　次

　 1.リセット
　 2.body
　 3.各要素
　 4.ヘッダー
　 5.コンテンツ
　 6.サイド
　 7.フッター
　 8.トップページ　写真
　 9.トップページ　災害情報
　10.トップページ　お知らせ
　11.トップページ　イベント情報
　12.トップページ　タブエリア
　13.トップページ　広告
　14.パンくずリスト
　15.ページの先頭へ
　16.カテゴリートップページ　画像
　17.お知らせ
　18.関連リンク
　19.お問い合わせ先
　20.ダウンロード
　21.くらしの情報
　22.施設案内
　23.エコミュージアムおさしまセンター
========================================================================= */

/* -------------------------------------------------------------------------
 1.リセット
------------------------------------------------------------------------- */
html,body,div,
blockquote,pre,
dl,dt,dd,
form,input,textarea,select,option,optgroup,button,label,fieldset,legend {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}

/* -------------------------------------------------------------------------
 2.body
------------------------------------------------------------------------- */
body {
	color: #000;
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFF;
	line-height: 1.2;
}

/* テキストリンクの設定
---------------------------------------------------------------------- */
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover,
a:active,
a:focus {
	color: #000;
}

/* 非表示の設定
---------------------------------------------------------------------- */
hr.hide {
	display: none;
}

/* -------------------------------------------------------------------------
 3.各要素
------------------------------------------------------------------------- */

/* h1
---------------------------------------------------------------------- */
h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 10px 10px;
	border-bottom: 5px solid #CCC;
	line-height: 1.1;
}

/* h2
---------------------------------------------------------------------- */
h2 {
	clear: both;
	font-size: 13pt;
	font-weight: bold;
	margin: 20px 5px 10px;
	padding: 0 10px 10px;
	border-bottom: 3px solid #AAA;
	line-height: 1.1;
}

/* h3
---------------------------------------------------------------------- */
h3,
#sitemap h2 {
	clear: both;
	font-size: 11pt;
	font-weight: bold;
	margin: 15px 8px 10px;
	padding: 2px 8px;
	border-left: 4px solid #AAA;
	line-height: 1.1;
}

/* h4
---------------------------------------------------------------------- */
h4 {
	clear: both;
	font-size: 10pt;
	font-weight: bold;
	margin: 15px 10px 10px;
	padding: 1px 8px;
	border-left: 2px solid #AAA;
	line-height: 1.1;
}

/* p
---------------------------------------------------------------------- */
p {
	font-size: 10pt;
	margin: 0 15px 15px;
	line-height: 1.5;
}

/* ul,ol
---------------------------------------------------------------------- */
ul {
	font-size: 10pt;
	margin: 10px 10px 20px 40px;
	line-height: 1.3;
}
ul li {
	margin: 0 0 10px;
}
ol {
	font-size: 10pt;
	margin: 10px 10px 20px 50px;
	line-height: 1.3;
}
ol li {
	margin: 0 0 10px;
}

/* table
---------------------------------------------------------------------- */
table {
	clear: both;
	margin: 0 10px 20px;
	border-collapse: collapse;
	border: 1px solid #AAA;
	border-spacing: 0;
	empty-cells: show;
}
caption {
	font-size: 12pt;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
th {
	font-size: 10pt;
	font-weight: bold;
	padding: 10px 5px;
	background-color: #F4F4F4;
	border: 1px solid #AAA;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1;
}
td {
	font-size: 10pt;
	padding: 10px;
	border: 1px solid #AAA;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3;
}
/* hr
---------------------------------------------------------------------- */
hr {
	height: 0;
	margin: 15px 5px;
	padding: 0 0 5px;
	border: none;
	border-bottom: 1px dotted #AAA;
}

/* blockquote
---------------------------------------------------------------------- */
blockquote {
	margin: 0 15px 15px 30px;
	padding: 15px;
	border:1px solid #AAA;
}
blockquote p {
	margin: 0;
}

/* -------------------------------------------------------------------------
 4.ヘッダー
------------------------------------------------------------------------- */
p#header-skipnavi,
#header-belt,
#globalnavi-wrap {
	display: none;
}

/* -------------------------------------------------------------------------
 5.コンテンツ
------------------------------------------------------------------------- */
#content {
	width: 100%;
	padding: 0 0 30px;
	overflow: hidden;
}
#top-leftcolumn,
#top-rightcolumn {
	display: none;
}

/* -------------------------------------------------------------------------
 6.サイド
------------------------------------------------------------------------- */
#sidenavi-wrap,
.sidebanner {
	display: none;
}

/* -------------------------------------------------------------------------
 7.フッター
------------------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	padding: 10px 0 0;
	border-top: 1px solid #AAA;
}

/* アドレス
---------------------------------------------------------------------- */
address {
	font-size: 10pt;
	font-style: normal;
	padding: 0 10px 10px;
	line-height: 1.3;
}

/* フッターナビ
---------------------------------------------------------------------- */
ul#footer-navi {
	display: none;
}

/* ページの先頭へ
---------------------------------------------------------------------- */
p#footer-btt {
	display: none;
}

/* コピーライト
---------------------------------------------------------------------- */
p#footer-copyright {
	margin: 0;
	padding: 10px 0 0;
	border-top: 1px solid #AAA;
	text-align: center;
}

/* -------------------------------------------------------------------------
 8.トップページ　写真
------------------------------------------------------------------------- */
#top-photo-wrap {
	display: none;
}

/* -------------------------------------------------------------------------
 9.トップページ　災害情報
------------------------------------------------------------------------- */
#top-saigai {
	margin: 0 0 15px;
	padding: 0 15px 9px;
	background: #FBF1ED;
	border: 3px solid #E57F7F;
}
#top-saigai h2 {
	color: #C00;
	font-size: 13pt;
	margin: 15px 0 7px;
	padding: 0 5px 5px;
	border: none;
	border-bottom: 3px solid #E57F7F;
}
#top-saigai h2 img {
	display: none;
}
#top-saigai p {
	font-size: 11pt;
	font-weight: bold;
	margin: 0 4px 6px;
	line-height: 1.3;
}
#top-saigai ul {
	font-size: 11pt;
	line-height: 1.2;
}

/* -------------------------------------------------------------------------
 10.トップページ　お知らせ
------------------------------------------------------------------------- */
#top-oshirase {
	width: 100%;
	margin: 0 0 15px;
}
#top-oshirase h2 {
	margin: 0 0 10px;
	padding: 0;
	border: none;
}
p#top-oshirase-list {
	display: none;
}
#top-oshirase dl {
	font-size: 10pt;
	margin: 0 10px;
}
#top-oshirase dt {
	clear: both;
	float: left;
	padding: 0 0 7px;
}
#top-oshirase dt img{
	float: left;
}
#top-oshirase dt span {
	float: left;
	margin: 0 10px;
	text-align: right;
}
#top-oshirase dd {
	margin: 0 0 7px;
	padding: 0 0 7px;
	border-bottom: 1px dotted #AAA;
}
#top-oshirase dd img{
	margin: 0 0 0 5px;
	vertical-align: baseline;
}

/* -------------------------------------------------------------------------
 11.トップページ　イベント情報
------------------------------------------------------------------------- */
#top-event {
	clear: both;
	width: 100%;
}
#top-event h2 {
	margin: 0 0 10px;
	padding: 0;
	border: none;
}
p#top-event-list {
	display: none;
}
#top-event dl {
	font-size: 10pt;
	margin: 0 10px;
}
#top-event dt {
	clear: both;
	float: left;
	padding: 0 10px 7px 5px;
}
#top-event dd {
	margin: 0 0 7px;
	padding: 0 0 7px;
	border-bottom: 1px dotted #AAA;
}
#top-event dd img{
	margin: 0 0 0 5px;
	vertical-align: baseline;
}

/* -------------------------------------------------------------------------
 12.トップページ　タブエリア
------------------------------------------------------------------------- */
#top-tabarea {
	display: none;
}

/* -------------------------------------------------------------------------
 13.トップページ　広告
------------------------------------------------------------------------- */
#top-koukoku {
	display: none;
}

/* -------------------------------------------------------------------------
 14.パンくずリスト
------------------------------------------------------------------------- */
p#crumb {
	display: none;
}

/* -------------------------------------------------------------------------
 15.ページの先頭へ
------------------------------------------------------------------------- */
p.btt {
	display: none;
}

/* -------------------------------------------------------------------------
 16.カテゴリートップページ　画像
------------------------------------------------------------------------- */
p#content-topimg {
	display: none;
}

/* -------------------------------------------------------------------------
 17.お知らせ
------------------------------------------------------------------------- */
.oshirasearea {
	margin: 0 0 15px;
	border: 1px solid #AAA;
}
.oshirasearea h2 {
	margin: 0 0 10px;
	padding: 10px;
	border-bottom-width: 1px;
}
p.oshirasearea-list {
	display: none;
}

/* -------------------------------------------------------------------------
 18.関連リンク
------------------------------------------------------------------------- */
.linkarea {
	display: none;
}

/* -------------------------------------------------------------------------
 19.お問い合わせ先
------------------------------------------------------------------------- */
.contactarea {
	margin: 0 0 15px;
	border: 1px solid #AAA;
}
.contactarea h2 {
	margin: 0 0 10px;
	padding: 10px;
	border-bottom-width: 1px;
}

/* -------------------------------------------------------------------------
 20.ダウンロード
------------------------------------------------------------------------- */
.downloadarea {
	display: none;
}

/* -------------------------------------------------------------------------
 21.くらしの情報
------------------------------------------------------------------------- */

/* ライフイベント */
#kurashi-lifeevent {
	width: 100%;
	margin: 0 0 15px;
}
#kurashi-lifeevent ul {
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#kurashi-lifeevent li {
	float: left;
	margin: 0;
	padding: 0 0 10px 10px;
}

/* 目的から探す */
#kurashi-sagasu {
	width: 100%;
	margin: 0 0 15px;
}
.kurashi-sagasu-group {
	margin: 0 0 10px;
	overflow: hidden;
}
#kurashi-sagasu ul {
	margin: 0;
	list-style: none;
}
#kurashi-sagasu li {
	float: left;
	margin: 0 0 3px;
	padding: 0;
}
#kurashi-sagasu li a {
	display: block;
	padding: 1px 8px;
	border-right: 1px solid #BBB;
	word-break: keep-all;
}

/* -------------------------------------------------------------------------
 22.施設案内
------------------------------------------------------------------------- */

/* 全幅 */
.sisetsu-wide {
	width: 100%;
	margin: 0 0 15px;
}

/* 左右 */
.sisetsu-half {
	width: 100%;
	margin: 0 0 15px;
}
.sisetsu-half-inner {
	height: auto !important;
}

/* -------------------------------------------------------------------------
 23.エコミュージアムおさしまセンター
------------------------------------------------------------------------- */

/* 写真付きタイトル */
#osashima-photo p{
	display: none;
}

/* サイド　開館案内 */
.sidekaikan {
	margin: 0 0 15px;
	border: 1px solid #AAA;
}
.sidekaikan h2 {
	margin: 0 0 10px;
	padding: 10px;
	border-bottom-width: 1px;
}
.sidekaikan dl {
	margin: 0 20px;
}
.sidekaikan dt {
	clear: both;
	width: 5em;
	float: left;
	font-weight: bold;
	padding: 0 0 7px;
}
.sidekaikan dd {
	margin: 0 0 7px;
	padding: 0 0 7px;
	border-bottom: 1px dotted #AAA;
}

/* トップページ　イベント情報・お知らせ情報 */
dl.osashima-info {
	margin: 0 10px;
}
dl.osashima-info dt {
	font-weight: bold;
	margin: 0 20px 8px;
	padding: 0 5px 8px;
	border-bottom: 1px dotted #AAA;
}
dl.osashima-info dd {
	margin: 0 0 15px;
	padding: 0 25px 15px;
	border-bottom: 3px solid #AAA;
}