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

#list {
	width:660px;
	float:right;
}
h3 {
	background-image: url(../images/h3_title06.gif);
}
h4{
	margin-bottom:5px;
}
h5{
	font-size:1em;
	margin:10px 0 0;
}
#list table {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:100%;
	margin:15px 0;
}
#list .td01 {
	border-bottom:1px dotted #bbb;
	border-right:1px solid #ccc;
	background-color:#f3fafb;
	text-align:center;
	letter-spacing:1px;
	vertical-align:top;
}
#list .td02{
	background-color:#f3f3f3;
	text-align:center;
}
#list table td {
	border-bottom:1px dotted #bbb;
	border-right:1px solid #ccc;
	font-size:0.95em;
}
#list table td span{
	font-size:0.55em;
}
#list div{
	height:100%;
}
#list ol{
	list-style:none;
	width:280px;
	float:left;
	margin:0 10px;
	padding:0;
}
#list  ol li{
	margin:0;
	padding:0 0 2px 10px;
	background:url(../../shared/images/icon_arrow01.gif) no-repeat 0 5px;
}
#list ul{
	list-style:none;
	margin:0 10px;
	padding:0;
}
#list  ul li{
	margin:0;
	padding:0 0 0 10px;
	line-height:120%;
	background:url(../../shared/images/icon_arrow01.gif) no-repeat 0 5px;
}
.name{
	vertical-align:top;
}
