/*
-----------------------------------------------------------------
    BASE
-----------------------------------------------------------------
*/
html {
    margin: 0;
    padding: 0;
}

body    {
    margin: 0;
    padding: 1em 0 1em 0;
    background: #eeeedd;
    color: #333300;
    font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif;
    font-size: 93%;
    text-align: center;
}

#wrapper   {
    width: 95%;
    min-width: 640px;
    max-width: 1024px;
    margin: 10px auto 10px auto;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #666633;
    text-align: left;
}


/* Anchors */

a:link {
    
    background-color: transparent;
    color: #6666CC;
    text-decoration: none;
}
a:visited {
    
    background-color: transparent;
    color: #997767;
    text-decoration: none;
}
a:hover {
    
    background-color: transparent;
    color: #ff6600;
    font-style: normal;    
    text-decoration: none;
}
h1 {
    margin: 0;
    padding: 0;
}
h2 {
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0 0.5em 0;
    color: #666633;
    font-size: 120%;
    
    
}
h3 {
    margin: 1em 0 0.2em 0;
    color: #724D48;
    font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif;
    font-size: 110%;
    text-indent: 0.5em;
}
p {
    margin: 0em 0em 0em 0em;
    font-size: 100%;
    line-height: 140%;
}
table {
	margin: 0em 0em 0em 0em;
	font-size: 100%;
}

img {
    border: 0px none;
}

/* Forms */
form {
	margin-top:0em; 
	margin-bottom:0em
}
input, textarea, select {
    font-size: 90%;
    font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif;
}
input[type=submit],[type=reset],[type=button] {
		
    
		font-size: 50%;
    color: #000000; 
		margin: 0px 0px 0px 0px;
		padding: 1em 0em 0em 1em;
}

input[type="text"],[type="password"] {
		padding: 0em 0em 0em 0em;
    margin: 0px 0px 0px 0px;
}

input[type="radio"] {
    border: 0px none;
}

select {
		padding: 0em 0em 0em 0em;
    margin: 0px 0px 0px 0px;
    
    
	
}

fieldset {
    padding: 1.5em;
    
    border: 1px solid #cccccc;
}

legend {
    padding: 3px 10px 3px 10px;
    border: 1px solid #cccccc;
}

.noscript {
    display: inline;
}

/* List */
ul, ol, li, dl {
		margin: 0.5em 1em 1.5em 1em;
    line-height: 180%;
}

/*
-----------------------------------------------------------------
    HEADER
-----------------------------------------------------------------
*/
#header {
    height: 2.5em;
    margin: 0;
		background: #ffffff;
    color: #000000; 
		padding: 0.5em 0em 0.2em 2em;
		border-bottom: 5px solid #C0C0C0;
}
#logo {
	float: right;
}
#header h1 {
		font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif;
    float: left;
    padding: 0em 0em 0em 0em;
    font-size: 160%;
    
}
#header h1 a:link, #header h1 a:visited {
    background-color: transparent;
    border: 0px none;
    color: #000000;
    text-decoration: none
}
#header h1 a:hover {
    background-color: transparent;
    border: 0px none;
    text-decoration: none;
    color: #cccc99
}

/*
-----------------------------------------------------------------
    search form
-----------------------------------------------------------------
*/
#searchform  {
	text-align: left;
	padding: 0.5em 0em 0.5em 1em;
	border-bottom: 2px solid #C0C0C0;
	background: transparent;

}

.form_index {
		text-align: right;
		padding: 0em 0.2em 0em 0em;
}
.form_input {

}
#pager {
	text-align: left;
	padding: 0.5em 0em 0.5em 1em;
  border-bottom: 1px solid #C0C0C0;
  background: transparent;
}
#pagerlist {
	text-align: left;
}
#searchsortform  {
	
	padding: 0.5em 0em 0em 0em;
}
/*
-----------------------------------------------------------------
    CONTENT BOX
-----------------------------------------------------------------
*/
.Title{
	padding: 0.5em 1em 0.5em 0.8em;
	font-size: 100%;
	font-weight: bold;
}
#Review{
		padding: 0.5em 2em 0.5em 1em;
    border-bottom: 2px solid #C0C0C0;
}

#Accessory{
		font-size: 100%;
    padding: 0.5em 2em 0.5em 1em;
    background: transparent;
		border-bottom: 2px solid #C0C0C0;
}

