@charset "utf-8";

/*-------------------------------
 Headding
-------------------------------*/
h2.headding{
	background:url(img/h2_bg.png) repeat-x bottom left;
	padding-top:10px;
	padding-bottom:30px;
}


ul.pdf{
	margin:0 0 0 1em;
	padding:0;
}

ul.pdf li{
	list-style:none;
	padding:5px 0;
	background:url(img/icon_pdf.png) no-repeat;
	text-indent:50px;
	line-height:2;
}

ul.pdf li a{
	text-decoration:none;
}

ul.pdf li a:hover{
	color:#F69;
}


