/* CSS Document */
#bottom {
	text-align:center;
	height:100px;
	font-size:12px;
	color:#cdcdcd;
	line-height:2em;
	clear:both;
	background-image: url(../image/bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#down-menu {
	width:100%;
	clear:both;
}
#down-menu a {
	color:#cdcdcd;
	padding:0 15px;
	text-decoration: none;

}
#down-menu a:hover {
	text-decoration: underline;
}
.down-l {
	padding:0 0 10px 0;
}

