#left {
	text-align: left;
	}
#left img {
	margin: 0;
	padding: 0 0 30px 0;
	}
#left h3 {
	margin: 10px 10px;
	padding: 2px 5px;
	border-bottom: 1px dashed #39B573;
	}
#left ul {
	font-size: small;
	margin: 10px 8px;
	padding: 0 10px;
	}
#left li {
	line-height: 1.5em;
	border-bottom: 1px dashed #39B573;
	list-style: none;
	margin:0 0 8px 4px;
	padding:0 0 0 20px;
	background-image: url(../img/background/arrow03.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	}
#left a {
	text-decoration: none;
	color: #333333;
	}
#left a:hover {
	color: #ff6600;
	}