#CustomerReviews{
		font-size: 100%;
    padding: 0.5em 2em 0.5em 1em;
    background: transparent;
		border-bottom: 2px solid #C0C0C0;
}
.CustomerReviewsstar{
	padding: 0em 0em 0em 0em;
	float:left;
}
.CustomerReviewsTitle{
	padding: 0.5em 2em 0em 1em;
	float:left;
}
.CustomerReviewsSummary{
	padding: 0em 2em 0em 1em;
	font-weight: bold;
	float:left;
	font-size: 85%;
}
.CustomerReviewsContent{
	clear: both;
	font-size: 85%;
	padding: 0.5em 2em 0.5em 2em;
	border-bottom: 1px solid #C0C0C0;
}
.CustomerReviewsdate{
	padding: 0em 0em 0em 0em;
	font-size: 85%;
}
.Content{
	font-size: 85%;
	padding: 0.5em 2em 0.5em 2em;
	border-bottom: 2px solid #C0C0C0;

}

#itemlist  {
    text-align: left;
    padding: 0.5em 1em 0.5em 1em;
    background: transparent;
		border-bottom: 2px solid #C0C0C0;
}
#itemlist td {

		border-bottom: 1px solid #C0C0C0;
}
#Similarity {
		font-size: 100%;
    padding: 0.5em 2em 0.5em 1em;
    background: transparent;
		
}

#about {
    width: 78%;
		padding: 1em 2em 1em 2em;
    border-left: 2px solid #C0C0C0;
    background: transparent;
}
#help {
    width: 78%;
		padding: 1em 2em 1em 2em;
    border-left: 2px solid #C0C0C0;
    background: transparent;
}
#content  {
    float: right;
    width: 78%;
    border-left: 2px solid #C0C0C0;
    background: transparent;
}
#item  {
    text-align: left;
    padding: 0.5em 0em 0.5em 1em;
    background: transparent;
		border-bottom: 2px solid #C0C0C0;
}
.artist{
	padding: 0em 1em 0em 1.2em;
	font-size: 90%;
}
.atherartist{
	padding: 0em 1em 0em 1.4em;
	
	font-size: 70%;
}
#tracks  {
		font-size: 100%;
    padding: 0.5em 0em 0.5em 1em;
    background: transparent;
		border-bottom: 2px solid #C0C0C0;
}
#tracks table {
		font-size: 85%;
		margin: 0px 0px 0px 0px;
		padding: 0em 0em 0em 0em;
}

#cart {
	text-align: center;
	padding: 0.5em 2em 1em 2em;
	border-bottom: 2px solid #C0C0C0;
	background: transparent;
}
#cartitem {
	  
    
    border-collapse: collapse;
    
    color: #000000;
    font-size: 100%;
    line-height: 120%;
    
    
	
}
#cartitem td{
	border: 1px solid #C0C0C0;
}
#cartitem th{
	border: 1px solid #C0C0C0;
}
#cartitem td.Title{
	width: 60%;
}
#cartitem td.Quantity {
	text-align: center;
}
#cartitem td.Price {
	padding: 0em 0.2em 0em 0em;
	text-align: right;
}
#cartitem td.SubTotal{
	text-align: center;
	font-weight: bold;
}
#cartitem td.kousin{
	vertical-align:middle;
	text-align: center;
}
#cartitem td.del{
	text-align: center;
}
#cartitem td.goregi{
	border: 0px none;
}
.small{
	font-size: 75%;
}
/*
-----------------------------------------------------------------
    MENU BOX
-----------------------------------------------------------------
*/
#menu  {
		
    float: left;
    background-color: #ffffff;
    width: 21%;
}
#browse{
		font-size: 100%;
    padding: 0.5em 0em 0.5em 1em;
    background: transparent;
		border-bottom: 2px solid #C0C0C0;
}
#artistsearch{
		font-size: 100%;
    padding: 0.5em 0em 0.5em 1em;
    background: transparent;
		border-bottom: 2px solid #C0C0C0;
}
#lookcart{
		font-size: 100%;
    padding: 0.5em 0em 0.5em 1em;
    background: transparent;
		border-bottom: 2px solid #C0C0C0;
}
/*
-----------------------------------------------------------------
    FOOTER BOX
-----------------------------------------------------------------
*/
#footer  {
    clear: both;
    background: #ffffff;
		border-top: 1px solid;
		margin-left:0em; 
		margin-right:0em; 
		margin-top:1em; 
		margin-bottom:0em; 
		padding-left:1em; 
		padding-right:1em; 
		padding-top:1em; 
		padding-bottom:1em
}
.counter{
text-align: right;
}
address {
    margin: 0.5em 0 0 0;
}
