@charset "Shift_JIS";


/* font */

h1	{
font-size: 23px;
font-weight: 900;
color:#000;
}

h2	{
font-size:12px;
font-weight: 900;
margin:3px 0px 2px;
}


h3	{
color:#ffffff;
font-size:18px;
text-align:center;
}

h4	{
color:#ffffff;
font-size:12px;
text-align:center;
}

h6	{
color:#ffffff;
font-size:15px;
font-weight: 900;
text-align:center;
vertical-align:middle;
background:#00f;
height:25px;
line-height: 150%;
}

p	{
color:#000;
font-size:12px;
font-weight: 500;
text-align:left;
}

div#list p.jump	{
color:#000;
font-size:12px;
font-weight: 500;
text-align:center;
margin:10px 0px 5px;
}

td.price p	{
font-size:20px;
font-weight:900;
color:red;
text-align:right;
}


/* images */

img.link	{
margin:0px;
border:0px;
}

img.banner	{
margin:0px;
border:0px;
margin-left}


/* table */

table	{
border:1px solid #cccccc;
font-size:12px;
width:600px;
table-layout: auto;
margin-left:auto;
margin-right:auto;
}

table.brand	{
table-layout: auto;
border:none;
background:#000099;
}

table.list	{
border:1px solid #cccccc;
font-size:12px;
table-layout:fixed;
}

table.list caption	{
border:5px double #cccccc;
background:#009;
font-size:20px;
font-weight: 900;
padding:3px;
color:#fff;
text-align:center;
margin-right:auto;
margin-left:auto;
}

th	{
border:1px solid #cccccc;
font-size:12px
text-align:left;
}

td	{
border:1px solid #cccccc;
font-size:12px;
text-align:left;
}

th.brand	{
border:none;
}

th.shop	{
width: 40px;
}

th.model	{

}

td.model	{
font-size:18px;
font-weight:900;
padding:3px;
line-height:1.0;
}

td.model_sold	{
font-size:15px;
font-weight:100;
padding:3px;
line-height:1.0;
text-decoration:line-through;
}


th.desc	{
width: 85px;
}

th.price	{
width:100px;
}

th.other	{

}

td.price	{
text-align:right;
}


th.kouka	{
font-size:25px;
padding:10px 0px;
color:red;
}

th.sold	{
font-size:15px;
padding:10px 0px;
color:red;
}

/* link */

a:link{color:#0000ff ; text-decoration: none}
a:visited{color:#6666ff ; text-decoration: none}
a:hover{color:#9900ff ; text-decoration: none}
a:active{color:#2F4F4F ; text-decoration: none}
