* {
	margin: 0;
	padding: 0;
}

body {
background: #CCC;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
/*color: #99AECD;*/
color: #4084E1;
}
a:hover {
text-decoration: underline;
color: #F00;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 5px solid #000;
}

#header {
height: 160px;
background: #554d42 url(images/header.jpg) no-repeat;
}
#header h1 { 
font-size: 40px;
letter-spacing: -7px;
padding: 10px 0 0 10px;
color: #FF5500;
}
#header h1 a { 
color: #333;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}
#header p { 
padding: 10px 0 0 10px;
color: #333;
}

#menu {
height: 30px;
line-height: 30px;
background: #000;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
color: #fff;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #F00;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}

table.hikaku { /* Plain color */
border-collapse: collapse;
border-color: #c0c0c0;
text-align: center;
margin: 0 5px;
}
table.hikaku thead tr th {
height: 30px;
background-color: #999999;
color: #FFFFFF;
}
table.hikaku thead tr td {
background-color: #666666;
color: #FFFFFF;
border-color: #999999;
}
table.hikaku tbody tr th { /* Table Header */
height: 50px;
background-color: #EFFFFF;
}
table.hikaku tbody tr td { /* ATtribute list */
background-color: #FFFFF0;
}

.right {
float: right;
width: 560px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
color: #019F00;
font-size: 18px;
padding: 15px 0 10px 0;
border-bottom: 2px solid #666;
margin-bottom: 10px;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}
.right ul {
    color: #99AECD;
    list-style-image: url("./images/listmark/list_003_bl-trans.png");
    padding: 10px 0 15px 30px;
}

.left {
float: left;
width: 200px;
padding-top: 10px;
}
.left h2 {
color: #019F00;
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
/*list-style-type: square;*/
list-style-image : url("./images/listmark/list_003_bl-trans.png");
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

dl.table {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
}

dl.table dt {
	font-size: 15px;
	margin: 0;
	padding: 0.2em 0;
	border-top: 1px solid #ccc;
	text-indent: 10px;
}

dl.table dd {
	padding: 0.2em 10px;
	border-top: 1px solid #ccc;
	background-color: #fff; 
}

dl.table {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}

dl.table::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div.right img.figure {
  float: right; /* 画像を左寄せにする場合は left */

  border: 3px solid #ccc;
  display: inline; /* for IE6,7 */
  margin: 0 0 1em 20px;
}

dl.entry dt{
	border-bottom:1px dotted #999;
	color: #333;
	padding: 15px 0 0 0;
	font-size: 15px;
	font-weight:bold;
}

dl.entry dd{
	padding: 10px;
}
/*
div.right ul{
  margin-left: 20px;
}
*/

.right_topasin {
	color: #626262;
	text-align: center;
	margin: 0px 5px 5px 0px;
	padding: 5px;
	float: left;
	height: 90px;
	width: 90px;
	background: #f2f2f2 url(img/corner.gif) no-repeat bottom right;
}

a.topasin {
	font-size: 0.9em; 
	text-decoration:none; 
	position:relative;
}

a.topasin span {
	display:none;
}

a.topasin:hover {
/*
	cursor:default;
*/
}

a.topasin:hover .topasinbox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	z-index:3;
	top:20px;; 
	left:0;; 
	width:85px; 
	height:120px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(img/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.9em; 
	padding-left:10px; 
	padding-top:10px;
}

.line {
	margin: 10px 0;
	border-bottom-width: 1px;
	border-bottom-color: #e6e6e6;
	border-bottom-style: solid;
	clear: both;
	height: 1px;
}

.img {
	padding-top: 5px;
	float: left;
	width: 90px;
}

.text {
	float: right;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	width: 460px;
}

.asinimg {
    padding-top: 5px;
    float: left;
    width: 140px;
}

.asintext {
    line-height: 1.5em;
    margin: 0 0 0 175px;
    padding: 0 0 0 5px;
    width: 380px;
}

.line-through {
    text-decoration: line-through;
    }

.price {
    color: #990000;
    font-size: 1.35em;
    font-weight: normal;
/*
    letter-spacing: -1px;
*/
    }
.discount {
    color: #990000;
    }

