.clear { clear: both; }

.note {
	font-size: 12px;
	line-height: 220%;
	position: relative;
	top: -15px;
}

input[type="button"] {
	cursor: pointer;
}

input[type="button"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);/* IE lt 8 */	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	-moz-opacity: 0.7;/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	zoom:1;
}


/*--------------------------------------------------------------------*/
.search-part {
	width: 625px;
	float: left;
	padding: 0;
	margin: 0;
}

.search-part .filter {
	padding: 30px 0 30px 20px;
	margin: 0 0 10px;
	/*margin: 0 0 30px;*/
	background-color: #F7F7F7;
}

.search-part .caution {
    padding-bottom: 30px;
}

.search-part .caution p {
    font-size: 14px;
    font-weight: bold;
}

.search-part .filter label {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	width: 80px;
}

.search-part .filter input[type="text"] {
	width: 230px;
	height: 19px;
	border: 1px solid #CCCCCC;
	padding: 2px 4px;
}


.search-part .filter input[type="button"] {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #000000; 
	border: 1px solid #000000;
	width: 78px;
	height: 27px;
	margin: 0 7px 0 20px;
}

.search-part .filter input[name="showall"] {
	width: 146px;
}


.search-part .items p {
	width: 287px;
	height: 36px;
	border: 1px solid #DDDDDD;
	padding: 10px 5px 5px 10px;
	margin: 0 0 20px;
	position: relative;
}

.search-part .items p:nth-child(odd) { float: left; }
.search-part .items p:nth-child(even) { float: right; }

.search-part .items p

.search-part .items label {
	font-size: 12px;
	font-weight: bold;
}

.search-part .items input {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #000000; 
	border: 1px solid #000000;
	width: 80px;
	height: 24px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.search-part .items h2 {
	font-size: 20px;
	border-bottom: solid 2px #000000;
	padding: 0 0 8px;
	margin: 0 0 20px;
}

.search-part .items h2.cs-1-1 { color: #0080FF; border-bottom-color: #0080FF; }
.search-part .items p.cs-1-1 span { color: #0080FF; }


.search-part .items h2.cs-1, .search-part .items h2.cs-2, .search-part .items h2.cs-3, .search-part .items h2.cs-4, .search-part .items h2.cs-5, .search-part .items h2.cs-7, .search-part .items h2.cs-8, .search-part .items h2.cs-10, .search-part .items h2.cs-12, .search-part .items h2.cs-13 { color: #0080FF; border-bottom-color: #0080FF; }
.search-part .items p.cs-1 span, .search-part .items p.cs-2 span, .search-part .items p.cs-3 span, .search-part .items p.cs-4 span, .search-part .items p.cs-5 span, .search-part .items p.cs-7 span, .search-part .items p.cs-8 span, .search-part .items p.cs-10 span, .search-part .items p.cs-12 span, .search-part .items p.cs-13 span { color: #0080FF; }


.search-part .items h2.cs-6, .search-part .items h2.cs-9, .search-part .items h2.cs-11 { color: #FFB200; border-bottom-color: #FFB200; }
.search-part .items p.cs-6 span, .search-part .items p.cs-9 span, .search-part .items p.cs-11 span { color: #FFB200; }

/*--------------------------------------------------------------------*/
.download-part {
	width: 300px;
	float: right;
	padding: 0;
	margin: 0 5px 0 0;
}

.download-part .personal-data {
	background-color: #F7F7F7;
	padding: 12px 15px 15px;
	margin-bottom: 20px;
}

.download-part .personal-data li {
	padding: 0 0 6px;
}

.download-part .personal-data label {
	display: block;
	font-size: 12px;
	color: #000000;
	padding: 0 0 4px 2px;
}

.download-part .personal-data label span.must{
	color: #B20000;
	display: inline-block;
	padding-left: 4px;
}

.download-part .personal-data input {
	width: 260px;
	height: 17px;
	border: 1px solid #CCCCCC;
	padding: 2px 4px;
}

.download-part .personal-data textarea {
	width: 260px;
	height: 40px;
	border: 1px solid #CCCCCC;
	padding: 2px 4px;
	resize: none;
	overflow: auto;
}


.download-part .donwloads {
	border: 1px dashed #CCCCCC;
	padding: 10px 0 12px;
}

.download-part .donwloads h5 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	width: 270px;
	height: 24px;
	margin: 0 auto 10px;
	padding: 2px 0 0 8px;
}

.download-part .donwloads ul {
	height: 305px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.download-part .donwloads li {
	padding: 0 0 10px;
}


.download-part .donwloads span {
	display: inline-block;
	width: 205px;
	padding: 0 0 0 13px;
}

.download-part .donwloads li input {
	width: 60px;
	height: 20px;
	border: 1px solid #000000;
	color: #222222;
	background-color: #FFFFFF;
	font-size: 12px;
	margin-right: 2px;
}

.download-part .donwloads > input {
	display: block;
	width: 139px;
	height: 27px;
	border: 1px solid #000000;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0 auto;
}

.download-part .icing-cake {
	padding: 10px;
}
/*--------------------------------------------------------------------*/
