@charset "euc-jp";
body {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "£Í£Ó ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", Osaka, Osaka-ÅùÉý, Ê¿À®³Ñ¥´¥·¥Ã¥¯, sans-serif;
	font-size: 100%;
	color: #333322;
	/* background-color: white;
	background-image: url(./back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;*/
}
h1 {
	font-weight: bold;
	font-size: 150%;
	color: #2020ff;
	background-color: #DDDDFF;
	margin: 0 0 10px;
	padding: 5px 10px 5px 10px;
	width: 100%;
}
h2 {
	display: none;
}
h3 {
	font-weight: normal;
	font-size: 100%;
	color: #2020ff;
	text-align: left;
	margin: 0;
	padding: 0;
}
h4 {
	color: red;
}

p {
	font-size: 100%;
	color: #2020ff;
	text-align: left;
	margin: 0;
	padding: 0;
}
p.uline {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px #99CCCC solid;
	width: 100%;
}
p.tline {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px #99CCCC solid;
	width: 100%;
}
p.bline {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px #99CCCC solid;
	border-bottom: 2px #99CCCC solid;
	width: 100%;
}
p.error {
	margin: 10px 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px #99CCCC solid;
	width: 100%;
}
p#link {
	font-weight: bold;
	color: #336699;
	text-align: right;
}
a, a:link {
	color: #ff6666;
	text-decoration: none;
}
a:visited {
	color: #408080;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
img {
	background-color: #99CCCC;
	border-color: #99CCCC;
}
table {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-collapse: separate;
	border-spacing: 4px;
	empty-cells: show;
}
th {
	color: blue;
	margin: 0;
}
td {
	color: #2020ff;
	font-size: 12px;
	margin: 0;
}
td strong{ color: red; }
td.new { text-align: center; color: red}
td.old { text-align: center; color: black }
td.edit { text-align: center; }
td.downl { text-align: center; }
td.size { font-weight: bold; text-align: right; }
td.orig { color: gray }
td.img {
	background-color: #DDDDFF;
	text-align: center;
	width: 180px;
	height: 180px;
	vertical-align: bottom;
	padding: 5px;
}
hr { background-color: #99CCFF; }
form {
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 2px #99CCCC solid;
}
input { font-size: 90%; }
input.box {
	color: #990000;
	background-color: #99CCCC;
	margin: 0;
}
ul,li {
	color: #2020ff;
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
