#shoppingcart {
	position: relative;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 680px;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
}

#shoppingcart p {
	margin: 0 1em 1em;
}

#shoppingcart_m {
	position: relative;
	top: 0px;
	left: 10px;
	height: 80px;
	width: 160px;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	text-align: center;
	right: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#shoppingcart p_m {
	margin: 0 1em 1em;
}


h2 {
	margin: 0.5em 1em;
	font-size: 14px;
}

#booklist, #contents {
	position: relative;
	top: 0px;
	left: 0px;
	width: 680px;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	background-color: #036;
}

#booklist ul {
	list-style-type: none;
}

#booklist ul li {
	margin: 0 1em 1em;
}

#booklist_m {
	position: relative;
	top: 0px;
	left: -35px;
	width: 960px;
}

#booklist_m {
	list-style-type: none;
}

#booklist_m ul li {
	margin: 0 1em 1em;
	list-style:none

}

#booklist_m input {
	background-color: #FF6640;
	height: 30px;
	width: 150px;
	font-weight: bold;
}

#booklist_m img {
	border: 1px solid #FFF;
	position: relative;
	top: 15px;
	right: -30px;
}

#contents table {
	font-size: 90%;
	border-collapse: collapse;
}

#contents table td {
	border: 1px solid #999999;
	border-radius: 20px;
}


#contents p, #contents button {
	margin: 1em;
	border-radius: 20px;
}
