@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font: 12px/1.3 "lr oSVbN", "qMmpS Pro W3";
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
ul, ol, li, dl, dt, dd {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
div, pre, fieldset, input, textarea, p, th, td, form {
	margin: 0;
	padding: 0;
}
fieldset, img, a img { border:0 none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
a, a:link {
	text-decoration: underline;
	background-color: transparent;
	color: #0066cc;
}
a:visited { background-color: transparent; }
a:hover, a:active {
	background-color: transparent;
	text-decoration: none;
	color: #FF6600;
}

.searchBox {
	width: 638px;
	background: #FFF;
	position: relative;
	border: 1px solid #CCC;
	overflow: hidden;
}

.searchBox .title {
}

.searchBox1 {
	width: 638px;
	background: #FFF;
	position: relative;
}

.searchBox1 .title {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}

.optionBox1 {
	float: left;
	width: 540px;
	background: #FFF;
	position: relative;
}

.optionBox1 dl.list01 {
	width: 190px;
	margin-right: 5px;
	padding: 0px 0px 0px 15px;
	float: left;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

.optionBox1 dl.list01 dt {
	margin-bottom: 0px;
}
.optionBox1 dl.list01 dd {
	margin-bottom: 0px;
}
.optionBox1 dl.list01 dd select {
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 12px;
}

.optionBox1 dl.list02 {
	width: 110px;
	margin-right: 5px;
	padding: 0px 0px 0px 5px;
	float: left;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

.optionBox1 dl.list02 dt {
	margin-bottom: 0px;
}
.optionBox1 dl.list02 dd {
	margin-bottom: 0px;
}
.optionBox1 dl.list02 dd select {
	margin-bottom: 0px;
	margin-right: 1px;
	font-size: 12px;
}


.btn {
	margin: 0;
	text-align: center;
}

.btn2 {
	margin: 0;
	padding:0;
	text-align: left;
}

.btn3 {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
}

.searchBox2 {
	margin-top: 25px;
	width: 638px;
	background: #FFF;
	position: relative;
}

.optionBox2{
	float: left;
	width: 330px;
	background: #FFF;
	position: relative;
}

.optionBox2 .title {
	margin-top: 2px;
	margin-bottom: 0px;
	padding-left: 5px;
}

dl.code {
	margin: 0px 10px 0px;
	padding: 1px 0px 0px 0px;
	float: left;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

dl.code dt {
	margin-bottom: 1px;
}

dl.code dd {}
dl.code dd input {
	padding: 0px 2px;
	color: #aaaaaa;
	font-size: 12px;
}
dl.code dd input.code1 { width: 20px; }
dl.code dd input.code2 { width: 40px; }
dl.code dd input.code3 { width: 60px; }

.optionBox3{
	float: right;
	width: 300px;
	background: #FFF;
	position: relative;
}

.optionBox3 .title {
	margin-top: 0px;
	margin-bottom: 0px;
	}

.optionBox3 dl.list01 {
	width: 210px;
	margin-right: 0px;
	padding: 2px 2px 2px 2px;
	float: left;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

.optionBox3 dl.list01 dt {
	margin-bottom: 0px;
}
.optionBox3 dl.list01 dd {
	margin-bottom: 0px;
}
.optionBox3 dl.list01 dd select {
	margin-bottom: 0px;
	font-size: 12px;
}

.searchBox3 .title {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}
.searchBox3 .freeword {
  padding-left: 15px;
  padding-bottom: 5px;
}
.searchBox3 .freeword input {
  font-size: 12px;
  vertical-align: bottom;
}