@charset "UTF-8";
/* CSS Document */

/* 検索窓-トップページ用 */
#search-area {
	margin: 0px;
	padding: 0px;
	height: auto;
	height: 40px;

}
.font-66 {
	color: #666;
}

#search-area p {
	font-size: 80%;
	line-height: 1.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#search-area .box {
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	width: 315px;
	height: 26px;
	background-position: center;
}

#search-area .word_search {
	width: 100px;
	font-size: small;
	background-color: #FFFFCC;
	height: 18px;
	margin: 0px;
	padding: 0px;
	background-position: right bottom;
	background-repeat: no-repeat;
}


#search-area  form input {
	font-size: 100%;
	line-height: 1.1em;
	background-color: #FFFFCC;
}

#search-area form {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 400px;
	background-color: FFF;
	vertical-align: bottom;
}
form p {
	position: absolute;
	top: 12px;
	padding: 0;
	width: 350px;
	height: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
}

#search-area .image-btn {
	border: 0px;
	width:30px;
	height: 26px;
	background: url("img/search.gif") left top no-repeat;
	margin-left: 10px;
	cursor: pointer;
}
