body{
  background: #e7e7e7; 
  margin:0;
  padding:0;
  font-family: "MS UI Gothic",sans-serif;
  color:#636363;
  font-size: small;
}
img {
  margin:0;
  }
td {
	line-height: 1.3;
}

th {
}

.table {
	border-bottom: 1px dotted .ccc;
}

.tx_main {
	font-size: small; line-height:1.4; color: #333333
}

.tx_bold {
	font-size: small; font-weight: bold; color: #333333
}
a{/*リンクされた文字*/
    color:#4c4c4c;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#4c4c4c;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#4c4c4c;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#000000;
    font-style:normal;
    text-decoration:underline;
    position: relative;
    top: 1px;
    left: 1px;
}
a:active {/*クリック中*/
    text-decoration:none;
}

p {
  margin: 0;
  padding: 10px;
  line-height: 1.3;
  }
dl {
  margin: 0;
  padding: 5px 15px;
  line-height: 1.2;
  }
#container {
margin:0 auto;
width:800px;
background:#fff;
}
#header {
  position:relative;
  background:#fff url(images/header.gif) no-repeat;
  width:800px;
  height:112px;
  margin-bottom:10px;
  padding:0;
  }
#site-title {
  text-indent: -9999px;
  position:absolute;
  background: url(images/logo.gif) no-repeat;
  width: 167px;
  height: 39px;
  top: 42px;
  left: 12px;
  }
#top_marquee {
  position:absolute;
  top:4px;
  left:30px;
  color:#636363;
  }
#header_banner {
  position:absolute;
  top:20px;
  right:15px;
  }
#top0 {
  position:absolute;
  top:4px;
  right:30px;
  color:#6a0035;
  }
#top0 a {
  color:#6a0035;
  }
#toplefttext {
  position:absolute;
  top:92px;
  left:50px;
  color:#fff;
  }
#toplefttext a {
  color:#fff;
  }
#toplefttext img {
  position:absolute;
  width:19;
  height:10;
  top:2px;
  left:-22px;
  }

#toprighttext {
  position:absolute;
  top:92px;
  right:30px;
  color:#fff;
  }
#toprighttext img {
  position:absolute;
  width:16px;
  height:16px;
  top:0;
  right:200px;
  }
#toprighttext a {
  color:#fff;
  }
#serchicon {
 width:30px;
 height:30px;
 top:13px;
 left:375px;
 }
#main_outer {
  float:left;
  background:#fff;
  width:603px;
  margin:0;
  padding:0 0 0 13px;
  }
.main_title {
 position:relative;
 background: url(images/main_title.gif) no-repeat;
 width:590px;
 height:25px;
 margin:0;
 padding:0;
 }
.main_title h1 {
  position:absolute;
  top:5px;
  left:10px;
  margin:0;
  padding:0;
  color:#fff;
  font-size: small;
  }
.main_title h2 {
  position:absolute;
  top:5px;
  left:10px;
  margin:0;
  padding:0;
  color:#fff;
  font-size: small;
  }
.main_title h3 {
  position:absolute;
  top:5px;
  left:10px;
  margin:0;
  padding:0;
  color:#fff;
  font-size: small;
  }
.main_title h4 {
  position:absolute;
  top:5px;
  left:10px;
  margin:0;
  padding:0;
  color:#fff;
  font-size: small;
  }
.main {
  width:588px;
  margin:0;
  padding: 15px 0;
  border-left:solid 1px #cccccc;
  border-right:solid 1px #cccccc;
  }
#display-description {
  margin:0;
  padding: 0;
  text-indent: 10px;
  }
#display-outer {
  width: 588px;
  margin: 0;
  padding: 0 0 0 0;
  }
#display-img-details {
  width: 550px;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.3;
  }
#display-img-details img {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  }
#display-title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  }
#float-clear {
  width: 550px;
  clear: both;
  margin: 0;
  padding: 0;
  }
#disply-price {
  width: 550px;
  margin: 0;
  padding: 0;
  text-align: left;
  }
#bottom-line {
  background: url(images/bottom-line.gif) no-repeat;
  width: 588;
  height: 7px;
  margin: 5px 0 15px 0;
  }
#count {
  margin: 0;
  padding: 0 0 0 10px;
  font-weight: bold;
  line-height: 1.3;
  }
.pager {
  margin: 0;
  padding: 0 0 0 10px;
  height: 30px;
  }
