@charset "Shift_JIS";

/* ALL */

body {
background: #ffffff;
margin: 0px;
padding: 0px;
}


body, td, th {
font-family: MS P Gothic;
font-size: small;
line-height: 120%;
color: #000000;
}


a:link {
color: #000000;
text-decoration: underline;
}


a:visited {
color: #996699;
text-decoration: underline;
}


a:hover {
color: #cccccc;
text-decoration: underline;
}


a:active {
color: #cccccc;
text-decoration: underline;
}


/* FONTS */

span.small {
font-size: x-small;
line-height: 120%;
}


span.big {
font-size: medium;
line-height: 120%;
font-weight: bold; 
}


span.price {
color: #ff6600;
font-weight: bold; 
}


/* JPG_GIF */

.ct   { text-align: center; }
.rt   { text-align: right; }
.lt   { text-align: left; }
.vt   { vertical-align: top; }
.vb   { vertical-align: bottom; }
.vm   { vertical-align: middle; }
.pr   { padding-right:7px; padding-bottom:7px; }
.pl   { padding-light:7px; padding-bottom:7px; }


/* HEADER */

div.logo {
width: 516px;
height: 40px;
}


div.navi-top {
display: none;
}


div.navi-bottom {
display: none;
}


/* NAVIGATION TRAIL */

div.navi-trail {
width: 800px;
}


a:link {
color: #666666;
text-decoration: none;
}


a:visited {
color: #996699;
text-decoration: none;
}


a:hover {
color: #cccccc;
text-decoration: underline;
}


a:active {
color: #cccccc;
text-decoration: none;
}


/* IMG */

div.img-random {
display: none;
}


/* CONTENTS */

div.main {
width: 650px;
}


div.left-column01 {
width: 300px;
float: left;
}


div.right-column01 {
width: 350px;
float: left;
}


div.left-column02 {
width: 325px;
float: left;
}


div.right-column02 {
width: 325px;
float: left;
}


/* HORIZON */

hr.bkl {
border: 0 none; 
height: 1px; 
color: #000000;
background-color: #000000;
}


/* COPYRIGHT */

div.crc {
display: none;
}


div.crr {
width: 600px;
height: 30px;
text-align: left;
}


/* CLEAR BLOCK */

div.clearblock {
clear: both;
}