@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.top{
	background-color:#FFF;
	height:100px;
	box-shadow: 0px 0px 6px #EEE;
	}
.bottom{
	background-color:#2B2B2B;
	height:250px;
	}
.type_name {
	border-bottom:4px solid #ED6B24;
	font-size:14px;
	color:#333;
	cursor:pointer;
}
.type_name1 {
	font-size:14px;
	color:#333;
	cursor:pointer;
	border-bottom:4px solid #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}/* CSS Document */

