@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;　
}

#navi li {
	margin-bottom: -2px;
	list-style-type: none;
}

html>body #navi li {
	margin-bottom: 0px;
	list-style-type: none;
}

#navi_1 li {
	margin-bottom: -3px;
	list-style-type: none;
}

html>body #navi_1 li {
	margin-bottom: -1px;
	list-style-type: none;
}

 /*CSS書き込みエリア */
 
.tl_no1 {
 	background-color: #E7FFCF;
}
 
.tl_no2 {
 	background-color: #E7CFE7;
}

 /*ここまで */





#xxx:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	width: 624px;
}

#xxx {
	display: inline-table;
}

  \
*html#xxx {height: 1%;}
#xxx {display: block;}
 
