/* CSS Document */

body,td,th {
	font-family: "ＤＦＰ華康ゴシック体W5", "Osaka", "MS Pゴシック";
	font-size: small;
	color: #333333;
	line-height: 140%;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}






a:link {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}


/*リンクカラー　グレー×ブルー*/
a.link_black:link {
	color: #333333;
	text-decoration: none;
}

a.link_black:visited {
	text-decoration: none;
	color: #333333;
}
a.link_black:hover {
	text-decoration: none;
	color: #0099FF;
}
a.link_black:active {
	text-decoration: none;
	color: #0099FF;
}
/**/




.font-gray-10px {
	color: #333333;
	font-size: 10px;
	letter-spacing: 0.09em;
}
.font-gray-midium {
	color: #333333;
	font-size: medium;
}

.font-white-10px {
	color: #FFFFFF;
	font-size: 10px;
	letter-spacing: 0.09em;
}
.font-white-small {
	color: #FFFFFF;
	font-size: small;
}







.line-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
}
.dot-top {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.dot-bottom {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
}
.text {
	font-family: "ヒラギノ角ゴ Pro W6";
	letter-spacing:normal
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
.text2 {
	font-family: "ヒラギノ角ゴ Pro W6";
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #333333;
}
