/***
 *	Ext.js -- EditorGridPanel & GridPanel
 **/
.locked_rows {
	background-color: #d2cfc1;
}
/***
 *	Ext.js -- Input form & Grid Panels
 **/
.editable {
	background-color: #fff6bb;
}


a:link {
	color: #0000FF;
}

a:visited {
	color: #000080;
}

* {
	margin: 0;
	padding: 0;

	color: #000000;
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;


/* 以下の要素を設定すると、ブラウザー組み込みされているボタン要素の画像が壊れる。
	border: none;
	font-size: 14px;
	line-height: 1.0;
*/
}

body {
	/* min-width: 1280px; */
	min-width: 800px;
}
form {
	display: inline;
}


/* トグル表現により、詳細情報を表示させるインタフェース */
a.tag_closed {
	padding-left: 18px;
	background-image: url(lib/src/tag_closed_norm.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.tag_closed:hover {
	background-image: url(lib/src/tag_closed_hover.png);
}
a.tag_closed:active {
	background-image: url(lib/src/tag_closed_active.png);
}
a.tag_opened {
	padding-left: 20px;
	background-image: url(lib/src/tag_opened_norm.png);
	background-repeat: no-repeat;
	background-position: 0 -1px;
}
a.tag_opened:hover {
	background-image: url(lib/src/tag_opened_hover.png);
}
a.tag_opened:active {
	background-image: url(lib/src/tag_opened_active.png);
}

.topic_path {
	margin: 10px 0px 0px 60px;
	font-size: 12px;
	text-align: left;
}

.topic_path a,
.topic_path a:link,
.topic_path a:visited,
.topic_path a:active {
	text-decoration: none;
	color: #0000FF;
}

.main {
	display: block;
	margin-left: 40px;
	//width: 1240px;
	width: 1040px;
}

.card_head {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.card_body {
	margin-bottom: 10px;
	font-size: 13px;
}

.t_waku_label  {
	padding-top: 3px;
	width: 72px;
	border-color: #9f9f9f;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	color: #989898;
	font-size: 13px;
}

.t_waku_value {
	width: 72px;
	background-color: #eaeaea;
	font-size: 16px;
}

.waku_label {
	padding-top: 3px;
	text-align: center;
	width: 72px;
	color: #808080;
	font-size: 13px;
}

.waku_input {
	width: 67px;
	text-align: center;
	font-size: 15px;
}
