/* CSS Document */

.font10px-110 {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 110%;
}
.font8px-110 {
	font-size: 8px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 110%;
}
.font12px-110 {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 110%;
}
.font14px-110 {
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 110%;
}
.font16px-110 {
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 110%;
}
.font10px {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 140%;
}

.font12px {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 140%;
}
 
.font12px-200 {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 200%;
}

.font14px {
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 140%;
}
.font16px {
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 140%;
}
.font10px-gray {
	font-size: 10px;
	font-style: normal;
	line-height: 140%;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}
.font12px-gray {
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}
.dot-line-pink {
	width: 620px;
	margin: 10px;
	padding: 10px;
	border: 4px dotted #FF6699;
}
.dot-line-blue {
	margin: 10px;
	padding: 10px;
	width: 620px;
	border: 4px dotted #0099CC;
}
h1 {
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
p {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 0px;
	margin-top: 0px;
}
A:Link, A:Visited, A:Active{
	color            : #0000bb ;
	text-decoration  : none;
}

A:Link:Hover,A:Visited:Hover{
	background-color : #0000bb;
	color : #ffffff;
}