body {
	font-size: 13px;
	}

a {
	color: #c00;
	text-decoration: underline;
	}
a:visited {
	color: #f00;
	}
a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
	}


h1 {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 1px 0;
	}

h2, h3 {
	background:#eee;
	font-size: 14px;
	border: 1px #aaa solid;
	border-left:5px #d00 solid;
	padding:2px 5px;
	}

/* ログイン */
div#login {
	text-align: center;
	}
#login table {

	}
#login table th {
	background: #ccc;
	border: 1px #aaa solid;
	text-align: left;
	
	}
#login table td {
	background: #eee;
	padding: 10px;
	}
#login .loginInput {
	width: 150px;
	}

/* ボタン */
.button{
	background: #bb1111;
	color: #fff;
	padding: 2px 5px;
	margin: 5px 5px 0 5px;
	border: 2px #000 solid;
	}
.button:hover{
	background: #000;
	color: #fff;
	border: 2px #bb1111 solid;
	}


fieldset {
	margin: 15px 10px;
	border: 1px #aaa solid;
	}
legend {
	background:#eee;
	font-size: 14px;
	border: 1px #aaa solid;
	border-left:3px #d00 solid;
	padding:2px 5px;
	}
fieldset ul li{
	margin-bottom: 10px;
	}

/* Information */
ul.information {
	border: 1px #faa solid;
	margin: 10px 5px;
	padding: 10px 20px;
	}

/* 入力項目補足 */
.form_info {
	font-size: 12px;
	}
.form_info span {
	color: red;
	}

/* ■ 情報一覧 */
table.list {
	margin: 5px 0;
	/*border: 1px #aaa solid;*/
	background: #fff;
	}
table.list th {
	background: #ccc;
	border: 1px #aaa solid;
	font-size: 12px;
	white-space:nowrap;
	}
table.list tr.odd{
	background: #ddd;
	}
table.list tr.even {
	background: #f5f5f5;
}
table th.number {
	width: 50px;
}
table.list tr td {
	padding: 5px;
	}
table.list tr td.working {
	background-color: #990000;
	}

/* ■ 情報詳細 */
table.detail {
	margin: 5px 0;
	background: #fff;
	}
table.detail th {
	background: #ccc;
	border: 1px #aaa solid;
	white-space:nowrap;
	text-align: left;
	
	}
table.detail td {
	background: #eee;
	padding: 5px 2px;
	}
table.detail tr.odd{
	background: #ddd;
	}
table.detail tr.even {
	background: #f5f5f5;
	}

/* ■ 料金システム  */
div.charge {
	margin: 20px 0;
	clear: both;
	}
div.charge div.title {
	width: 680px;
	padding: 0;
	padding-left: 5px;
	background: #ddd;
	border: 1px #aaa solid;
	border-left: 3px red solid;
	font-weight: bold;
	}
div.charge div.title a{
	color: #00f;
	}
div.charge div.title a:hover{
	color: #fff;
	}
div.charge table {
	width: 680px;
	margin: 0;
	background: #fff;
	}
div.charge table tr.title th {
	background: #ddd;
	}
div.charge table td.l, th.l {
	padding: 5px 2px;
	width: 150px;
	}
div.charge table td.r {
	background: #eee;
	padding: 5px 2px;
	}

div.charge  table td {
	background: #f2f2f2;
	padding: 5px 2px;
	}

div.charge table th {
	background: #ddd;
	text-align: left;
	}

/* 料金表 */
div.charge table th.ctimg {
	text-align: center;
	}
div.charge table input.ct {
	width: 100px;
	}
div.charge table input.ctt {
	width: 70px;
	}
/* オプション */
div.charge table input.option1 {
	width: 300px;
	}
div.charge table input.option2 {
	width: 300px;
	}
/* 追加項目 */
div.charge div.add_val {
	float: left;
	border: 1px #555 solid;
	margin: 5px;
	padding:5px;
	}
div.charge div.add_val table{
	width: auto;
	}
div.charge div.add_val table input{
	width: 140px;
	}
th.new {
	width:50px;
}
td.new {
	text-align:center;
}


