* {
	padding			:0px;
	margin			:0px;
	font-size		:100%;
}

body {
	padding			:0px;
	margin			:0px;
	color			:#b0b0b0;
	font-size		:0.75em;
	font-family		: helvetica, arial, "Hiragino Kaku Gothic Pro" , Verdana, Osaka, "Trebuchet MS" , sans-serif;
	line-height		:150%;
	text-align		:center;
	background		:#000;
	/*overflow-y: scroll; */
}

a:link {
	color:#909090; text-decoration:none;
}

a:hover {
	color:#909090; text-decoration:underline;
}

a:visited {
	color:#909090; text-decoration:none;
}

a:visited:hover {
	color:#909090; text-decoration:underline;
}

h1 {
	color:#ddd;
	font-size:1.8em;
	margin-bottom:40px;
}

h2 {
	color:#ddd;	
}

img	{
	border:0;
}

table {
	font-size:1em;
}

table th,
table td {
	text-align:left;
	line-height:150%;
}

p,table,ul,dl {
	margin-bottom:1em;
}

ul {
	list-style-type:none;
}

li {
	margin-bottom:6px;
	line-height:1.2em;
}

dl {
	margin-bottom:30px;
}

dt {
	margin-bottom:3px;
	color:#ddd;
	font-weight:bold;
}

dd {
	margin-bottom:3px;
}

hr {
	visibility:hidden;
	clear:both;
	width:0px;
	height:0px;
}

p.pageTop {
	text-align:right;
	margin-bottom:3em;
}

/*-----------------------------------------------
	layer
-----------------------------------------------*/

#body {
	overflow:hidden;
	position:relative;
	width:934px;
	text-align:left;
	margin:0px auto;
	padding:34px 0px 80px;
}

#contents {
	overflow:hidden;
	margin:0px;
}

/*-----------------------------------------------
	header
-----------------------------------------------*/

#top h1,
.logo {
	position:relative;
	left:-34px;
	margin:0px 0px 80px 0px;
}

.tagline {
	color:#eee;
	font-size:1.4em;
	position:absolute;
	top:76px;
	left:223px; 
}

.mainVisual {
	height:125px;
	margin:0px 0px 50px 0px;
	text-align:center;
	position:relative;
}

.mainVisual img {
    position:absolute;
    top:0;
    left:0;
    vertical-align:bottom;
    visibility:hidden;
    z-index:99;
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/

ul.utilityMenu {
	float:right;
	font-size:0.9em;
	margin:90px 0px 0px;
	text-align:right;
	display:inline;
}

ul.utilityMenu li {
	display:inline;
	background: url("partition.gif"/*tpa=http://www.denon.com/images/partition.gif*/) no-repeat right 2px;
	padding:0px 10px 0px 10px;
}

ul.utilityMenu li.end {
	background-image:none;
	padding-right:0px;
}

p.copyright {
	float:left;
	display:inline;
	color:#909090;
	font-size:0.9em;
	text-align:left;
	margin:90px 0px 0px;
}

/*-----------------------------------------------
	top
-----------------------------------------------*/

#top #contents {
	overflow:hidden;
	margin:0px;
}

#top #contents .area {
	float:left;
	width:310px;
}

#top #contents .area ul {
	margin-top:10px;
}

/*-----------------------------------------------
	distributors
-----------------------------------------------*/
.distributors h1 {
	display:none;
}

ul.areaMenu {
	text-align:left;
}

ul.areaMenu li {
	display:inline;
	background: url("partition.gif"/*tpa=http://www.denon.com/images/partition.gif*/) no-repeat right 2px;
	padding:0px 14px 0px 10px;
}

ul.areaMenu li.end {
	background-image:none;
}

.distributors #contents table {
	width:100%;
	background:#505050;
}

.distributors #contents table caption {
	color:#ddd;
	font-weight:bold;
	background:#505050;	
	padding:5px;
}

.distributors #contents table tr {
	background:#000;
}

.distributors #contents table th {
	background:#222;
	color:#ddd;
}

.distributors #contents table th,
.distributors #contents table td {
	padding:5px 10px;
}

.distributors #contents table tr:hover {
	background:#222;
}

.distributors #contents table tr{
    background: #000;
    hover:expression(this.onmouseover=new Function("this.style.backgroundColor='#222'"),this.onmouseout=new Function("this.style.backgroundColor='#000'"));
}

/*-----------------------------------------------
	sitemap
-----------------------------------------------*/
.sitemap h1 {
	display:none;
}

.sitemap h2 {
	margin-bottom:3px;
}

.sitemap .globalLinks,
.sitemap .specialWebsites {
	float:left;
	width:320px;
}

.sitemap .globalLinks dt {
	margin-top:25px;
}

.sitemap .globalLinks .first {
	margin-top:0px;
}

.sitemap .specialWebsites .end {
	margin-top:25px;
}

