/*
 * color="#444d56" ダークグレー
 * color="#d6d5ca" グレー
 * color="#e1e0d9" ライトグレー
 * color="#ffffff" ホワイト
 * color="#58bc01" グリーン
 */

/* Don't Edit */
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

* {
	line-height: 1.5;
	font-style: normal;
	margin: 0;
	padding: 0;
}

body {
	background: #e1e0d9 url(../images/deposit/body_bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	margin: 0.5em 0 0.5em 0;
	padding: 0.8em 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	background-color: #f5f5f5;
	font-size: 152%;
	font-weight: normal;
}

h2 {
	padding-left: 10px;
	padding-bottom: 0;
	margin: 0.8em 0;
	border-left: 4px solid #d6d5ca;
	border-bottom: 1px solid #d6d5ca;
	background: url(../images/deposit/h2_bg.png) repeat-x;
	font-size: 152%;
	font-weight: normal;
}

h3 {
	padding-left: 15px;
	background-image: url(../images/deposit/icon01.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	font-weight: normal;
	font-size: 112%;
	color: #000;
}

a:link {
	color: #b8860b;
}

a:visited {
	color: #b8860b;
}

a:hover {
	color: #6c9600;
}

div#container {
	width: 800px;
	border-left: 4px solid #d6d5ca;
	border-right: 4px solid #d6d5ca;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
}

div#topbar {
	background: url(../images/deposit/topbar_bg.png) repeat-x;
	text-align: right;
	height: 56px;
	padding-right: 16px;
}

div#content {
	padding: 0.5em 8px 2em;
}

div#footer {
	border-top: 1px solid #e1e0d9;
	text-align: center;
	padding: 8px;
}

div#copyright {
	background-color: #58bc01;
	text-align: center;
	color:#d6d5ca;
}

div.error {
	width: 80%;
	background-color: #e1e0d9;
	border: 1px double #d6d5ca;
	color: red;
	font-weight: bold;
	padding: 8px;
	margin: 1em;
}

table {
	border-collapse: collapse;
}

table.list {
	margin-bottom: 1em;
}

tr.odd {
}

tr.even {
	background-color: #e4ffcd;
}

th {
	color: #e1e0d9;
	background: #444d56 url(../images/deposit/th_bg.png) repeat-x;
	border: 1px solid #000000;
	padding: 0.25em 0.5em;
	text-align: center;
}

td {
	padding: 0.25em 0.5em;
}

table.list td {
	border: 1px solid #444d56;
}

table.form td {
	vertical-align: top;
	border: 1px solid #58bc01;
}

table.form td.title {
	background: url(../images/deposit/form_title_bg.png) repeat;
	padding-left: 16px;
}

table.form td.item_name {
	background-color: #e4ffcd;
	border-right: 1px dotted #58bc01;
}

table.form td.submit {
	text-align: center;
	background: url(../images/deposit/form_submit_bg.png) repeat;
}

span.small {
	font-size: 85%;
}

input {
	line-height: 1.2;
}
