@charset "utf-8";
/* CSS Document */


/*CLOCK*/
#clock {
	position: relative;
	width: 200px;
	height: 300px;
	background:url(../images/logo_sml.png) ;
	background-repeat:no-repeat;
	margin:0px auto auto;
	left:0px;
	top:-10px;
	z-index:300;

	
}

 * {
	margin: 0;
	padding: 0;
	 }
   
#time{
	position: relative;
	font-family: 'Lato', sans-serif;
	font-size:21px;
	font-weight:300;
	letter-spacing:0.01em;
	text-align:center;
	color:#303030;
	width: 200px;
	height: 90px;
	top:25px;
	left:0px;
	z-index:1000;
}   

 #sec {
	position: absolute;
 	width: 70px;
	height: 70px;
	top: 207px;
	left: 95px;
	background: url(../images/sechand.png);
	z-index: 600;
	}
           
#min {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 86px;
	left: 23px;
	background: url(../images/minhand.png);
	z-index: 10;
	}
           
 #hour {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 86px;
	left: 23px;
	background: url(../images/hourhand.png);
	z-index: 1;
	}
	
/************ Footer Navigation menu styles ************/
#clock ul{
	position:relative;
	height:20px;
	text-align:center;
	font-family:'Lato', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#fff;
	top:175px;
	left:20px;
	z-index:500;
}

#clock ul li{
	display:inline-block;
	width:160px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	list-style-type:none;
	overflow:hidden;
}

#clock ul li a, ul li a:hover, 
ul li a:visited{
	text-decoration:none;
	color:#fff;
	-moz-border-radius: 0px;
	-webkit-box-shadow: 0px;
	border-radius: 0px;
}

#clock .normalMenu, .normalMenu:visited,
.hoverMenu, .hoverMenu:visited,
.selectedMenu,.selectedMenu:visited {
	outline:none;
	padding:0px 0px;
	display:block;
}

#clock .hoverMenu,.hoverMenu:visited,
.selectedMenu,.selectedMenu:visited {
	margin-top:-20px;
	background: #F2B90C;/******hoverの色******/
}

#clock .selectedMenu,.selectedMenu:visited {
	margin:0;
}

#clock .normalMenu, .normalMenu:visited{
	color:#008C5E;
	background: #f4f4f6;/******最初の色******/
}
	