a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #6400d3;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
/*	background-color: #cae1ff;*/
	text-decoration: underline;
}

a:active {
	color: #ff0000;
	text-decoration: none;
}

/* --------------------/// body ///-------------------- */
body {
	font-size: 14px;

	margin-left: 10px;
	margin-right: 10px;
	color: #000080;

	margin-right: 0px;
	margin-left: 0px;
	
}

body.toc {
	margin-left: 0px;
	margin-right: 0px;
}


/* --------------------/// h1 - h5 ///-------------------- */
h1 {
	text-indent: 10px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 2px 5px 0px;
	border-width: 1px 1px 1px 1px;
	border-color: #000080;
	color: #000080;
	border-style: dotted;
	margin: 20px 15px 10px 15px;


/*	background-color: #f0ffff; */
/*	background-color: #f0f0f0; */

/*	border-color: #888888; */

  background-color: #f0f8ff;
	border-style: solid;
}


h1.mm { 
	margin: 0px 15px 10px 15px;
}


h2 {
	text-indent: 10px;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 2px 2px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #000080;
	color: #000080;
	margin: 10px 10px 5px 10px;
}

h2.mm {
	text-align: right;
	margin: 10px 25px 5px 10px;
	font-weight: normal;
}

h3 {
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 0px;
	border-width: 0px 0px 1px 0px;
	margin: 10px 10px 5px 10px;
}

td{
	font-size: 14px;
	padding: 2px 5px 2px 5px;
}

td.navi{
/*	background-color: #ddeeee;*/
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #dddddd #333333 #333333 #dddddd;
	padding: 3px 5px 3px 5px;
	text-align: center;
}

td.navifocus{
	background-color: #fff68f;
	background-color: #b0e2ff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #dddddd #333333 #333333 #dddddd;
	padding: 3px 5px 3px 5px;
	text-align: center;
}

td.menu{
	font-size: 12px;
	background-color: #ddeeee;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cccccc #333333 #333333 #cccccc;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

td.menufocus{
	font-size: 12px;
	background-color: #ccffff;
	background-color: #ccdddd;
	background-color: #fff68f;
	background-color: #ffe1ff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cccccc #333333 #333333 #cccccc;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

td.header{
	text-align: right;
}

td.toc{
	line-height: 20px;
	width: 120px;
}

td.body{
	line-height: 20px;
	padding: 5px 15px 5px 15px;
}

th.body{
	text-align: left;
	line-height: 20px;
	padding: 2px 5px 2px 5px;
}

td.name{
	line-height: 20px;
	padding: 2px 15px 2px 15px;
}

th.name{
	text-align: left;
	line-height: 20px;
	padding: 2px 10px 2px 10px;
}

td.news{
	line-height: 20px;
	padding: 2px 5px 2px 5px;
}

td.tic{
	line-height: 20px;
	padding: 2px 0px 0px 0px;
}

td.paper{
	background-color: #f6f6f6;
	line-height: 20px;
	padding: 5px 15px 0px 2px;
}

td.author{
	line-height: 20px;
	padding: 0px 15px 10px 30px;
}

td.caption{
	font-size: 12px;
  text-align: center;
/*	font-weight: bold; */
}

td.caption_left{
	font-size: 12px;
/*	font-weight: bold; */
}

ul{
	line-height: 20px;
}

ol{
	line-height: 20px;
}

address{
	margin-left: 5px;
}

table.frame{
	width: 640px;
}

table.navi{
	width: 100%;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;	
}

table.menu{
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;	
}


table.body{
	margin: 0px 25px 5px 25px;
}

td.inside{
	background-color: #ffffff;
	line-height: 20px;
}

td.inside_table{
	background-color: #ffffff;
	line-height: 16px;
	font-size: 12px;
}

td.outside{
	background-color: #000000;
	padding: 0px 0px 0px 0px;
}

th.inside{
	background-color: #ffffff;
	line-height: 20px;
}

th{
	font-size: 14px;
	padding: 2px 5px 2px 5px;
}

dl.body{
	margin: 0px 25px 5px 25px;
}

dt{
	padding: 3px 0px 3px 5px;
}

dt.title{
	background-color: #f0f0f0;
}

dd{
	padding: 3px 0px 3px 0px;
}

dd.title{
	margin-bottom: 10px;
}

p{
	margin: 10px 25px 10px 25px;
	line-height: 20px;
}

p.list{
	margin: 10px 5px 10px 5px;
	line-height: 20px;
}

div.body{
	margin: 0px 25px 5px 25px;
}

ol.body{
	margin: 0px 25px 5px 25px;
  padding: 0px 0px 0px 25px;
}

ul.body{
	margin: 0px 25px 5px 25px;
  padding: 0px 0px 0px 25px;
}

p.inside{
	margin: 10px 0px 10px 0px;
	line-height: 20px;
}

p.date{
	text-align: right;
}

p.submenu{
	margin: 10px 5px 10px 5px;
	font-size: 12px;
	text-align: center;
}

p.mmmenu{
	margin: 15px 15px 2px 5px;
	font-size: 12px;
	text-align: right;
}
