/* CSS Document */

/* ================ reset ================== */
body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,
img,
table,th,td,
dl,dt,dd,
form {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal
}

img {
	vertical-align:bottom;
	
}

ul,
ul ul,
ul ul ul {
	list-style:square;
}


/* ============common============= */

div#container {
	width:810px;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:absolute;
	left:50%;
	margin-left:-403px;
	background:url(../img/general/background.gif) no-repeat scroll center;
	text-decoration:none;

}



div.box { 
	width:800px;
	height:500px;
	margin:10px 0 10px 0;
	padding:0 5px 0 5px;
	color:#DFDFDF;
	font-size:12px;
}


div#footer {
	width:810px;
	height:14px;
	padding:570px 0 0 0;
	text-align:center;
}


div.box-above {
	height:37px;
	width:800px;
	margin:28px 0 0 0;
	}

h1 {
	height:37px;
	width:267px;
	float:left;
	margin:0 0 0 0;
}

p.totop {
	width:90px;
	height:20px;
	padding:20px 0 0 0;
	float:right;
	}

li.btn-link {
	list-style:url(../img/main/link/btn_link.jpg) ;
	margin:10px 5px 0 0;

}

div.title {
	width:100px;
	height:20px;
	margin:0 0 0 0;
}

/*---------fade box--------*/

div.fade-box {
	width:810px;
	height:500px;
	position:absolute;
	margin:3px 0 0 0;
	}	

