/* ----- LEFT START ----- */
#left{
	position: relative;
	float: left;
	width: 250px;
	height: 100%;
}

#left_contents{
	width: auto;
	margin-top: 500px;
	padding-right: 20px;
	text-align: right;
}

#left_contents a{
	font-family: "DIN-Black";
	color: #381C66;
	color: #56358f;
}
#left_contents a:hover{
	color: #b2e9b2;
}

/* ----- LEFT END ----- */