﻿.TITLE
{
	width: 90%;
	height: 32px;
	background-color: #C7DAED;

	background-image: url(buttons2.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin:0px auto;
	
	text-align:left;

    line-height: 32px;
	
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	font-weight:bold;
	/* ▼CSS3 */
	border-top-left-radius: 7px;  /* 左上 */
	border-top-right-radius: 7px; /* 右上 */
	/* ▼Safari,Chrome */
	-webkit-border-top-left-radius: 7px;  /* 左上 */
	-webkit-border-top-right-radius: 7px; /* 右上 */
	/* ▼Firefox */
	-moz-border-radius-topleft: 7px;  /* 左上 */
	-moz-border-radius-topright: 7px; /* 右上 */
}
.CONTENT1
{
	background-color: #FFFFFF;
	text-align:left;
	margin:0px auto;
	border-style: solid;
	border-width:0px 7px 7px 7px;
	border-color:#C7DAED;
	/* ▼CSS3 */
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	/* ▼Safari,Chrome */
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	/* ▼Firefox */
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	
}
.CONTENT2
{
	width: 90%;
	margin:0px auto;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	/* ▼CSS3 */
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	/* ▼Safari,Chrome */
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	/* ▼Firefox */
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
}


table.MAIN
{
	width:100%;
	background-color: #FFFFFF;
	border-collapse:collapse;
	border:none;
	padding:0;

}

td.INDEX
{
	vertical-align:top;
	width:20%;
	border-right: 1px solid #D6E5F5;
	border-bottom: 2px solid #D6E5F5;
}
td.CONTENT
{
	vertical-align:top;
	border-bottom: 2px solid #D6E5F5;
}
td.BOTTOM
{
	height:50px;
	border:none;
	background-color:#F1F5FB;
}

td.Bar1
{
	vertical-align:middle;
	height:36px;
	width:100%;
	color:#1E395B;
	background-image: url("Back1.png");
	margin:none;
}
li.HOME
{
	list-style:url("D1.png");
	background-position:left center;
}

li.FOLDER
{
	list-style:url("D2.png");
	background-position:left center;
}
.BODY
{
	background-color: #382512;
}

dt
{
	background-color:#DDDDDD;
	font-weight:bold;
}
img.float
{
	height:50px;
	width:50px;
	float: left;
	margin-right: 1em;
}
br.floatclear
{
	clear: both;
}
a
{
	color:#000000;
	text-decoration: underline;
}