html,body
{
	font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}

pre
{
	font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}

a{
	color: -webkit-link;
	text-decoration: underline;
	cursor: pointer;
}
table{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-spacing: 5px;
	white-space: normal;
	line-height: normal;
	font-weight: normal;
	font-size: medium;
	font-variant: normal;
	font-style: normal;
	color: -webkit-text;
	text-align: start;
	display: table;
	border-collapse: separate;
	border-color: grey;
}
table.tbody{
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
table.tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
table.td{
	vertical-align: top;
	width: 250px;
	background-color: rgb(0, 153, 255);
	white-space: nowrap;
	display: table-cell;
}

.overview.global
{
	font-family: "arial";
}

.overview.header
{
	font-size:small;
	border-spacing: 0px;
	text-align: left;
	height:32px;
}

.overview.content
{
	height:32px;
	border-spacing: 0px;
	cursor:pointer;
}

.overview.content.odd:hover
{
	background:#ccc;
	color:#000;

}
.overview.content.odd
{	
	background:#eee;

}
.overview.content.even
{
	background:#fff;
}
.overview.content.even:hover
{
	background:#ccc;
	color:#000;
}
.overview.sep
{
	background:#f0f0f0;height:1px;
}

.overview.link.active
{	
	background: #fff;
	border-left:solid 6px #eee;

}

.overview.aligntop
{
	vertical-align:top;
}
.overview.center
{
	text-align: center;
}

.overview.link.active
{	
	
	border-left:solid 6px #aaa;
	font-weight: bold;
}

.overview.link
{
	height:32px;
	cursor:pointer;
	border-left:solid 6px #fff;
	font-size:11pt;
}
.overview.link.active:hover
{
	border-right:none;
	border-top:none;
	border-bottom:none;
	border-left:solid 6px #aaa;
	font-weight: bold;
}
.overview.link:hover
{
	font-weight: bold;
	color:#00f;
}