@charset "shift_jis";

body {
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
	font-size: 80%;
	background: #ffffff;
	color: #000;
}
a {
	text-decoration: none;
}
a:hover {
	color: #dd0000;
	text-decoration: underline;
}

/* タイトル装飾 */
h1 {
	font-size: 180%;
	margin-bottom: 0;
	color: #330000;
}

/* TOPリンク */
div.panel {
	float: left;
	background: #ca9662;
	padding: 4px;
	width: 3.5em;
	text-align: center;
	margin-right: 5px;
}
div.panel a {
	color: #330000;
	font-weight: bold;
}
div.clear {
	clear: both;
}

/* TOPメッセージ領域 */
div.top-msg {
	margin: 1em 0;
	text-align: left;
}

/* ファイル一覧テーブル */
table.list {
	margin: 1em 0;
	border-top: 1px solid #663300;
	border-left: 1px solid #663300;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	empty-cells: show;
}
table.list th {
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
	color: #330000;
	background-color: #93d3ff;
	background-image: url(img/table-back.gif);
	background-position: left top;
	padding: 0.4em 0.8em;
	text-align: center;
	white-space: nowrap;
}
table.list td {
	border: 1px solid #663300;
	background: #f2faff;
	padding: 0.4em 0.8em;
}

/* 寄せ */
.ta-c {
	text-align: center;
}

/* 送信ボタン */
p.submit input {
	width: 100px;
	height: 30px;
}

/* サブタイトル */
div.sub-ttl {
	color: #663300;
	font-weight: bold;
	border-top: 1px solid #663300;
	padding-top: 5px;
}

span.ext {
	color: #dd0000;
	font-family: Verdana,Helvetica,Arial;
}

/* page-top */
div.pgtop {
	text-align: right;
	font-size: 10px;
	font-family: Verdana,Helvetica,Arial;
	margin: 5px 0;
}

/* メッセージ画面 */
div.msg-box {
	margin: 2em auto;
	width: 400px;
	border-top: 3px double #663300;
	border-bottom: 3px double #663300;
	color: #663300;
}

/* 戻りボタン */
input.back-btn {
	width: 90px;
	height: 30px;
}

