html, body {

/*全体の文字*/
color: #666666; 
font-size: 10pt;
}
td {
/*テーブル内の文字*/
font-size: 10pt; 
}


a:link { 
/*通常リンク*/
color:#000099; 
}
a:visited { 
/*訪問済みリンク*/
color:#000066; 
}
a:hover { 
/*リンク文字の上にカーソルがあるとき*/
color:#CC3300; 
text-decoration:underline; 
}

/*点線*/
.border1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: left;
	padding-bottom: 5px;
	width: 650px;
	margin-bottom: 5px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	margin-left: 20px;
}

/*ボックス右線*/
.rightborder {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;

}

.csbody {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	color: #666666;

}

.csmidasi {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;

}

.boxborder {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	border: 1px solid #990000;


}

.jlink {
	MARGIN-LEFT: 10px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	color: #666666;
	line-height: 20px;


}
