@charset "utf-8";



/*===================title======================*/

.titleSearch{
	width:600px;
	height:24px;
	padding-top:5px;
	padding-bottom:10px;
	background-image:url(../images/title/search.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position: left 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.titleSearchKeyword{
	width:600px;
	height:16px;
	padding-top:30px;
	padding-bottom:5px;
	background-image:url(../images/search/search_key.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position: left 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.titleSearchKind{
	width:600px;
	height:16px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(../images/search/search_kind.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position: left 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.titleSearchCategory{
	width:600px;
	height:16px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(../images/search/search_category.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position: left 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.titleSearchISBN{
	width:600px;
	height:16px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(../images/search/search_isbn.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position: left 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.titleSearchDate{
	width:600px;
	height:16px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(../images/search/search_date.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position: left 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}







.contentsBoxSet .searchRight{
	width:630px;
	float:right;
}

.contentsBoxSet .searchSet{
	width:630px;
	background-image:url(../images/common/frame630_top.gif);
	background-repeat:no-repeat;
}


.searchBox{
	width:630px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../images/common/frame630_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.searchBox .searchMiddle{
	width:600px;
	padding-left:15px;
	padding-right:15px;
	background-image:url(../images/common/frame630_side.gif);
	background-repeat:repeat-y;
}


.searchBottomArea{
	padding:5px;
	text-align:right;
	background-color:#E7E7E7;
}