@charset "Shift_JIS";
.text-main {
	font-family: Verdana, "メイリオ";
	font-size: 10pt;
}
.text-small {
	font-family: Verdana, "メイリオ";
	font-size: 10px;
}
.text-title {
	font-family: Verdana, "メイリオ";
	font-size: 10pt;
	font-weight: bold;
}
.text-title-white {
	font-family: Verdana, "メイリオ";
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
}
body {
	background-color: #CCCCCC;
	margin-left: 50px;
	margin-bottom: 50px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
