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

#btn_category{
	border-bottom:5px solid #da4800;
}
#btn_category a{
	cursor:default;
}
#contents{
	padding:0 0 220px 0;
}
.section{
	margin:40px 0 0 0;
	background:#fff0e9;
}
.section h2{
	font-size:24px;
	color:#da4800;
	border-bottom:5px solid #da4800;
	background:#fff;
	line-height:1.2em;
	text-indent:10px;
}
.section li{
	list-style:inside disc;
	float:left;
	width:450px;
	padding:10px 0 5px 25px;
}
#gaiji{
	position:relative;
	top:1px;
}