/*20100802 Wriiten by Ryo*/

/*Basic Style*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: white;
	background-color: #0f0f0f;
}

#main {
	margin-right: auto;
	margin-left: auto;
	width: 925px;
	height: 1300px;
}


#header {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/darkglass.jpg);
	height: 120px;
	width: 925px;
}

#nav {
	padding-left: 50px;
	padding-top: 15px;
	background-color: #3c3c3c;
	margin-right: auto;
	margin-left: auto;
	width: 875px;
	height: 50px;
}

#nav li {
	right: 25px;
	position: relative;
	font-weight: bold;
	color: #787878;
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
}

#content {
	background-color: #3c3c3c;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
	width: 925px;
}

/*index.html*/
#section {
 padding-top: 30px;
 width: 900px;
 height: 330px;
 margin-left: auto;
 margin-right: auto;
}
.article {
 margin-left: 100px;
 float: left;
 width: 300px;
 height: 300px; 
 display: inline;
}

#caption {
	margin-top: 15px;
	height: 400px;
	width: 925px;
}
.figure {
text-align: center;
border-collapse: collapse;
float: right;
height: 400px;
width: 460px;
}
.figure img{
position: relative;
top: 30px;

}

/*products.html*/
.products{
padding-top: 50px;
text-align: center;
float: left;
width: 460px;
height: 700px;
}
.products_image{
	height: 300px;
}
.products_logo{
	height: 75px;
	margin-bottom: 20px;
	margin-top: 30px;
}
#hifi p{
	left: 150px;
	top: 200px;
	position: relative;
}

/*Distributors*/
#distributors{
	float: left;
	left: 50px;
	position: relative;
	height: 700px;
	width: 350px;
}
#circle{
	background-repeat: no-repeat;
	background-image: url(../Distributors/files/blocks_image_2_1.png);
	float: right;
	height: 700px;
	width: 560px;
}
#distributors ul{
	top: 75px;
	left: 100px;
	position: relative;
}
#distributors li{
	margin-bottom: 13px;
}
#distributors img{
	top: 225px;
	left: 90px;
	position: relative;
}
#circle ul{
	left: 195px;
	top: 285px;
	position: relative;
	line-height: 13px;
	font-size: 10px;
}

/*Info*/
.about{
 margin-right: auto;
 margin-left: auto;
 height: 200px;
 width: 350px; 
  
 
}

        
.about ul{
	top: 40px;
	position: relative;
}

.about li{
	margin-bottom: 13px;
}

.about p{
	margin-bottom: 5px;
	font-size: 12px;
}

