@charset "Shift_JIS";

/* ------------------------------------------------------
 print-content.css（印刷用コンテンツ内の設定）
 
  目　次
	1.全体
	2.見出し
	3.段落
	4.リスト
	5.パンくずリスト
	6.フォーム
	7.インデックスページ
	
------------------------------------------------------ */

/* -------- 1.全体 -------- */
#content {
	line-height: 1.4;
}
/* -------- 2.見出し -------- */
#content h1 {
	clear: both;
	color: #000;
	font-size: 16pt;
	font-weight: bold;
	margin: 15px 10px 20px;
	padding: 0 6px 1px;
	border-bottom: 4px solid #000;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
/*画像版h1（各インデックスページ）*/
#content h1#imgh1 {
	padding: 0;
	border-bottom: none;
}
#content h2 {
	clear: both;
	color: #000;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 10px solid #000;
	padding: 3px 10px;
	margin: 10px 15px;
}
/* -------- 3.段落 -------- */
#content p {
	margin: 0 25px 1em;
}
/*右寄せ*/
#content p.alignright {
	text-align: right;
}
/* -------- 4.リスト -------- */
#content ul {
	padding: 0;
	margin: 15px 20px 20px 45px;
	list-style-type: disc;
	line-height: 1.2;
}
#content ul li {
	margin: 0 0 10px;
	padding: 0;
}
#content ol {
	padding: 0;
	margin: 0 20px 20px 55px;
	line-height: 1.2;
}
#content ol li {
	margin: 0 0 10px;
	padding: 0;
}
/* -------- 5.パンくずリスト -------- */
#content .crumbs {
	margin: 10px;
	text-align: right;
	line-height: 1.2;
}
/* -------- 6.フォーム -------- */
#content form .submitbtn {
	margin: 0 20px 0 0;
}
/* -------- 7.インデックスページ -------- */
#content ul#index-list {
	font-size: 13pt;
	line-height: 1.0;
}
#content ul#index-list li {
	margin: 0 0 15px;
	border-bottom: 1px dashed #000;
}
