@charset "UTF-8";
/* CSS Document */

.contents {
	display:block;
	zoom:1;
	width:auto;
}

body, table, th, td {
    color:             #000000;
    background-color:  #ffffff;
    font-size:         12pt;
}

table, th, td {
    border-width:      0.1em;
    border-color:      #000000;
    border-style:      solid;
}

table {
    border-collapse:   collapse;
    border-spacing:    0;
	margin-top:10px;
}

th, td {
    padding:           0.2em;
}

th {
    font-weight:       bold;
    background-color:  #e5e5e5;
}

.left-nav {
	
	display:	block;
	zoom:1;
	list-style-type:	none;
	border:	0.1em;
	border-color:      #000000;
    border-style:      solid;
	text-align:	left;
	text-decoration: none;
	width:	110px;
	float:left;
	clear:both;
	background-color: #E5E5E5;
}

table.left-nav td {
	border:	0;
	background-color:#E5E5E5;
	/*border-bottom: 1px solid #666;*/
}

table.left-nav a {
	font-size: 0.8em;
	text-decoration: none;
}

table.contents {
	border:	0;
	margin-left: 130px;
}

table.contents td {
	border:	0;
	padding: 10px;
	/*border-bottom: 1px solid #666;*/
}

.odd-content {
	background-color: #EEE;
}

.page {
	text-align:	right;
}

.page a {
	text-decoration: none;
}
