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




 /* 一覧表　表組み
------------------------------------------------------------------------------------------------ */
table.cate_01 {
    width: 612px;
    border: 1px #fff solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table.cate_01 th {
	height: 27px;
	color: #666;
	font-size: 0.8em;
	font-weight: normal;
	vertical-align:top;
    padding: 5px 10px 5px 10px;
    border: 1px #fff solid;
    border-width: 0 0 1px 1px;
	background: #ffffde;
}
table.cate_01 th.th_bg01 {
	line-height: 1.2em;
	text-align: center;
	vertical-align:middle;
	background: #c0db6c;
}
table.cate_01 th.th_bg02 {
	line-height: 1.2em;
	text-align: center;
	vertical-align:middle;
	background: #FFFF99;
}
table.cate_01 th.th_bg03 {
	line-height: 1.2em;
	text-align: center;
	vertical-align:middle;
	background: #FFCCCC;
}
table.cate_01 th.th_bg04 {
	line-height: 1.2em;
	text-align: center;
	vertical-align:middle;
	background: #FFCC99;
}

table.cate_01 td {
	font-size: 0.8em;
	vertical-align:top;
    padding: 5px 10px 5px 10px;
    border: 1px #fff solid;
    border-width: 0 0 1px 1px;
	background: #FDFDFD;
}
table.cate_01 td a {
	text-decoration:none;
}



 /* リストとボーダーでシンプルなサイトマップ
------------------------------------------------------------------------------------------------ */
.cate_01 td ul {
    list-style-type: none;
    width: 100%;
    margin: 0 0 0 0px;
    padding: 12px 0 1px 0;
    border-left: 1px solid #CCCCCC;
}
 
.cate_01 td ul li {
    position: relative;
    z-index: 1;
    margin: 0 0 3px 0;
    padding: 0 0 1px 0;
    border-top: 1px solid #CCCCCC;
    zoom: 1;
}
 
.cate_01 td ul li a {
    display: block;
    position: relative;
    z-index: 2;
    margin: -0.4em 0 10px 5px;
    padding: 5px 10px;
    border: 1px solid #DDDDDD;
    background-color: #FAFAFA;
    line-height: 1.2;
    text-decoration: none;
    zoom: 1;
}
 
.cate_01 td ul li a:hover,
.cate_01 td ul li a:active {
    
}

.cate_01 td ul li span {
    display: block;
    position: relative;
    z-index: 2;
    margin: -0.4em 0 10px 5px;
    padding: 5px 10px;
    border: 1px solid #DDDDDD;
    background-color: #FAFAFA;
    line-height: 1.2;
    text-decoration: none;
    zoom: 1;
}
 
.cate_01 td ul ul {
    width: auto;
    margin: -10px 0 10px 20px;
}

