@charset "utf-8";
/* CSS Document */



h3{
	background: #FEEDFB;
	padding: 2px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 116%;
}
.caution{
	color:#C00;
	font-weight:bold;
}
.caution_bk{
	color:#000000;
}

.txtBlue{
	color:#008DCB;
}


/*--*/
.discList{
	padding:0 0 0 24px;
	margin-bottom:1em;
}
.discList li{
	list-style:disc outside;
	padding:0 0 5px 0;
	font-size: 116%;
}

.numberList{
	padding:0 0 0 24px;	
	margin-bottom:1em;
}
.numberList li{
	list-style:decimal outside;
	padding:0 0 5px 0;
	font-size: 116%;
}
.numberList li ul{
	padding:5px 0 0 0;
}
.numberList li li{
	font-size: 100%;
}


/*---*/

.simpleTable{
	margin-bottom:1em;
}

.simpleTable th,
.simpleTable td{
	border:1px solid #cccccc;
	padding:8px;
}
/*--*/
.downloadTable{
	border:5px solid #ffffff;
	width:80%;
}

.downloadTable th{
	background:#dedede;
	border:5px solid #ffffff;
	padding:5px;
}

.downloadTable td{
	border:5px solid #ffffff;
	padding:5px;
	background:#FFCCCC;
	font-weight:bold;
	font-size:120%
	
}
.downloadTable td img{
	vertical-align:middle;
	margin-right:10px;
}