div.pager a,
div.pager span {
    display: block;
    float: left;
    margin-right: 0.1em;
    padding: 0.2em 0.5em;
}

div.pager a {
    color: #747474;
    background-color: #fff;
    border: 1px solid #747474;
    text-decoration: none;
}

div.pager a:hover {
    color: #ffffff;
    background-color: #747474;
    border: 1px solid #747474;
}

div.pager span.current {
    color: #fff;
    background-color: #747474;
    border: 1px solid #747474;
    font-weight: bold;
}

div.pager span.pages {
    display: none;
    color: #fff;
    background-color: #fff;
    border: 1px solid #747474;
    text-decoration: none;
}
div.pager span.nextprev {
    border: 1px solid #ffffff;
    color: #747474;
    background-color: #fff;
}

div.pager a.nextprev {
    font-weight: bold;
}
#count-pager-clear {
  width: 560px;
  clear: both;
  }
#credit {
  width: 570px;
  margin: 0;
  padding: 12px 0 7px 0;
  text-align: center;
  }
/* IE6用 */*html 
.main_banner {
  width:588px;
  margin:0;
  padding:10px 0;
  border-left:solid 1px #cccccc;
  border-right:solid 1px #cccccc;
  text-align:center;
  }
.main_bottom {
  position:relative;
  background: url(images/main_bottom.gif) no-repeat;
  width:590px;
  height:25px;
  margin:0 0 10px 0;
  padding:0;
  }
.main_bottom_text {
  position:absolute;
  top:5px;
  left:10px;
  margin:0;
  padding:0;
  color:#fff;
  font-size: small;
  }
#right_outer {
  background:#fff;
  float:right;
  width:183px;
  margin:0;
  padding:0;
  }
#searchform {
  width: 170px;
  height: 28px;
  position: relative;
  margin: 0;
  padding: 0;
  }
#keyword-box {
  width: 145px;
  height: 23px;
  background: url(images/input3.gif) no-repeat;
  border: none;
  margin: 0;
  padding: 3px 8px;
  color: #444;
  }
#search-submit {
  position: absolute;
  top: -1px;
  left: 146px;
  }
.right_title {
  position:relative;
  background:url(images/right_title.gif) no-repeat;
  width:170px;
  height:25px;
  margin:0;
  padding:0;
  }
.right_title h1 {
  position:absolute;
  top:5px;
  left:13px;
  margin:0;
  padding:0;
  color:#fff;
  font-size: small;
  }
.right_title h2 {
  position:absolute;
  top:5px;
  left:13px;
  margin:0;
  padding:0;
  color:#fff;
  font-size: small;
  }
.right_title h3 {
  position:absolute;
  top:5px;
  left:13px;
  margin:0;
  padding:0;
  color:#fff;
  font-size: small;
  }
.right_area {
  background:#6b6b6b;
  width:170px;
  margin:0;
  padding:0;
  }
.right_area ul {
  margin:0 0 0 2px;
  padding:0;
  list-style: none;
}
.right_area li {
  display:block;
  width:166px;
}
.right_area li a {
  display:block;
  width:166;
  padding:4px 0 4px 9px;
  text-decoration:none;
  color:#636363;
  background:#fff;
  }
.right_area li a:hover {
  color:#636363;
  background:#e8e8e8;
  }
.right_bottom {
  margin:0 0 10px 0;
  padding:0;
  }
.right_area2 {
  background:#6b6b6b;
  width:170px;
  margin:0;
  padding:0;
  text-align:center;
  }
#c_both {
  width:800px;
  clear:both;
  margin:0;
  padding:10px 0;
  }
#s_site {
  width:800px;
  height:20px;
  margin:0;
  padding:0;
  text-align:center;
  vertical-align:bottom;
  }
#toplink {
  width:800px;
  height:20px;
  margin:0;
  padding:0;
  text-align:center;
  vertical-align:bottom;
  }
#mysitebanner-area {
  margin:0;
  padding:0 0 6px 0;
  text-align:center;
  }
#mysitebanner-area img {
  margin:3px;
  padding:0;
  }
#footer {
  position:relative;
  background:url(images/footer.gif) no-repeat;
  width:800px;
  height:27px;
  margin:0;
  padding:0;
  }
#footer h5 {
 position:absolute;
 top:7px;
 left:265px;
 margin:0;
 padding:0;
 color:#fff;
 font-size:x-small;
 }
#footer h5 a {
 color:#fff;
 font-size:x-small;
 }