@charset "utf-8";
/* CSS Document */

#sky {
	width:950px;
	margin:0 auto;
}

#skycontainer {
	display:inline;
	float:left;
	width:950px;
}

#sidebtn {
	float:left;
	width:140px;
}

#skycontents {
	display:inline;
	float:left;
	width:770px;
	margin-bottom:35px;
	padding:40px 0 0 40px;
}

#skytitle {
	padding-top:100px;
	/*border-bottom:#aaa 1px dashed;*/
}

#sidebtn ul {
	font-weight:bold;
	padding:20px 0;
	margin-bottom:20px;
	border-bottom:#aaa 1px dashed;
}

.mainCommodity {
	color:#2b4016;
	margin-bottom:5px;
}

#sidebtn ul li {
	line-height:20px;
}

#sidebtn ul li a {
	text-decoration:none;
}

#sidebtn ul li a:hover {
	color:#3a561e;
}