/* Base Style */
body {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif", "Times New Roman", "Times", "serif", "ＭＳ Ｐゴシック", "Osaka";
	color: #333333;
} 

/* クラスの定義（新規） */ 
.topText {
	font-size: 14px;
	line-height: 1.5em;
	color: #003366;

} 
.mainText {
        font-size: 14px; line-height: 1.6em;
} 
.mainList {
	font-size: 14px;
	line-height: 1.6em;
	list-style-type: decimal;
} 
.footerText {
	font-size: 9px;
	color: #999999;
}
a {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #6666FF;
	text-decoration: underline;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
.mainListCap {
	font-size: 14px;
	line-height: 1.6em;
	list-style-type: square;
}
.topList {
	font-size: 14px;
	line-height: 1.6em;
	list-style-type: square;
}
.topListPrivacy {
	font-size: 10px;
	line-height: 1.6em;
	list-style-type: square;
	margin-top: 10px;
	list-style: none;
}
