/* CSS Document */

.text02 {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

table.layout{
	width: 100%;
}

table.layout td{
	font-size: 12px;
}

table.layout th{
	font-size: 12px;
	padding: 2px 10px;
}

table.layout th{
	background: #cacaca;
	color: #ffffff;
	font-weight: normal;
}

table.layout td{
	background: #ffffff;
	padding: 2px 10px;
	line-height: 130%;
}

table.layout td.none{
	background: #ffffff;
	padding: 0px;
}

.caution_green{
	font-size: 12px;
	line-height: 18px;
	color: #04805C;
}

.caution_small{
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}