@charset "UTF-8";
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Osaka-等幅, 平成角ゴシック, sans-serif;
	font-size: 100%;
	color: #333322;
	background-color: #222222;
}
h1 {
	font-weight: bold;
	font-size: 150%;
	color: #DCDCDC;
	background-color: #000000;
	margin: 0 0 10px;
	padding: 5px 10px 5px 10px;
	width: 95%;
}
h2 {
	display: none;
}
h3 {
	font-weight: normal;
	font-size: 100%;
	color: #DCDCDC;
	text-align: left;
	margin: 0;
	padding: 0;
}
h4 {
	color: red;
}

p {
	font-size: 100%;
	color: #DCDCDC;
	text-align: left;
	margin: 0;
	padding: 0;
}
p.uline {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px #99CCCC solid;
	width: 95%;
}
p.tline {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px #99CCCC solid;
	width: 95%;
}
p.bline {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px #99CCCC solid;
	border-bottom: 2px #99CCCC solid;
	width: 95%;
}
p.error {
	margin: 10px 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px #99CCCC solid;
	width: 95%;
}
p#link {
	font-weight: bold;
	color: #336699;
	text-align: right;
	width: 95%;
}
a, a:link {
	color: #ff6666;
	text-decoration: none;
}
a:visited {
	color: #cc4444;
	text-decoration: none;
}
a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
img {
	border-color: #99CCCC;
	border: 0;
}
table {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-collapse: separate;
	border-spacing: 4px;
	empty-cells: show;
}
table.modelink {
	border: 1px solid;
	border-collapse:collapse;
}
th {
	color: blue;
	margin: 1px;
	font-weight: normal;
	border: solid 1px #333322;
	border-spacing: 1px;
	width:100px;
}
td {
	color: #DCDCDC;
	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: #333333;
	text-align: center;
	width: 180px;
	height: 180px;
	vertical-align: bottom;
	padding: 5px;
	word-break: break-all;
}
hr { background-color: #99CCFF; }
form {
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 2px #99CCCC solid;
	width: 95%;
}
input { font-size: 90%; }
input.box {
	color: #ffffff;
	background-color: #444444;
	margin: 0;
}
input.dummy {
	display: none;
}
ul,li {
	color: #DCDCDC;
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.5;
}
