body ,table{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 160%;
}

div {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*全体のリンクに関する設定*/
a:link {
	color: #333333;
	text-decoration:underline;
}

a:visited {
	color: #666699;
	text-decoration:underline;
}

a:hover {
	color: #0033CC;
	text-decoration:underline;
	background-color: #C1D1F0;
}

form {
	margin: 0px;
	padding: 0px;
}

.title01blue {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.title02red {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.color01pink {
	font-size: 12px;
	color: #CC6699;
	text-decoration: none;
}

.color02white {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.color03blue {
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}

.color04black {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.color05green {
	font-size: 12px;
	color: #336633;
	text-decoration: none;
}

.small{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.backblue {
	font-size: 12px;
	background-color: #E1EDFF;
	color: #3366CC;
}

.error-message {
	margin: 10px 0px;
	font-weight: bold;
	color: #CC3300;
}

.cautions {
	font-weight: bold;
	color: #CC3300;
}


