@charset "utf-8";

/* Reset all */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
/* END Reset all */


/* Main Layout */
body {
	background-color: #990000;
	color: #000;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
	color: #000;
	background-color: inherit;
}

ul {
	list-style-type: none;
}

#navigation-bar {
	width: 200px;
	height: 300px;
	background-color: #f2f2f2;
	border: 1px solid black;
	position: relative;
	margin: 0 0 0 10px;
}

#content {
	width: 540px;
	margin: 10px auto;
}

#logo-lamushop {
	position: absolute;
	top: 20px;
	left: 20px;
}

.bt-mailto {
	margin: 5px 0 0 0;
}
/* END Main Layout */


/* Article Layout */
.article {
	margin: 0 0 10px 0;
	border: 1px solid black;
	background-color: #f2f2f2;
	color: inherit;
	position: relative;
}

.article-detail {
	margin: 0 0 10px 0;
	border: 1px solid black;
	background-color: #f2f2f2;
	color: inherit;
	position: relative;
	padding: 0 0 10px 0;
}

.thumb {
	border: 1px solid black;
	margin: 5px;
}

.pic {
	border: 1px solid black;
	margin: 5px;
	position: absolute;
}

.data {
	position: absolute;
	top: 5px;
	left: 115px;
	text-align: center;
}

.data-detail {
	padding: 5px 0 0 215px;	
	text-align: center;
}

.heading {
	width: 415px;
	background-color: #ddd;
	color: inherit;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	padding: 3px 0 0 0;
}

.heading-detail {
	width: 315px;
	background-color: #ddd;
	color: inherit;
	border: 1px solid black;
	padding: 3px 0 0 0;
}

.heading1 {
	font-size: 17px;
	font-weight: bold;
}

.heading1-detail {
	font-size: 17px;
	font-weight: bold;
}

.heading2 {
	font-size: 15px;
}

.heading2-detail {
	font-size: 15px;
}

.subheading {
	font-size: 12px;
	width: 415px;
	height: 21px;
	padding: 4px 0 0 0;
	background-color: #bf0000;
	color: inherit;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

.subheading a {
	color: #fff;
	background-color: inherit;
}

.item-text {
	text-align: left;
	margin: 5px 0 0 0;
	padding: 5px;
}

.songlist {
	padding: 10px 0 0 35px;
	text-align: left;
}

.song {
	font-weight: bold;
}

.reader-container {
	position: absolute;
	top: 210px;
	left: 5px;
	width: 200px;
	text-align: left;
	font-size: 13px;
}

.reader {
	font-style: italic;
	font-weight: bold;
}

.order {
	width: 415px;
	height: 25px;
	background-color: #ddd;
	color: inherit;
	border: 1px solid black;
	text-align: left;
	position: absolute;
}

.order-detail {
	width: 515px;
	background-color: #ddd;
	color: inherit;
	border: 1px solid black;
	text-align: left;
	padding: 5px;
	margin: 5px 0 0 5px;
}

.price {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 10px;
}

.price-detail {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 10px;
}

.shoplink {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 230px;
}

.shoplink-amazon {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 80px;
}

.shoplink-detail {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 270px;
}

.shoplink-amazon-detail {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 140px;
}

/* END Article Layout */