
body {
	margin: 0px;
	padding: 0px;
	line-height: 135%;
	font-size: 14px;
	font-family: sans-serif;
	min-width: 600px;
}

input, textarea, select {
	font-size: 14px;
	font-family: sans-serif;
}

form, ul, ol, li, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

li {
	list-style-type: none;
	white-space: nowrap;
}

table {
	border: 0px;
}

th {
	padding: 0px;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}

td {
	padding: 0px;
	vertical-align: top;
}

p, .paragraph {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #00f;
	text-decoration: none;
}

a:hover {
	color: #002c5f;
	text-decoration: underline;
}

.operator {
	color: #00f;
	cursor: pointer;
}

.operator:hover {
	color: #002c5f;
	text-decoration: underline;
}

.clearer {
	clear: both;
	font-size: 0px;
}

.header {
	border-top: 5px solid #002c5f;
}

.headertitle {
	float: left;
	padding: 10px 0px 8px 20px;
}

.headerright {
	text-align: right;
	padding: 10px 20px 10px 0px;
}

.headerright a:link, .headerright a:visited, .headerright a:active {
	margin-left: 10px;
	color: #333; 
	font-size: 12px;
}

.headerright a:hover {
	margin-left: 10px;
	color: #002c5f; 
	font-size: 12px;
}

.headerright a.current:link, .headerright a.current:visited, .headerright a.current:active {
	color: #09e;
}

.footer {
	padding: 0px 40px 0px 40px;
	font-size: 12px;
}

.footerright {
	border-top: 5px solid #002c5f;
	text-align: right;
	padding: 0px 40px 0px 40px;
	font-size: 12px;
}

.footerright a:link, .footerright a:visited, .footerright a:active {
	margin-left: 10px;
	color: #000;
	font-size: 12px;
}

.footerright a:hover {
	margin-left: 10px;
	color: #002c5f; 
	font-size: 12px;
}

.container {
	clear: both;
	padding: 40px 40px 40px 40px;
}

.content {
	width: 100%;
	clear: both;
}

.wrapper {
	width: 100%;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #002c5f;
}

h2 {
	margin: 0px;
	color: #333;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
}

.searchform {
	float: right;
	padding-bottom: 10px;
}

.success {
	padding-bottom: 10px;
	color: #008;
}

.error {
	padding-bottom: 5px;
	color: #f00;
}

th.listcheck, td.listcheck {
	width: 20px;
	padding: 3px 0px 3px 3px;
}

th.listlink, td.listlink {
	width: 40px;
	padding: 3px 5px 3px 5px;
	white-space: nowrap;
}

.visited td a:visited {
	color: #606;
}

.sortby {
	padding-left: 5px;
	font-size: 12px;
}

.pagination {
	padding: 10px 0px 10px 0px;
}

.separator {
	padding: 0px 5px 0px 5px;
}

.unlink {
	color: #bbb;
}

.right, th.right {
	text-align: right;
}

