@charset "Shift_JIS";
@import "common.css";

BODY	{					/* ドキュメント全体 */
	background: #ffffff url("http://www.haart-support.jp/images/bg.gif") 95% 0px repeat-y;
	font-style:normal;			/* フォントスタイル：標準 */
	font-weight:normal;			/* 文字太さ：標準 */
	font-size:100%;				/* フォントサイズ：12pt */
	text-align:left;			/* 文字揃え：左寄せ */
	text-indent:0pt;			/* インデント：0pt */
	color:black;				/* 文字色：黒 */
	line-height:1.5em;			/* 行幅 */
	margin:0;				/* マージン：上下・左右 */
	padding: 0 6% 0 0;
	}

A:link,
A:visited	{
	color:#666666;				/* 既訪リンク：文字色 */
	}

A:hover,
A:focus,
A:active	{
	color:#333333;				/* リンククリック中：文字色 */
	}
	
H1 {
	color: #333333;
	font-size: x-large;
	font-family: "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	line-height: 1.2em;
}

H2 {
	color: #000000;
	font-family: "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: x-large;
}

H3 {
	color: #FF0000;
	font-family: "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: x-large;
	margin-right: 1em ;
}

H4 {
	font-family: "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: large;
	color: #000000;
}

H5 {
	font-family: "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 100%;
	color: #000000;
}

DT {
	font-weight:bold;
}

STRONG {
	font-family: "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 100%;
}

TABLE TH {
	font-family: "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 100%;
	background-color: #EEEEEE;
	}

/* 全体 */
div#doc {
	margin-left: 1em;
	margin-right: 1em ;
}

/* タイトル */
div#ttl {
	text-align: center;
	line-height: 1.2em;
}

/* 警告 */
.warning {
	border: solid 1px #FF0000;
	color: #FF0000;
	margin: 0 ;
	padding: 0.3em;
}

/* 禁忌（赤字罫囲み） */
.kinki {
	border: solid 1px #FF0000;
	color: #000000;
	margin: 0 ;
	padding: 0.3em;
}

/* 行頭3文字下げ */
.indnt3 {
	text-indent:-3em;			/* 行頭インデント */
	margin-left: 3em;
}

/* 行頭2文字下げ */
.indnt2 {
	text-indent:-2em;			/* 行頭インデント */
	margin-left: 3em;
}

/* 行頭2文字下げ、マージン1 */
.indnt2m1 {
	text-indent:-2em;			/* 行頭インデント */
	margin-left: 4em;
}

/* 行頭2文字下げ、下線 */
.indnt2u {
	text-indent:-2em;			/* 行頭インデント */
	margin-left: 3em;
	text-decoration: underline;
}

/* マージン1 */
.m1 {
	margin-left: 1em;
}

/* マージン2 */
.m2 {
	margin-left: 2em;
}

/* 下線 */
.uline {
	text-decoration: underline;
}

/* 破線 */
div.hasen {
	border: dashed 1px #666666;
	padding: 0.3em;
}

/* 文献 */
.bunken {
	list-style-type: decimal;
	font-size: small;
}

caption1 {
	font-size: x-small;
	margin: 2em;
}

/* アドバイス */
.advice {
	text-decoration: none;
}
A:link.advice,
A:visited.advice 	{
	color: #ff0099;
	border-bottom: dotted 2px #ff0099;
}
A:hover.advice,
A:focus.advice,
A:active.advice	{
	color: #ff6600;
	border-bottom: dotted 2px #ff6600;
}
/* 重大な副作用の用語解説 */
.se {
	text-decoration: none;
}
A:link.se,
A:visited.se 	{
	color: #6666ff;
	border-bottom: dotted 2px #6666ff;
}
A:hover.se,
A:focus.se,
A:active.se	{
	color: #0000ff;
	border-bottom: dotted 2px #0000ff;
}
/* 類似語 */
.ruiji {
	text-decoration: none;
}
A:link.ruiji,
A:visited.ruiji 	{
	color: #009966;
	border-bottom: dotted 2px #009966;
}
A:hover.ruiji,
A:focus.ruiji,
A:active.ruiji	{
	color: #006600;
	border-bottom: dotted 2px #006600;
}