td {
	line-height : 170%;
}
.retu1 {
	width: 80px;
}

.retu2 {
	width: 600px;
}

.day {
	text-align : left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: blue;
	vertical-align: top;
	font-size: 85%;
}

.kiji {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: blue;
	font-size: 90%;
}



.comm {
	font-size: 85%;
	color: #cc0000;
	padding-left: 15px;
}
#tabs {
	padding: 0;
	margin : 0px 0px 0px 360px;
	color: #FFF;
	

     font-size : 85%;
}

#tabs  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabs  ul  li {
	display: inline;
	margin: 0;
	text-transform : none;
	float: left;
}

#tabs  ul  li  a {
	padding : 2px 5px 2px 5px;
	float: left;
	text-decoration: none;
	border-left : 1px;
	margin: 0;
	text-transform : none;
/*------------
	border : 1px solid silver;
	border-left : 1px;
---------*/
margin-left:-1px;
     color : gray;
}

#tabs  ul  li  a:hover {
	background : #cc0000;
	color : #e4e4e4;
	text-decoration: none;
}

#tabs  ul  li  a.active {
	background : red;
	color : silver;
/*------------
	border-bottom: 1px solid #EAEAEA;
---------*/
}