body {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
        
	}
a			{text-decoration: none;}
a:link		{color: #0000ff;}
a:visited	{color: #cc00ff;}
a:active	{color: #0000ff;}
a:hover		{color: #ff0000;background-color:#ffffcc}

.topmenu ul.menu {
	text-align:center;
	margin:4px 0px 4px 0px;
	padding:0px 0px 4px 0px;
	font-size:12px;
	border-bottom:1px solid #996666;
	}
.topmenu ul.menu li{
	margin:0px;
	display:inline;
	padding:0em 0.5em 0em 0.5em;
	border-right:1px solid #660000;
	}
.topmenu ul.menu li.top{
	border-left:1px solid #660000;
	}

/* container */
.container {
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	width:745px;
	text-align:left;
	color:#666666;
}

.container h3{
	font-size:1.2em;
	margin:0.5em;
	line-height:1.2em;
	color:#993333;
}
.container p{
	font-size:1em;
	margin:0.5em;
	line-height:1.4em;
	text-indent:0.5em;
	color:#666666;
}
.container hr {
	height:0px;
	border-bottom:1px solid #666666;
}

.container address{
	font-size:0.8em;
	margin:0.7em auto 0em 0em
	line-height:1em;
	color:#996666;
}

/* producttable */
table.producttable{
	width:745px;
	margin:0px;
	padding:0px;
	font-size:12px;
}
table.producttable td.photo{
	width:28px;
	margin:0px;
	padding:10px 0px 0px 0px;
	vertical-align:top;
}
table.producttable td.description{
	width:auto;
	padding:4px;
	text-align:left;
	vertical-align:top;
}
table.producttable td.description h3{
	font-size:1.2em;
	margin:0.5em;
	line-height:40px;
	text-indent:0em;
	color:#993333;
}
table.producttable td.description h4{
	font-size:1.0em;
	margin:0.5em;
	line-height:1.2em;
	text-indent:0em;
	color:#666666;
}
table.producttable td.description p{
	font-size:1em;
	margin:0.5em;
	line-height:1.4em;
	text-indent:0em;
	color:#666666;
}

table.producttable td.description p.price{
	text-align:right;
	font-weight:bold;
	color:#993333;
}
table.producttable td.description p.specification{
	text-align:right;
	color:#333333;
}

.contents .caution {
	color:#333399;
	font-size:0.8em;
	line-height:120%;
}
