/* CSS Document */

@charset "utf-8"; /* 文字コード */

/* CSS Document */


font-weight:bold; } 
	A:link	{ color: #666666; text-decoration: none; } 
	A:visited	{ color: #696969; text-decoration: none; } 
	A:active	{ color: #696969;  } 
	A:hover	{ color: #696969;  }
.body {
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #999999;
	background-color:#ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	scrollbar-face-color : #ffffff;
	scrollbar-shadow-color : #696969;
	scrollbar-highlight-color : #696969;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #696969;

          }

.table-frame {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 800px;
	background-image: url(../image/line.jpg);
	background-repeat: repeat;


}
.table-inner {
	padding: 0px 15px 0px 20px;
	height: 100%;
	width: 750px;
	margin: 0px;
}
.midashi1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;





}
.font-text {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 14px;

}
.space-left {
	padding-left: 5px;
}
.font-small {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
}
