body {
	margin: 10px;
	padding: 0;
	color: #333333;
	background-color: #ffffff;
	text-align:center;
}

input{
	margin:5px 0;
}

a:link {
	color: #0000bb;
	text-decoration: underline;
}
a:visited {
	color: #3366bb;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}

#t-caution {
	color: #666655;
}
#t-caution ul {
	margin: 0;
}
#t-white_b {
	color: #ffffff;
	font-weight: bold;
}
#t-black {
	color: #333333;
}
#t-black_b {
	color: #333333;
	font-weight: bold;
}
#t-red {
	color: #ff6666;
}
#t-red_b {
	color: #ff6666;
	font-weight: bold;
}
#t-redfull_b {
	color: #ff3333;
	font-weight: bold;
}
#t-blue {
	color: #5252ad;
}
#t-blue_b {
	color: #5252ad;
	font-weight: bold;
}
#t-blue02 {
	color: #666699;
}
#t-blue02_b {
	color: #666699;
	font-weight: bold; 
}
#t-blue03 {
	color: #333399;
}
#t-blue03_b {
	color: #333399;
	font-weight: bold;
	font-size: 12px;
}
#t-green {
	color: #316331;
}
#t-green_b {
	color: #316331;
	font-weight: bold;
}
#t-orange {
	color: #367602;
}
#t-orange_b {
	color: #367602;
	font-weight: bold;
}
#t-orange02 {
	color: #ffbb00;
}
#t-orange02_b {
	color: #ff9900;
	font-weight: bold;
}
#t-brown {
	color: #660000;
}
#t-brown_b {
	color: #660000;
	font-weight: bold;
	font-size: 12px;
}
#t-brown02 {
	color: #666655;
}
#t-brown02_b {
	color: #666655;
	font-weight: bold;
}
#t-gray {
	color: #444444;
}
#t-gray_b {
	color: #444444;
	font-weight: bold;
}

table.attention {
	border: #c00000 1px dotted;
	border-collapse: collapse;
}
td.attention {
	padding: 3px;
	border: 0;
	vertical-align: top;
	color: #777777;
	background-color: #eee4e5;
	text-align: left;
}
