html {
	margin: 0px;
	padding: 0px;
}
body {
	color : #333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 9pt;
	line-height: 125%;
}
td, th {
	font-size: 9pt;
	line-height: 125%;
}
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	text-decoration : underline;
}
a img {
	border: none;
}
form {
	margin: 0px;
}
input, select, textarea {
	font-size: 9pt;
}

/* contents */
#contents {
	min-width: 480px;
}
div.float_r {
	float: right;
}
div.float_l {
	float: left;
}
div.indent {
	margin-left: 2em;
}
table.layout {
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
	empty-cells: show;
}
.small {
	font-size: 80%;
}
.error {
	color: #f33;
}
.notify {
	color: #888;
}
a.btn {
	border: 1px solid #888;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #ddd url(image/bg_gray1.gif) repeat-x left top;
	color: #888;
	text-decoration: none;
	font-size: 90%;
	padding: 1px 4px;
}
a.btn:hover {
	background: #fdd url(image/bg_gray2.gif) repeat-x left top;
	color: #333;
	text-decoration: none;
}
input.btn {
	height: 1.8em;
}
img.mid {
	vertical-align: middle;
}

/* body */
#cont_left {
	float: left;
	width: 16em;
	overflow: auto;
	overflow-x: hidden;
	border-right: 1px solid #888;
	background-color: #ddf;
}
#cont_main {
	overflow: hidden;
}
div#cont_main_clip {
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #ffc;
}
div#cont_main_separate {
	height: 4px;
	background: #ccf url(image/bg_separate.gif) no-repeat center center;
	border-bottom: 1px solid #888;
	cursor: n-resize;
	overflow: hidden;
}
div#cont_main_result {
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
}

/* cont_left */
div#search_block {
	margin: 2px;
	text-align: center;
}
table#search_word_frame {
	margin: 2px auto;
	border: 1px solid #888;
	background-color: #fff;
	border-collapse: collapse;
	width: 14em;
}
table#search_word_frame td {
	padding: 2px;
}
input#search_word {
	border: 0px none #fff;
	padding: 0px;
	width: 100%;
}
a#search_genre {
	display: block;
	margin: 2px auto 4px;
	border: 1px solid #888;
	background: #ddd url(image/bg_gray1.gif) repeat-x left top;
	padding: 2px 0px;
	width: 14em;
	color: #333;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}
a#search_genre:hover {
	background: #fdd url(image/bg_gray2.gif) repeat-x left top;
}

div#search_menu {
	margin: 1em 4px;
}
div#search_menu .menu_type {
	margin-top: 0.5em;
}
div#search_menu .menu_item {
	margin-top: 2px;
}
div#search_menu .menu_type .menu_item {
	margin-left: 1.5em;
}
div#search_menu label.focus {
	font-weight: bolder;
}
div#search_menu a {
	color: #333;
}

div#search_filter {
	margin: 1em 4px;
}
div#search_filter table {
	border-collapse: collapse;
	margin-left: 1.5em;
	margin-top: 4px;
}
div#search_filter table td {
	padding: 1px;
}
div#search_filter a {
	color: #333;
}

ul#search_about {
	border-top: 1px solid #888;
	margin: 1em 4px;
	padding: 4px 0px;
	padding-left: 1em;
}
ul#search_about li {
	margin-left: 1em;
	margin-top: 2px;
}
ul#search_about a {
	color: #333;
}

