@charset "utf-8";
/* CSS Document */

#nav {
	margin: 0;
	padding:0;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	background-image: url(nav_current.gif);
	background-repeat: no-repeat;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#nav li a{
	margin: 0px;
	padding: 0px;
	display:block;
	float:left;
	text-decoration:none;
	border:none;
}
#nav li a.tab0on{
	background:url(../200812/tab/tab1a.gif) left top no-repeat;
	width:215px;
	height:53px;
}
#nav li a.tab0off{
	background:url(../200812/tab/tab1b.gif) left top no-repeat;
	width:215px;
	height:53px;
}

#nav li a.tab1on{
	background:url(../200812/tab/tab2a.gif) left top no-repeat;
	width:215px;
	height:53px;
}
#nav li a.tab1off{
	background:url(../200812/tab/tab2b.gif) left top no-repeat;
	width:215px;
	height:53px;
}

#nav li a.tab2on{
	background:url(../200812/tab/tab3a.gif) left top no-repeat;
	width:215px;
	height:53px;
}
#nav li a.tab2off{
	background:url(../200812/tab/tab3b.gif) left top no-repeat;
	width:215px;
	height:53px;
}
#nav li a.tab3on{
	background:url(../200812/tab/tab4a.gif) left top no-repeat;
	width:215px;
	height:53px;
}
#nav li a.tab3off{
	background:url(../200812/tab/tab4b.gif) left top no-repeat;
	width:215px;
	height:53px;
}

#nav li img{
	cursor:pointer;
	margin:0; 
	padding:0;
}

/* scroll */
#sections1{
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 0px;
	overflow:hidden;
	width:850px;
	display:block;
	clear:both;
}
#sections2{
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 0px;
	overflow:hidden;
	width:850px;
	display:block;
	clear:both;
}
#sections2 ul.elements, #sections1 ul.elements {
	list-style:none;
}
#sections2 ul.elements li, #sections1 ul.elements li{
	float:left;
	width:850px;
	padding:0 0px 0 0px;
	display:inline;
}
