@charset "utf-8";

body{
	min-width: 850px;
}

/* header_in
--------------------------------------------*/
#header_in {
	margin-bottom: 15px;
	border-bottom: 1px solid #c9d7f1;
	height: 25px;
	overflow: hidden;
	font-size: 13px;
}
#nav {
	margin-bottom: 0;
	padding: 4px 10px 0;
	width: 850px;
	display: inline;
	float: left;
}
.searchcat {
	padding-right: 11px;
}
.fontbold {
	font-weight: bold;
}

/* header
--------------------------------------------*/
div#header {
	margin: 0 16px 12px 22px;
	width: 850px;
}
div#header h1 {
	display: inline;
	float: left;
	width: 125px;
	height: 54px;
	margin: 0 20px 0 0;
}

/* search_topbox
--------------------------------------------*/
.search_radio {
	margin-bottom: 0.5em;
	text-align: left;
}
div#header input.sch_box {
	font-size: 1.4em;
	vertical-align: middle;
	width: 326px;
}
div#header  input.sch_btn {
	font-size: 1.2em;
	height: 1.85em;
	margin-right: 0.3em;
	vertical-align: middle;
	width: 4em;
}
div#header div#search_topbox {
	margin: 0 auto;
	padding: 8px 0 0;
	float: left;
	width: 475px;
	font-size: 13px;
	text-align: left;
}
div#search_topbox input {
	font-size: 13px;
}
div#search_topbox ul {
	padding-bottom: 3px;
}
div#search_topbox ul li {
	display: inline;
}
div#search_topbox ul li span {
	margin-right: 4px;
}
div#search_topbox a {
        text-decoration: none;
        color: #0000ff;
}
div#search_topbox .now a {
        font-weight: bold;
        color: #000000;
        text-decoration: none;
}

/* bottom_form
--------------------------------------------*/
div#bottom_form {
	margin: 0 15px 15px;
	padding: 1.5em 0;
	border-top: 1px solid #6b90da;
	border-bottom: 1px solid #6b90da;
	clear: both;
	background: #f0f7f9;
	text-align: center;
}
div#bottom_form input.sch_box {
	font-size: 1.2em;
	vertical-align: middle;
	width: 326px;
}
div#bottom_form input.sch_btn {
	font-size: 1em;
	height: 1.85em;
	margin-right: 0.3em;
	vertical-align: middle;
	width: 4em;
}

/*--------------------------------------------
footer
--------------------------------------------*/
#footer {
margin:20px 0;
color:#666666;
text-align:center;
}

/* clearfix
--------------------------------------------*/
div#header:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#header {
	min-height: 1%;
}

/* for IE6
--------------------------------------------*/
* html #container {
	width: auto;
	height: 1%;
}
* html #header,
* html #footer {
	position: relative;
	width: 100%;
}
* html #result,
* html #paging,
* html #bottom_form {
	position: relative;
}
*html #paging .paging-nav {
	padding: 10px 0;
}
* html input.sch_box {
	height: 30px;
}

/* for IE7
--------------------------------------------*/
*:first-child+html input.sch_box {
	padding: 2px 0 0 4px;
}

