@charset "utf-8";

/* html element
----------------------------------------------------*/
* { margin :0px; padding :0px; }

html{
	overflow-y: scroll;
}
ol,ul {
	list-style: none;
}
hr {
	display: none;
}
a,img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* link
----------------------------------------------------*/
a { text-decoration: none}
a:hover{ text-decoration: underline}

.black {
	color: #333333;
}
.gray {
	color: #888888;
}
.white {
	color: #ffffff;
}

/* TAG Layout
----------------------------------------------------*/
html {
	width: 100%;
}
body {
	width: 100%;
	color: #333333;
	background: #fff;
}

/* All Layout
----------------------------------------------------*/
div#container{/* background */
	width: 842px;
	height: 100%;
	margin: 0px auto;
}
/* HEADER Layout
----------------------------------------------------*/
div#header {
	width: 842px;
	margin:24px 0px 0px;
}

div#header div#logo{
	float:left;
	width:110px;
	margin:0px 0px 9px 0px;
}

div#header div#sellers{
	float:right;
	width:100px;
	margin:16px 0px 0px;
}

div#header ul{
	float:left;
	width: 842px;
}

div#header ul li img{
	vertical-align:bottom;
}

div#header ul li.s{
	float:left;
	width:168px;
}

div#header ul li.l{
	float:left;
	width:169px;
}

/* CONTENTS Layout
----------------------------------------------------*/
div#contents {
	clear:both;
	height:463px;
	padding:35px 0px 0px 40px;
	border: 1px solid #D6D6D6;
}

/* FOOTER Layout
----------------------------------------------------*/
div#footer{
	width:842px;
	margin:11px 0px 40px 0px;
	position:relative;
}

div#footer div#copyright{
	position:absolute;
	right:-1px;
}

/* All Class
----------------------------------------------------*/
div.clear {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1px;
	line-height: 100%;
}

.rmv{
	display:block;
	text-indent:-9999px;
}

/* Float Element
----------------------------------------------------*/
.cClear {
	clear: both;
}
.cLeft {
	float: left;
}
.cRight {
	float: right;
}
/* Page-top
----------------------------------------------------*/
p.toTop {
	width: 48px;
	float: right;
}
.over{
}
