@charset "utf-8";
/* CSS Document */

/***** Gernal Setting *****/

@font-face {
	font-family: 'GOTHICR';
	src: url('../font/GOTHIC_0.eot?') format('eot'), 
	     url('../font/GOTHIC_0.otf')  format('opentype'),
	     url('../font/GOTHIC_0.woff') format('woff'), 
	     url('../font/GOTHIC_0.ttf')  format('truetype'),
	     url('../font/GOTHIC_0.svg#GOTHIC_0') format('svg');
}


*{
	margin:0;
	padding:0;
}

body{
	margin:0 auto;
	padding:0;
	font-family: 'GOTHICR';
	font-weight: normal;
    font-style: normal;
	line-height:normal;
	font-size:11pt;
	color:#3a3a3c;
	background-color:#e5e5e5;
}

h1,h2,h3,h4,h5,h6{
	font-weight:500;
	line-height:normal;
}

a{
	text-decoration:none;

}

ul, ol, li{
	list-style:none;
	line-height:normal;
}

p{
	margin:0;
	padding:0;
}

img{
	border:none;
}

.pull-left{
	float:left;
}

.pull-right{
	float:right;
}

.middle{
    margin:0 auto;
}

.align-center{
	text-align:center;
}

.block{
	display:block;
}

.clear{
	clear:both;
}

#container{
	width:1000px;
	margin:0 auto;
	background:#e5e5e5;
	padding:15px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /*display: table;*/
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.column{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:auto;
}

#main{
	margin:0 auto;
	width:960px;
	height:800px;
	background:url(../images/main.png) no-repeat;
}

#main-inner{
	padding:25px;
	height:750px;
	position:relative;
}

#main-buy-sell-btn{
	position: absolute;
	bottom: 33px;
	left:auto;
	right:auto;
}

footer{
	padding:15px 0px;
}

footer p{
	font-size:9pt;
	line-height:15px;
}

#footer-links{
	margin-top:30px;
}

#footer-links a{
	color:#383839;
	font-size:10pt;
}

