@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	color: #4c4c4c;
	font-size: small;
}
h1 {
	font-size: small;
	width: 90%;
}
img {
	border: 0;
}
a:hover {
	color:#ff0000;
	text-decoration: underline;
}
a {
	text-decoration: none;
}
/* ---------------------------------------- */
div.file-list {
	font-size: 90%;
}
div.file-list div.file {
	background-image: url(../images/file.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 17px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}
div.file-list div.online {
	background-image: url(../images/online.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 17px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}
div.file-list div.dir {
	background-image: url(../images/folder.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 17px;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}
div.file-list div.indent1 {
	margin-left: 20px;
}
div.file-list div.indent2 {
	margin-left: 40px;
}
div.file-list div.indent3 {
	margin-left: 60px;
}
div.file-list div.indent4 {
	margin-left: 80px;
}
