/*--------\ece用スタイルシート---------*/
/*--------------------ecetable-----------------*/
#ecetable {
	line-height: 1.5em;
	font-size : 95%;
}
.etr {
	width : 40%;
	float : right;
	margin-right : 2em;
	text-align :left; 
	border-top : 1px dotted #10187B;
}
.etl {
	width : 40%;
	float : left;
	margin-left : 2em;
	text-align :left; 
	border-top : 1px dotted #10187B;
}

#ecetable a {
	text-decoration : none;
	color : #10187B;
}
#ecetable a:hover {
	font-weight : bold;
	color : #3b68cc;
}
#ecetable a:visited {
	text-decoration : none;
	font-weight : nomal;
	color : #10187B;
}
/*--------------------submenu-----------------*/
.submenu{
	height : 3em;
	margin-top : 1em;
	margin-left : 1em;
	margin-right : 1em;
	font-size : 90%;
}
.submenu li {
	display : inline;
	font-size : 95%;
	line-height: 2em;
	background-color: #adadbd;
}
.submenu a {
	text-decoration : none;
	text-align : center;
	color : #10187B;
	background-color : #ffffff;
	padding : 0.5em 0.5em 0.5em 0.5em;
	border-color : silver;
	border-width : 1px;
	border-style : solid;
	font-weight : bold;
	background-color: #dadaff;
}
.submenu a:hover {
	text-decoration : none;
	text-align : center;
	color : #3b68cc;
	background-color : #ffffff;
	padding : 0.5em 0.5em 0.5em 0.5em;
	border-color : silver;
	border-width : 1px;
	border-style : solid;
	font-weight : bold;
}
