@charset "shift-jis";

/* タイトル */
.clsDocTitle {
	margin-bottom:0 !important;
}

/* ボタン */
p.clsButtonR {
	text-align:right;
}

/* サンプル画像 */
p.clsSampleImage {
	text-align:center;
}

/* 表 */
form table.clsDelim {
	margin-top:16px;
}

form table.clsTable th.clsTitle {
	font-size:medium;
	_font-size:small;
	line-height:125%;
	background:#ebd699;
	border:1px solid #f5ebcc;
	padding:8px;
}

/* フォーム */
form input.clsInput, form textarea.clsInput, form textarea.clsInputSub {
	width:99%;
}

form input.clsInput2 {
	width:24px;
}

form input.clsInput4 {
	width:48px;
}

form input.clsInput8 {
	width:96px;
}

form input.clsInput12 {
	width:144px;
}

form input.clsInputH {
	width:50%;
}

form input.clsButton {
	padding:2px 32px;
}

form td span.clsButton {
	display:block;
	padding:16px 16px;
}

form .clsInputList .clsList {
	display:block;
	float:left;
	width:163px;
	margin-right:4px;
	margin-bottom:0;
}

form .clsInputListS .clsList {
	float:left;
	font-size:small;
	line-height:125%;
	width:88px;
	margin-right:4px;
	margin-bottom:4px;
}

form .clsInputListL .clsList {
	float:left;
	width:257px;
	margin-right:8px;
	margin-bottom:4px;
}

form .clsNotes, table .clsSubNotes {
	color:#FF6600;
}

table .clsLightNotes {
	color:#999;
	font-size:x-small;
	line-height:125%;
}

form .clsOptional input, form .clsOptional select {
	background:auto;
}

form tr.clsRequire th span.clsRequire {
	display:none;
	color:#FF0066;
	font-size:x-small;
	line-height:125%;
	padding-left:4px;
}

form tr.clsRequire th {
	background-image:url(../img/form_require.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

table td.clsControl, table th.clsControl {
	white-space:nowrap;
	text-align:center;
}

table td.clsControl form {
	margin:0;
}

form.clsSoft table.clsTable {
	margin:0;
}

/* 凡例 */
p.clsLegend {
	font-size:small;
	line-height:125%;
	text-align:right;
	margin-bottom:0;
}

p.clsLegend span.clsRequire {
	background:url("../img/form_require_legend.gif") left no-repeat;
	padding-left:12px;
}

p.clsLegend span.clsRequire span.clsLabel {
	display:none;
}

/* ボタン */
table td.clsButton {
	text-align:center !important;
}

/* フォーム補助 */
form table .clsListThumb {
	display:block;
	width:120px;
	text-align:center;
}

form table img.clsThumb {
	border:1px solid #ccc;
}

img.clsThumb {
	border:1px solid #ccc;
}

.clsContent .clsContent {
	margin:0 !important;
}

table.clsList {
	margin-top:16px;
}

/* フォーム */
form input.clsInput, form textarea.clsInput, form textarea.clsInputSub {
	width:99%;
}

form input.clsInput2 {
	width:24px;
}

form input.clsInput4 {
	width:48px;
}

form input.clsInput8 {
	width:96px;
}

form input.clsInput12 {
	width:144px;
}

form input.clsInputH {
	width:50%;
}

form input.clsButton {
	padding:2px 32px;
}

form td span.clsButton {
	display:block;
	padding:16px 16px;
}

form .clsInputList .clsList {
	display:block;
	float:left;
	width:163px;
	margin-right:4px;
	margin-bottom:0;
}

form .clsInputListS .clsList {
	float:left;
	font-size:small;
	line-height:125%;
	width:88px;
	margin-right:4px;
	margin-bottom:4px;
}

form .clsInputListL .clsList {
	float:left;
	width:257px;
	margin-right:8px;
	margin-bottom:4px;
}

form .clsNotes, table .clsSubNotes {
	color:#FF6600;
}

table .clsLightNotes {
	color:#999;
	font-size:x-small;
	line-height:125%;
}

form .clsOptional input, form .clsOptional select {
	background:auto;
}

form tr.clsRequire th span.clsRequire {
	display:none;
	color:#FF0066;
	font-size:x-small;
	line-height:125%;
	padding-left:4px;
}

form tr.clsRequire th {
	background-image:url(../img/form_require.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

table td.clsControl, table th.clsControl {
	white-space:nowrap;
	text-align:center !important;

}

table td.clsControl {
	font-weight:bold !important;
	font-size:medium !important;
	_font-size:small !important;
	line-height:125% !important;
}

table td.clsControl form {
	margin:0;
}

form.clsSoft table.clsTable {
	margin:0;
}

/* リストテーブル */
table.clsList {
	width:100%;
}

table.clsList th, table.clsList td {
	font-size:small;
	line-height:125%;
	padding:6px 8px;
	text-align:left;
	vertical-align:top;
}

table.clsList th {
	white-space:nowrap;
}

table.clsList tr.clsFirst td {
	color:#333;
}

table.clsList tr.clsSecond td {
	padding:6px 2px;
}

table.clsList span.clsLine, table.clsList div.clsLine {
	display:block;
	padding-bottom:8px;
}

table.clsList span.clsLastLine, table.clsList div.clsLastLine {
	display:block;
	padding-bottom:0;
}

table.clsList .clsData {
	width:80px;
}

table.clsList .clsDataS {
	width:64px;
}

/* ビューメニュー */
div.clsTab {
	margin-bottom:0;
	height:auto !important;
	height:1px;
	overflow:visible;
	min-height:1px;
}

div.clsTab ul.clsMenu li {
	display:inline;
	font-weight:bold;
	font-size:medium;
	_font-size:small;
	line-height:125%;
}

div.clsTab ul.clsMenu li a {
	float:left;
	display:block;
	border:1px solid #cfba73;
	margin-top:2px;
	margin-right:8px;
	padding:8px 12px;
	padding-left:8px;
	white-space:nowrap;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

div.clsTab ul.clsMenu li a .clsLabel {
	background:url(../../img/bullet_link.gif) left center no-repeat;
	padding-left:16px;
}

div.clsTab ul.clsMenu li.clsSelected a {
	background:#f5ebcc;
}

/* 地図 */
.clsMap {
	border:1px solid #999999;
}

/* 表 */
table.clsList .clsColorRest {
	color:green;
}

table.clsList .clsColorDone {
	color:red;
}

table.clsList span.clsFloatImage {
	float:right;
	width:80px;
}
