@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;
}
