BODY {
  background-color: #ffffff;
  font-weight : ;
  color : #000000;
  font-size : 12px;
  background-image : url(images/bg.gif);
  background-attachment: fixed;
  background-repeat:repeat;
  background-position:left top;
  cursor :  auto;
 scrollbar-arrow-color:#000000; scrollbar-face-color: #FFFFFF;}

/* 白いリンク色 */
a.whitelink:link { color: #F8F6E7; text-decoration: none; font-size: 11px; line-height: 14px;}
a.whitelink:visited { color: #F8F6E7; text-decoration: none; font-size: 11px; line-height: 14px;}
a.whitelink:hover { color: #F8F6E7; text-decoration: underline; font-size: 11px; line-height: 14px;}
a.whitelink:active { color: #F8F6E7; text-decoration: none; font-size: 11px; line-height: 14px;}

/* 基本リンク色 */
a:link {
	color: #000033;
	text-decoration: none
}
a:visited {
	color: #808040;
	text-decoration: none
}
a:hover {
	color: #435098;
	text-decoration: underline
}
a:active {
	color: #435098;
	text-decoration: none
}

/* 文字やライン */
.s-txt {
	font-size: 11px;
	line-height: 16px;
}
table {
  font-size : 12px;
  border:0px;
}
h1 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin: 0.2em, 0.2em, 0.2em, 0.2em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
h2 {
	color: #000000;
	font-size : 15px;
	font-weight: bold;
	margin: 0.2em, 0.2em, 0.2em, 0.2em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
form {
	letter-spacing: 0px; 
	text-indent: 0pt;
	word-spacing: 0px;
	font-size: 10pt;
	margin: 0px;
}
.table2 {
  font-size : 12px;
  border:0px;
  line-height: 150%;
  background-color: #ffffff;
}
.head-k {
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B5B28E;
}


