@charset "utf-8";


body {
	font-family:sans-serif;
}

#wrap {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}

header {
	text-align: center;
	background-color: #000;
	color: #fff;
}

div.cd {
	display: block;
	width: 450px;
	height: 350px;
	float: left;
	margin: 15px;
}

div.cd h2 {
	font-size: large;
	background-color: #000;
	color: #fff;
	padding: 0.5em;
}

div.cd img {
	float: left;
}

div.cd div.caption {
	width: 250px;
	float: left;
	margin-left: 10px;
}

div.cd div.caption p {
	margin-top: 0;
}

hr {
	clear: both;
}

div.order {
	text-align: center;
	clear: both;
}

div.gototop {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}