@charset "utf-8";

/* header
--------------------------------------------*/
div#header {
	height: 200px;
}
div#header h1 {
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	text-align: left;
}
div#logo {
	width: 350px;
	margin: 8px 0 5px 7px;
}
div#logo img#sp-ban {
	margin-left: 10px;
}

/* search_topbox
--------------------------------------------*/
#search_topbox{ 
	font-size: 13px;
	margin: 5px 0 10px;
	padding: 0;
	background: url(../img/bar5.gif) no-repeat 0 0;
	text-align: center;
	height: 29px;
}
#search_topbox form{
	padding-top: 4px;
	>padding-top: 3px;
}
#search_topbox input{ 
	font-size: 13px;
}
.sch_box {
	border: 1px solid #d3d3d4;
	height: 18px;
	_height: 23px;
	padding: 3px 2px 0;
	width: 380px;
}
.sch_btn{
	>margin: 1px 0 0 0;
}

/*--------------------------------------------
bottom_form
--------------------------------------------*/
#bottom_form {
	clear: both;
	margin: 10px auto;
	text-align: center;
	background: url(../img/bar5.gif) no-repeat 0 0;
	padding: 0;
	height: 29px;
}
#bottom_form form{
	padding-top: 4px;
	>padding-top: 3px;
}
#bottom_form input{ 
	font-size: 13px; 
}



