@charset "UTF-8";
/* CSS Document */

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #880000;
	text-decoration: underline;
}
a:active {
	color: #880000;
	text-decoration: none;
}
body,td,th {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3"
	line-height: 160%;
	color: #000000;
}
.text-m2 { 
	color: #666666;
	font-size: 16px; 
	line-height:160%;
	letter-spacing:0.1em;
}
.text-mB { 
	color: #666666;
	font-weight: bold;
	font-size: 16px; 
	line-height:160%;
	letter-spacing:0.1em;
}
.dotline {
	width: 760px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-indent: 10px;
	border-bottom-width: thin;
}


