@charset "utf-8";
/* CSS Document */
li {
	list-style:none;
}
.Link h2 {
	margin-bottom:6px;
}

.Link h3 {
	border-bottom:1px dashed #cccccc;
	margin:20px 0 10px 0;	
	padding-bottom:4px;
}

.Link ul {
	padding-left:20px;
}

.Link li {
	background-image:url(../../img/icon_arrow_green.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	line-height:1.5;
}

a:link
a:visited, 
a:hover, 
a:active {
	color:#0000FF;
	/*color: #416C2C;*/
}
/*
a:visited {
color:#999999;
}

a:hover, 
a:active {
color:#FF9900;
}*/