.view {
	width: 700px;
	clear: both;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.view th {
	width: 120px;
	padding: 3px 5px 3px 5px;
	text-align: left;
	background-color: #f7f7f7;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.view td {
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.property {
	padding-top: 20px;
}

.form {
	clear: both;
}

.form th {
	width: 120px;
	padding: 3px 0px 3px 0px;
	text-align: left;
}

.form td {
	padding: 3px 0px 3px 0px;
}

.formlist {
	clear: both;
	vertical-align: middle;
}

.formlist th {
	padding: 3px 10px 3px 0px;
	text-align: left;
}

.formlist td {
	padding: 3px 10px 3px 0px;
}

.submit {
	padding: 10px 0px 5px 0px;
}

.necessary {
	margin-left: 5px;
	color: #f00;
	font-size: 10px;
}

.inputnumeric {
	width: 70px;
}

.inputalpha {
	width: 150px;
}

.inputvalue {
	width: 300px;
}

.inputtitle, .inputcomment, .inputfile {
	width: 500px;
}

.inputsearch {
	width: 220px;
}

.die {
	width: 400px;
	clear: both;
	margin: 100px auto 100px auto;
	padding: 40px;
	color: #f00;
	background-color:#fdd;
	border: 1px solid #f00;
}

.alphabet, .date {
	ime-mode: disabled;
}

.number {
	text-align: right;
	ime-mode: disabled;
}

.character {
	ime-mode: active;
}

.optional {
	color: #002c5f;
/*	font-weight: bold;*/
}

.explain {
	font-size: 85%;
	font-weight: normal;
}

.list {
	width: 100%;
	clear: both;

	border-left:solid 1px #58c;
	border-top:solid 1px #58c;
	border-right:solid 1px #58c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}
.list th {
	font-weight: bold;
	text-align: left;
	color: #fff;
	padding: 3px 3px 3px 3px;
	border-bottom:solid 1px #58c;
	background-image: url(../images/listheader.gif);
	background-repeat: repeat-x;
}
.list td {
	padding: 3px 3px 3px 3px;
	border-bottom:solid 1px #58c;
}
.list tr:nth-child(2n+1) {
	background: #def;
}

/* -----------------------
  左上角丸　最初の行の最初のセル
----------------------- */
.list tr:first-child th:first-child,
.list tr:first-child td:first-child {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-o-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	behavior: url(PIE.htc);
}
/* -----------------------
  右上角丸　最初の行の最後のセル
----------------------- */
.list tr:first-child th:last-child,
.list tr:first-child td:last-child {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-o-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	behavior: url(PIE.htc);
}
/* -----------------------
  左下角丸　最後の行の最初のセル
----------------------- */
.list tr:last-child th:first-child,
.list tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-o-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
	behavior: url(PIE.htc);
}
/* -----------------------
  右下角丸　最後の行の最後のセル
----------------------- */
.list tr:last-child th:last-child,
.list tr:last-child td:last-child {
 	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	behavior: url(PIE.htc);
}

/* --------------------------------------------
  thaed,tbodyを使う場合の設定
-------------------------------------------- */
.list thead th {
	background-image: url(../images/listheader.gif);
	background-repeat: repeat-x;
}
.list thead+tbody th {
	background-image: url(../images/listheader.gif);
	background-repeat: repeat-x;
}
.list tbody th {
	text-align:left;
}/*IE*/
/* -----------------------
  左上角丸 thead内　最初の行の最初のセル
----------------------- */
.list thead tr:first-child th:first-child,
.list thead tr:first-child td:first-child {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-o-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	behavior: url(PIE.htc);
}
/* -----------------------
  右上角丸 thead内　最初の行の最後のセル
----------------------- */
.list thead tr:first-child th:last-child,
.list thead tr:first-child td:last-child {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-o-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	behavior: url(PIE.htc);
}
/* -----------------------
  角丸なし　thaedの後のtbody 最初の行の最初のセル
  角丸なし　thaedの後のtbody 最初の行の最後のセル
----------------------- */
.list thead+tbody tr:first-child th:first-child,
.list thead+tbody tr:first-child td:first-child,
.list thead+tbody tr:first-child th:last-child,
.list thead+tbody tr:first-child td:last-child {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	behavior: url(PIE.htc);
}
/* -----------------------
  左下角丸　thaedの後のtbody 最後の行の最初のセル
----------------------- */
.list thead+tbody tr:last-child th:first-child,
.list thead+tbody tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-o-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
	behavior: url(PIE.htc);
}
/* -----------------------
  右下角丸　thaedの後のtbody 最後の行の最後のセル
----------------------- */
.list thead+tbody tr:last-child th:last-child,
.list thead+tbody tr:last-child td:last-child {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	behavior: url(PIE.htc);
}

.list th a:link, .list th a:visited, .list th a:active {
	color: #333;
}

.list tr.totalline {
	background: #bdf;
}

.list tr.total {
	background: #fff;
}

.list tr:hover {
	background: #bdf;
}