@charset "utf-8";
/* CSS Document */

#home {
	width: 288px;
    height: 116px;
	position: absolute;
	top: 0px; 
    left: 0px;
}

#home ul {
	margin: 0px;
	padding:0px;
	list-style-type: none;
}

#home li{
    background-image: url(./img/home.gif);
	background-color: transparent;
	width: 288px;
    height: 116px;
}

#home a{
	display: block;
	width: 288px;
    height: 116px;
}
	
#home a:link, #home a:visited {
	text-decoration : none;
}

#home a:hover { 
    background-image: url(./img/home.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}

#home a:active {
}



#home_ruen {
	width: 288px;
    height: 116px;
	position: absolute;
	top: 0px; 
    left: 0px;
}

#home_ruen ul {
	margin: 0px;
	padding:0px;
	list-style-type: none;
}

#home_ruen li{
    background-image: url(../img/home.gif);
	background-color: transparent;
	width: 288px;
    height: 116px;
}

#home_ruen a{
	display: block;
	width: 288px;
    height: 116px;
}
	
#home_ruen a:link, #home_ruen a:visited {
	text-decoration : none;
}

#home_ruen a:hover { 
    background-image: url(../img/home.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}

#home_ruen a:active {
}