@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%;				/* フォントサイズ */
	text-align:left;			/* 文字揃え：左寄せ */
	text-indent:0pt;			/* インデント：0pt */
	line-height:1.5;			/* 行幅 */
	color:black;				/* 文字色：黒 */
	margin: 0 5% 0 0;				/* マージン：上下・左右 */
	padding: 0 6px 0 0;
}

h2 {
	color: #009966;
	font-size: large;
	font-family: Verdana,Arial,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	padding: 0.2em 0.5em;
	border-top: solid 1px #009966;
	border-right: solid 1px #009966;
	border-bottom: solid 1px #009966;
	border-left: solid 8px #009966;
}
h3 {
	color: #000000;
	font-size: large;
	font-family: Verdana,Arial,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	padding: 0 0.5em;
	border-left: solid 8px #999999;
}
h4 {
	color: #000000;
	font-size: large;
	font-family: Verdana,Arial,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	padding: 0.2em 0.5em;
}
h5 {
	color: #FF0000;
	font-size: large;
	font-family: Verdana,Arial,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	border-bottom: solid 1px #FF0000;
}

ul {
	margin-right: 1em;
}

#contents {
	margin-left: 1em ;
	margin-right: 1em ;
	line-height:1.8em;			/* 行幅 */
}

#contents p {
	margin-left: 1em ;
	line-height:1.8em;			/* 行幅 */
}

#contents  b {
	margin-left: 1em ;
	line-height:1.8em;			/* 行幅 */
}

#contents  v th {
	text-align: left;
}

.pcenter {
	text-align: center;
	line-height: 1.2em;
}

/*　インデックスリスト　*/
OL.indexlist {
	list-style-type: square;
	line-height: 1.5em;
}

/*　イラスト　*/
.img {
	clear: both;
	float: right;
}

/*　メモ　*/
.memo {
	border: dashed 1px #999999;
	margin: 1em;
	padding: 0.5em;
}

/*　登録商標等　*/
.copyright {
	line-height: 1.2em;
}