body {
	background-color: #e8e8e8;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../../images/back.jpg);

}
table {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	color: #222222;
}
a:link{color:#184464;font-size:12px;line-hwight:140%;text-decoration:underline;}
a:visited{color:#0a0066;font-size:12px;line-hwight:140%;text-decoration:underline;}
a:hover{color:#0a50ff;font-size:12px;line-hwight:140%;text-decoration:underline;}
 通常テキスト 
.standard{font-size:12px;line-height:140%;color:#000000;}
.mini{font-size:11px;line-height:140%;color:#000000;}

.dotline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
