/*--------------------
tab
--------------------*/
#tab{
	width: 120px;
	height:50px;
	margin:0px 0px 0px 0px;
	float:left;
}


#tab ul{
	list-style:none;
	
	
}


#tab li a{
	width: 120px;
	height:30px;
	text-indent:-9999px;
	margin:0px 0px 0px 0px;
	padding: 0;
	float:left;
	background-repeat: no-repeat;
	
}


#p-topics a{
	background-image:url(../img/navi/n-topics.gif);
}

#p-topics a:hover{
	background-image:url(../img/navi/n-topics_h.gif);
}
/*
#p-topics a:visited{
	background-image:url(../img/navi/n-topics_v.gif);
}
*/


/*--------------------
schedule
--------------------*/
#schedule{
	width: 730px;
	height:500px;
	margin:0px 0px 0px 0px;	
	float:right;
}

ul{
	font-size: 12px;
	color: #333;
	line-height:30px;
	text-align:left;
	list-style-type: none;
}

li{
	
}


/*--------------------
t-line
--------------------*/
#t-line{
	width:1000px;
	height:1px;
	text-indent:-9999px;
	clear:both;
}


/*--------------------
line-1
--------------------*/
#line-1{
	width:1000px;
	height:1px;
	text-indent:-9999px;
	background-color: #333;	
	clear:both;

}
