body {
	background-color: #ffffff;
	scrollbar-face-color: #ffccff;
	scrollbar-track-color: #FFF0FF; /* スクロールバック */
	scrollbar-arrow-color: #ffffff; /* 矢印の色 */
	scrollbar-highlight-color: #ffffff; /* ボタン線1 */
	scrollbar-shadow-color: #996600; /* ボタン線2 */
	scrollbar-3dlight-color: #ffffff; /* ※スクロールバックに合わせる */
	scrollbar-darkshadow-color: #f5f5f5; /* ※スクロールバックに合わせる */
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
	font:12px/1.22 "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #333333;
	line-height: 1.3;
}
a {
	font-size: 12px;
	color: #996600;
}
a:link {
	text-decoration: underline;
	color: #996600;
}
a:visited {
	text-decoration: underline;
	color: #996600;
}
a:hover {
	text-decoration: none;
	color: #66cc99;
}
a:active {
	text-decoration: underline;
	color: #996600;
}
.navi {
	font-size: 11px;
}
.font1 {
	color: #996600;
	font-weight: bold;
}
.font2 {
	color: #996600;
}
.font3 {
	color: #996600;
	font-size: 10px;
}
.font4 {
	color: #66cc99;
	font-size: 10px;
}
.font5 {
	color: #66cc99;
}
.font6 {
	color: #66cc99;
	font-weight: bold;
}

h1 {
	color: #996600;
	font-size: 15px;
	font-weight: bold;
}

hr {
	color: #ffffff;
	border-style: dashed; /* 枠の種類 */
}
.qa-hr {
	color: #996600;
	border-style: dashed; /* 枠の種類 */
}
.hr-3 {
	color: #66cc99;
	border-style: dashed; /* 枠の種類 */
}