/*
	KtWinHelp css
*/

* {
   font-family:"メイリオ",Meiryo,Tahoma,"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif;
}
body {
	font-size:85%;
}

h1					{ color:blue; font-size:15pt; }

h2					{ 	font-size:125%;
						/*background-color:#EEEEFF; */
						background-color:#FFEEEE;
						color:#330000;
						border-left:solid 8px;
						border-bottom:solid 2px;
						/*margin-bottom:2em;*/
						border-left-color:#ff8c00;
						border-bottom-color:#ff8c00;
						padding:5px 10px 5px 10px;
						margin:0;
					}
DT					{ font-size:100%; color:black; line-height:130%; font-weight:bold; margin-left:2em; margin-top:0.5em; }
DD					{ margin-left:4em; line-height:140%; }
#smallDL DT			{ color:black; line-height:110%; font-weight:bold; margin-left:0em; margin-top:0.5em; }
#smallDL DD			{ margin-left:2em; line-height:100%; }
#ulDL DT			{ color:black; line-height:130%; font-weight:bold; margin-left:2em; margin-top:1em; }
#ulDL DD			{ margin-left:2em; line-height:140%; }
#largeDL DT			{ font-size:100%; color:black; line-height:130%; font-weight:bold; margin-left:2em; margin-top:1em; }
#largeDL DD			{ margin-left:4em; line-height:140%; }
#largeulDL DT		{ font-size:100%; color:black; line-height:130%; font-weight:bold; margin-left:2em; margin-top:1em; }
#largeulDL DD		{ margin-left:3em; line-height:140%; }
/*	<DL>用ID 使用指針
DT,DD		通常表示(主に本文中)
ulDL		通常表示で子アイテムで<UL>タグを使う場合	<DL id="ulDL">
largeDL		大きな表示(ページトップの説明など)		<DL id="largeDL">
largeulDL	大きな表示で子アイテムで<UL>タグを使う場合	<DL id="largeulDL">
*/

#smallUL LI			{ list-style-type:disk; color:black; margin-top:0em; line-height:140%; }
#largeUL LI			{ list-style-type:circle; color:black; margin-top:0.5em; }
#footerlinkUL LI	{ list-style-type:square; color:black; margin-top:0.5em; line-height:80%; }
#menuUL LI			{ list-style-type:decimal; color:black; margin-top:1em; line-height:90%; }
#mainmenuUL LI		{ list-style-type:decimal; color:black; margin-top:0.5em; line-height:90%; }
/*	<UL>用ID 使用指針
smallUL		通常表示(主に本文中)				<UL id="smallUL">
largeUL		大きな表示(ページトップの説明など)		<UL id="largeUL">
footerlinkUL	リンク表示(ページ下部)				<UL id="linkUL">
menuUL		メニュー,目次表示(1,2,3表示)			<UL id="menuUL">
*/

p					{ line-height:140%; margin:0 0 0 0; }
table				{ line-height:140%; margin:0 0 0 0; }
div					{ line-height:140%; margin:0 0 0 0; }
p.title				{ font-size:100%; color:darkblue; line-height:100%; font-weight:bold; }
p.subtitle			{ color:black; line-height:100%; font-weight:bold; margin-left:1em; }
p.text				{ margin-left:2em; }
p.itext				{ margin-left:2em; text-indent:1em; }
p.smalltext			{ margin-left:0em; }
p.bold				{ font-weight:bold; }
td.bold				{ font-weight:bold; }
hr.bottommargin		{ margin-bottom:1.5em; }


