@charset "UTF-8";
/* 文字コード：UTF-8 */

#CONTENT-BODY .layout {
	margin: 30px 0 0 auto;
	width: 800px;
}

#CONTENT-BODY .leftPane {
	width: 472px;
}

#CONTENT-BODY .rightPane {
	width: 298px;
}

#CONTENT-BODY .leftPane .search-condition {
	background: #cbebdb url(../img/img_top_condition_top.gif) no-repeat 0 0;
	padding-bottom: 0;
	padding-top: 3px;
	font-size: small;
}

#CONTENT-BODY .leftPane .search-condition .inner {
	background: url(../img/img_top_condition_btm.gif) no-repeat 0 bottom;
	padding-bottom: 3px;
}

#CONTENT-BODY .leftPane .search-condition .text {
	padding: 17px 0 5px 20px;
}

#CONTENT-BODY .leftPane .search-condition .text table {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	width: 430px;
}

#CONTENT-BODY .leftPane .search-condition .text th {
	color: #3a8058;
	text-align: right;
	padding: 0 8px 10px 0;
	width: 100px;
}

#CONTENT-BODY .leftPane .search-condition .text td {
	padding: 0 0 10px 0;
	width: 322px;
}

#CONTENT-BODY .leftPane .search-condition .text input.tf {
	width: 320px;
}

#CONTENT-BODY .leftPane .search-condition .text input.year {
	width: 45px;
}

#CONTENT-BODY .leftPane .search-condition .text input.short {
	width: 230px;
}

#CONTENT-BODY .leftPane .search-condition .function input {
	width: 262px;
	float: left;
	margin: 0 7px;
}

#CONTENT-BODY .leftPane .search-condition .box {
	margin: 0 0 4px 0;
}

#CONTENT-BODY .leftPane .search-condition .box select {
	margin: 1px 0 0 0;
}

#CONTENT-BODY .leftPane .search-condition .box p {
	float: left;
	margin: 3px 0 0 0;
}

#CONTENT-BODY .leftPane .search-condition .checklist-box {
	width: 304px;
}

#CONTENT-BODY .leftPane .search-rensou {
	background: #f9e9d8 url(../img/img_rensou_top_2.gif) no-repeat 0 0;
	padding-bottom: 0;
	padding-top: 3px;
	margin-bottom: 25px;
}

#CONTENT-BODY .leftPane .search-rensou .inner {
	background: url(../img/img_rensou_btm_2.gif) no-repeat 0 bottom;
	padding-bottom: 3px;
}

#CONTENT-BODY .search-rensou .text {
	padding: 20px 0;
}

#CONTENT-BODY .leftPane .search-rensou textarea {
	width: 420px;
	height: 100px;
}

#CONTENT-BODY .leftPane .search-rensou .function input {
	width: 269px;
	float: left;
	margin: 0 5px;
}

#CONTENT-BODY .leftPane .search-rensou .box {
	margin: 0 0 4px 0;
}

#CONTENT-BODY .leftPane .search-rensou .box select {
	margin: 1px 0 0 0;
}

#CONTENT-BODY .leftPane .search-rensou .box p {
	float: left;
	margin: 3px 0 0 0;
}

#CONTENT-BODY .rightPane .sub-title {
	border-bottom: 1px solid #666;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

#CONTENT-BODY .rightPane .sub-title h2 {
	border-left: 4px solid #c33;
	padding-left: 7px;
	margin-left: 1px;
	font-weight: bold;
	font-size: small;
}

#CONTENT-BODY .rightPane .desc {
	font-size: small;
	margin-bottom: 20px;
}

