@charset "shift_jis";
/*------------------------------------
    #dlFile
------------------------------------*/
#dlFile{
	margin-left: 75px;
	margin-right: 75px;
}

#dlFile h3{
	padding: 12px 0 7px 25px;
	background: url(image/bg_title_black.gif) repeat-x 0 bottom #000;
	font-size: 13pt;
	font-weight: 600;
	color: #fff;
}

#dlFile h4{
	padding: 12px 0 7px 25px;
	background: url(image/bg_title_orange.gif) repeat-x 0 bottom #00adf2;
	font-size: 13pt;
	font-weight: 600;
	color: #333;
	text-align: center;
}

#dlFile p{
	margin-left: 25px;
	margin-right: 25px;
}

#dlFile ul{
	list-style: none;
}

#dlFile li a{
	display: block;
	overflow: hidden;
	margin: 5px 0;
	padding: 10px 5px 8px;
	border: 2px solid #39f;
	background: #ffc;
	font-size: 11pt;
	font-weight: 600;
	color: #f00;
	text-decoration: none;
	text-align: center;
}


#dlFile li a:hover{
	background: #39f;
	color: #fff;
}


/*------------------------------------
   .dlCaution
------------------------------------*/
.dlCaution{
	margin-left: 75px;
	margin-right: 75px;
	padding: 12px 25px;
	background: #ffc;
}


/*------------------------------------
   .actiCaution
------------------------------------*/
.actiCaution{
	margin-left: 75px;
	margin-right: 75px;
	padding: 12px 25px;
	background: #ffc;
}

.actiCaution p{
	font-size: 9.5pt;
}

.actiCaution ol{
	list-style: desimal inside;
	padding-left: 2em;
	font-size: 9.5pt;
}

.actiCaution ol li{
	padding-bottom: 0.9em;
}

.actiCaution table{
	margin-top: 5px;
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #993;
	border-top: 1px solid #993;
}

.actiCaution table th{
	padding: 8px 12px;
	border-right: 1px solid #993;
	border-bottom: 1px solid #993;
	background: #eee;
	font-weight: 500;
}

.actiCaution table th.bookTit{
	background: #333;
	color: #fff;
	font-weight: 600;
}

.actiCaution table td{
	padding: 8px 12px;
	border-right: 1px solid #993;
	border-bottom: 1px solid #993;
	background: #fff;
	font-weight: 600;
	font-size: 11pt;
}