@charset "utf-8";

/* index.css　トップページのCSS */
@import "import.css";

/*category
----------------------------------------------------------------------------------------------------*/
#catalog h2{
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: 1px dashed #663300;
	font-size: 1.2em;
	font-weight: bold;
	color: #663300;
}
#catalog div{
	overflow: hidden;
	zoom: 1;
	padding: 0 0 30px;
}
#catalog p.photo{
	float: left;
	width: 130px;
	height: 130px;
	background-color: #FFFFFF;
}
#catalog dl{
	float: right;
	width: 448px;
}
#catalog dt{
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px dashed #CCBB77;
	font-weight: bold;
}
#catalog dd p.btn{
	padding: 20px 0 0;
}
/*end
----------------------------------------------------------------------------------------------------*/