@charset "shift_jis";
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#navi{
	position:absolute;
	top:0px;
	right:10px;
	margin:0px;
	padding:1px;
	text-decoration: none;
	background-color:#FFFFFF;
}
#right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 670px;
}
#left {
	margin: 0px;
	padding: 0px;
	width: 180px;
	float:left;
}
.ipli {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
/**/
#right .gray {
	background-color: #CCCCCC;
}
#right .yellow {
	background-color: #FFFFCC;
}
#right .white {
	background-color: #FFFFFF;
}
/**/
#left a.name {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#left a:link.listlink {
	color:#000099;
	text-decoration: underline;
	font-size: 13px;
}
#left a:visited.listlink {
	color:#000099;
	text-decoration: underline;
	font-size: 13px;
}
#left a:hover.listlink {
	color:#000099;
	text-decoration: underline;
	font-size: 13px;
	background-color:#E1E1FF;
}
#left a:active.listlink {
	color:#000099;
	text-decoration: underline;
	font-size: 13px;
}