/* cont_main */
div.result_block {
	margin: 4px;
	padding-bottom: 2em;
}
div#result_clip {
	padding-bottom: 0px;
}
div.result_head {
	background: #f84 url(image/bg_orange.gif) repeat-x left top;
	color: #fff;
	padding: 4px;
}
div.result_head .title {
	font-size: 120%;
	font-weight: bolder;
}
div.result_head a {
	color: #fff;
}
div.result_head .btns {
	display: block;
	float: right;
	white-space: nowrap;
}
div.result_head .btns a {
	margin-left: 10px;
}
div.result_head a.hmenu {
	margin-left: 1em;
	padding-right: 10px;
	background: url(image/menu_triangle2.gif) no-repeat right center;
	color: #fff;
	white-space: nowrap;
}
table.result_body {
	clear: both;
	margin: 2px auto;
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}
table.result_body td {
	border: 1px solid #888;
	border-style: solid none;
	vertical-align: top;
	padding: 1px 2px;
	overflow: hidden;
}
table.result_body td.td1 {
	width: 1.5em;
}
table.result_body td.td2 {
	width: 75px;
	text-align: center
}
table.result_body td.td2 img {
	max-width: 75px;
	height: auto;
}
table.result_body td.td3 {
}
table.result_body td.td4 {
	width: 10em;
}
table.result_body .title {
	font-size: 120%;
	font-weight: bolder;
	color: #33f;
}
table.result_body .label {
	font-size: 90%;
	color: #888;
}
table.result_body .summary {
	color: #333;
}
table.result_body .attr,
table.result_body .attr a {
	color: #686;
}
table.result_body .price {
	font-size: 120%;
	font-weight: bolder;
	color: #f33;
}
table.result_body .bidPrice {
	font-size: 120%;
	font-weight: bolder;
	color: #333;
}
table.result_body .priceLabel {
	font-size: 90%;
	color: #888;
}
table.result_body .priceInfo {
	font-size: 90%;
	color: #866;
}
table.result_body tr.check {
	background-color: #ddd;
}
table.result_body .comment a.none {
	color: #888;
}
table.result_body .comment a.text {
	color: #866;
}
table.result_body .comment input#clip_comment {
	width: 90%;
	border: 0px none;
	background-color: #fdc;
}
div.result_foot {
	text-align: center;
}
div.result_foot .more {
	font-size: 120%;
	font-weight: bolder;
}

/* menu */
.cont_menu {
	position: absolute;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #333 #333 #888;
	z-index: 10;
	cursor: default;
	margin: 0px;
	overflow: auto;
	overflow-x: hidden;
}
.cont_menu table {
	margin: 0px;
	border-collapse: collapse;
	empty-cells: show;
}
.cont_menu td {
	white-space: nowrap;
	padding: 1px;
}
.cont_menu td.check {
	padding: 1px 1px 1px 2px;
	width: 8px;
}
.cont_menu td.check img {
	width: 8px;
	height: 8px;
}
.cont_menu td.item {
	padding: 1px 4px 1px 2px;
	text-align: left;
}
.cont_menu td.submenu {
	padding: 1px 2px 1px 1px;
	width: 8px;
}
.cont_menu td.submenu img {
	width: 8px;
	height: 8px;
}
.cont_menu tr.focus td {
	background-color: #37c;
	color: #fff;
}
.cont_menu .separator {
	height: 1px;
	background-color: #666;
	overflow: hidden;
}
.cont_menu .disable {
	color: #888;
}

/* drag */
#shop_drag {
	opacity: 0.8;
	z-index: 10;
}

/* notice */
#notice {
	z-index: 20;
	position: absolute;
	background-color: #fff;
	border: 2px solid #888;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
}

/* popup */
#popup_html {
	z-index: 19;
	position: absolute;
	background-color: #fff;
	border: 1px solid #888;
	padding: 0px;
	overflow: hidden;
}
#popup_back {
	z-index: 18;
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
div.popup_head {
	background: #f84 url(image/bg_orange.gif) repeat-x left top;
	color: #fff;
	padding: 4px;
}
div.popup_head .title {
	font-size: 120%;
	font-weight: bolder;
}
div.popup_head .btns {
	display: block;
	float: right;
	white-space: nowrap;
}
div.popup_head .btns a {
	margin-left: 10px;
}
div.popup_body {
	clear: both;
	padding: 4px;
	overflow: auto;
}
div.popup_body a {
	color: #333;
}

