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

@import url("header.css");
@import url("footer.css");
@import url("reset.css");

#content {
	width: 998px;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	margin: 0 auto;
	padding-bottom:140px;
}

#content:after {
	content: "";
	clear: both;
	display: block;
}

#content_top {
	background-image: url('../images/catalogSupport/bg.jpg');
	height: 22px;
	border-bottom: 1px solid #c9c9c9;
}

#content_top ul {
	margin-left: 15px;
}

#content_top ul:after{
	content:"";
	display:block;
	clear:both;
}

#content_top ul li {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	font-family: 'Meiryo', 'MS UI Gothic';
	font-size: 11px;
}

#content_top ul li:first-child {
	color: #185c95;
}

#content_top ul li:last-child {
	color: #666666;
}

#content_advanced_search {
	padding-top: 48px;
	padding-left: 49px;
}

#content_advanced_search h1 {
	font-family: 'Meiryo';
	font-size: 21px;
	color: #666666;
}

#advanced_search_wrap {
	background-color: #eeeeee;
	width: 893px;
	height: 333px;
	margin-top: 10px;
	padding-bottom:8px;
}

#advanced_search_top {
	background-color: #d0d0d0;
	width: 893px;
	height: 3px;
}

.search_css {
	width: 646px;
	height: 26px;
	border: 1px solid #c2c2c2;
}

#search_right select {
	width: 646px;
	height: 26px;
	border: 1px solid #c2c2c2;
}

#search_right select option {
	border: 1px solid #c2c2c2;
}

#searchSubmitBtn{
	width:130px;
	height:49px;
	border:0;
	background:url("../images/catalogSupport/searchBtn.jpg") no-repeat 0 0;
}

#resetFromBtn{
	width:130px;
	height:49px;
	border:0;
	background:url("../images/catalogSupport/resetBtn.jpg") no-repeat 0 0;	
}

#searchSubmitBtn:hover, #resetFromBtn:hover{
	cursor:pointer;
} 

#search_left {
	float: left;
	padding-left: 68px;
	padding-top: 48px;
	font-family: 'Meiryo';
	font-size: 14px;
	color: #333333;
}

#search_left label{
	display:block;
	margin-bottom: 28px;
}

#search_left label:hover{
	cursor:pointer;
}

#search_right {
	float: right;
	padding-top: 48px;
	margin-right: 35px;
}

#search_right p {
	margin-bottom: 17px;
}


/* search result */
#content_advanced_result {
	padding-top: 48px;
	padding-left: 49px;
}

#content_advanced_result h1 {
	font-family: 'Meiryo';
	font-size: 21px;
	color: #666666;
}

#resultTable  {
	margin-top : 10px;
}

table#resultTable {
	width: 893px;
}
table#resultTable th {
	text-align : center;
}

th#tbl_no {
	width : 3%;
}

th#tbl_title {
	width : 20%;
}

th#tbl_maker {
	width : 15%;
}

th#tbl_loca {
	width : 20%;
}

tr#resultPage {
	height : 25px;
	text-align : center;
}

tr#headerRow {
	height : 25px;
}

tr.dataRow {
	height : 25px;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
}

td.resultListingNo {
	text-align : center;
}