@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Helvetica,sans-serif;
	line-height: 150%;
	color: #333333;
	font-size: 12px;
	line-height: 150%
}

table a,
table a:link,
table a:visited {
	color: #004ca3;
	text-decoration: none;
}

table a:hover,
table a:active {
	color: #ff0000;
	text-decoration: underline;
}

/*IE6*/
* html table {
	font-size: 12px;
}

.blue14px {
	color: #0099FF;
	font-size: 14px;
}

.example {
	color: #0099FF;
	font-size: 10px;
}

table.whitetable {
	border-collapse: collapse;
	
}

table.whitetable th {
	text-align: left;
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
	padding: 8px;
}

table.whitetable td {
	padding: 8px;
	border: 1px solid #CCCCCC;
}

table.boldtable {
	border: 3px solid #CCCCCC;
}

ol {
	margin: 0;
	padding-left: 16px;
}

ol li {
	margin: 12px 0;
}

li {
	list-style: none;
}

