@charset "Shift_JIS";

/* =========================================================================
 content-print.css
 （コンテンツ内要素の設定　印刷用）

　目　次

　1.見出し
　2.段落
　3.リスト
　4.テーブル
　5.横罫線
　6.パンくずリスト
　7.「▲このページの先頭へ」部分 (Back To Top)
　8.トップページ
	8-1 イメージ画像
	8-2 新着情報
	8-3 お知らせ
========================================================================= */

/* -------------------------------------------------------------------------
 1.見出し
------------------------------------------------------------------------- */
#content h1 {
	clear: both;
	font-size: 16pt;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 5px 2px;
	border-bottom: 10px solid #000;
	line-height: 1.1;
}
#content h2 {
	clear: both;
	font-size: 13pt;
	font-weight: bold;
	margin: 20px 5px 10px;
	padding: 8px 10px 7px;
	border: 1px solid #000;
	border-left: 6px solid #000;
	line-height: 1.2;
}
#content h3 {
	clear: both;
	font-size: 11pt;
	font-weight: bold;
	margin: 20px 10px 10px;
	padding: 5px 10px 4px;
	border: 1px solid #666;
	border-left: 4px solid #666;
	line-height: 1.2;
}

/* -------------------------------------------------------------------------
 2.段落
------------------------------------------------------------------------- */
#content p {
	margin: 0 15px 1em;
	line-height: 1.3;
}

/* -------------------------------------------------------------------------
 3.リスト
------------------------------------------------------------------------- */
#content ul {
	margin: 10px 10px 20px 40px;
	line-height: 1.3;
}
#content ul li {
	margin: 0 0 10px;
}
#content ol {
	margin: 10px 10px 20px 50px;
	line-height: 1.3;
}
#content ol li {
	margin: 0 0 10px;
}

/* -------------------------------------------------------------------------
 4.テーブル
------------------------------------------------------------------------- */
#content table {
	clear: both;
	margin: 0 15px 10px;
	border-collapse: collapse;
	border: 1px solid #000;
	border-spacing: 0;
	empty-cells: show;
	line-height: 1.1;
}
#content caption {
	font-size: 11pt;
	text-align: center;
	padding: 5px 5px 3px;
	font-weight: bold;
}
#content th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 7px;
	background-color: #E5E5E5;
	border: 1px solid #999;
}
#content td {
	text-align: left;
	vertical-align: middle;
	padding: 7px;
	border: 1px solid #999;
}

/* -------------------------------------------------------------------------
 5.横罫線
------------------------------------------------------------------------- */
#content hr {
	margin: 15px 10px;
}

/* -------------------------------------------------------------------------
 6.パンくずリスト
------------------------------------------------------------------------- */
#content p.crumbs {
	margin: 0 5px 15px;
	text-align: right;
	line-height: 1.2;
}

/* -------------------------------------------------------------------------
 7.「▲このページの先頭へ」部分 (Back To Top)
------------------------------------------------------------------------- */
#content p.btt {
	display: none;
}

/* -------------------------------------------------------------------------
 8.トップページ
------------------------------------------------------------------------- */

/* 8-1 イメージ画像
---------------------------------------------------------------------- */
#content-top h1#top-siteimage {
	display: none;
}

/* 8-2 新着情報
---------------------------------------------------------------------- */
#content #top-news ul {
	margin: 11px 15px 0;
}
#content #top-news ul li {
	list-style: none;
}
#content #top-news ul li img {
	margin: 0 10px -3px 0;
	vertical-align: baseline;
}
#content #top-news p#top-news-more {
	display: none;
}

/* 8-3 お知らせ
---------------------------------------------------------------------- */
#content #top-info ul {
	margin: 11px 15px 0;
}
#content #top-info ul li {
	list-style: none;
}
#content #top-info ul li img {
	margin: 0 10px -3px 0;
	vertical-align: baseline;
}
#content #top-info p#top-info-more {
	display: none;
}