/* UTF-8対応 */
/* sugisawa create */
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial;
}

body, form, div.basebox {
	margin: 0px;
	padding: 0px;
}

div.basebox {
	width: 800px;
	text-align: left;
	margin: auto;
}

div.page_title {
	margin: 1em 0;
}

div.page_title h2 {
	font-size: 150%;
	line-height: 1.5;
	border-bottom: 1px solid blue;
	border-left: 6px solid blue;
	padding-left: 7px;
	margin-bottom: 0.5em;
}

div.page_title p {
	font-size: 120%;
}

span.must {
	color: red;
	font-weight: bold;
}

table.inputform, table.list {
	border-collapse: collapse;
	border: 1px solid gray;
	margin: 1em 0;
	width: 100%;
}

table.inputform th,table.inputform td {
	border-bottom: 1px solid gray;
	padding: 4px;
}

table.inputform th {
	font-size: 80%;
	background-color: #ccccc0;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

table.inputform td.check {
	color: #000088;
	line-height: 1.4;
}

table.inputform td p.searchset {
	margin: 5px 0;
	padding:0.5em;
	border: 1px blue dashed;
	background-color: #ccffcc;
	line-height: 1.5;
}

table.inputform td p.searchset span {
	font-weight: bold;
	color: blue;
}

table.inputform textarea {
	width: 100%;
}

input.submit {
	font-size: 130%;
	padding: 3px 0.6em;
	font-weight: bold;
	letter-spacing: 0.3;
}

p.outlink {
	text-align: left;
}

p.page_error {
	background-color: red;
	color: white;
	margin: 0.5em 0;
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
}

p.column_error {
	background-color: red;
	color: white;
	margin: 5px 0;
	padding: 5px;
}

table.list th,table.list td {
	border: 1px solid gray;
	padding: 4px;
}

table.list th {
	font-size: 80%;
	background-color: #ccccc0;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

table.list tr.even {
	background-color: #ffffcc;
}

table.list td.no {
	text-align: right;
}

table.list td.date {
	text-align: center;
}

table tr.line {
	background-color: white;
}

table tr.line:hover {
	background-color: #ccffcc;
}

table tr.line td.over a {
	color: red;
	font-weight: bold;
}


