
#d_footnote {

		/* 20 + 60 + 330 + 450 */
		
		position: absolute;
		bottom: 0px;
		width: 1200px;
		height: 450px;
		background-color: #1b1b1b;

}


a.link_foot:link {	color: white;	text-decoration: none; }
a.link_foot:visited { color: white; }
a.link_foot:hover { color: #a3c100; }

#d_sm_cnt {

	position: absolute;
	top: 200px;
	right: 100px;
	width: 200px;
	height: 40px;

}

#d_ic1 {

	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-image: url('data/_stuff/sm_facebook.png');
	float: left;
}
#d_ic1:hover {
	background-image: url('data/_stuff/sm_facebook2.png');
}


#d_ic2 {

	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-image: url('data/_stuff/sm_twitter.png');
	float: left;

}
#d_ic2:hover {
	background-image: url('data/_stuff/sm_twitter2.png');
}


#d_ic3 {

	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-image: url('data/_stuff/sm_youtube.png');
	float: left;

}
#d_ic3:hover {
	background-image: url('data/_stuff/sm_youtube2.png');
}


#d_ic4 {

	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-image: url('data/_stuff/sm_instagram.png');
	float: left;

}
#d_ic4:hover {
	background-image: url('data/_stuff/sm_instagram2.png');
}


.c_sm_link {
	
	display: block;
	width: 35px;
	height: 35px;



}