@charset "utf-8";


/******  ******/

h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}


div:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

li,ul{
	list-style-type: none;
}


a {
	outline: none;
	text-decoration:none;
}

a:link {
	color:#4A4A4A; 
}

a:visited {
	color:#4A4A4A; 
}

a:hover {
	color: #1E90FF;
}

a:active {
	color: #1E90FF; 
}


body {
	font-family: Times New Roman,Times,"ヒラギノ明朝 Pro W3",'Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	color: #4A4A4A;
	background-color: #FFFFFF;
	font-weight: normal ;
	margin: 10px ;
	padding-right: 10px ;
	line-height: 1.3em;
	font-size:12px;
	letter-spacing:0.8px;
	/letter-spacing:1px;
}

/******  ******/





#logo{
	width:301px;
	height:14px;
	background-image:url(../../img/analoglighting_logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-5000px;
	position:absolute;
	top:45%;
	left:50%;
	margin-top:-7px;
	margin-left:-150px;
}

#menu{
	width:880px;
	height:20px;
	margin:0;
	padding:0;
	position:absolute;
	top:90%;
	left:50%;
	margin-top:-10px;
	margin-left:-440px;
	font-size:11px;
}

#menu ul{
	margin:0;
	padding:0;
}

#menu li{
	list-style:none;
	float:left;
	width:110px;
	height:20px;
}

#top a{
	display:block;
	width:110px;
	height:20px;
	text-align:center;
}

#collection a{
	display:block;
	width:110px;
	height:20px;
	text-align:center;
}



#biography a{
	display:block;
	width:110px;
	height:20px;
	text-align:center;
}


#project a{
	display:block;
	width:110px;
	height:20px;
	text-align:center;
}

#product a{
	display:block;
	width:110px;
	height:20px;
	text-align:center;
}


#news a{
	display:block;
	width:110px;
	height:20px;
	text-align:center;
}


#stockist a{
	display:block;
	width:110px;
	height:20px;
	text-align:center;
}


#contact a{
	display:block;
	width:110px;
	height:20px;
	text-align:center;
}


#weare a{
	display:block;
	width:110px;
	height:20px;
	text-align:center;
}



#copyright{
	font-style:normal;
	font-size:9px;
	position:absolute;
	float:right;
	top:96%;
	right:3%;
}


