@charset "utf-8";
/* ======================================================
 
 page name: all top
 create : 2010/6/11
 update : 2010/6/11
 
======================================================= */


/* ===================================================== */
/* ID/CLASS ELEMENT SET */
/* ===================================================== */
footer{
	width:1200px;
	height:90px;
	margin:0 auto;
	text-align:center;
}
#copylinda{
	padding:36px 0 19px 0;
}


/* ===================================================== */
/* LIST ELEMENT SET */
/* ===================================================== */

ul#topbtnlist{
}
ul#topbtnlist li{
	padding:275px 63px 0 207px;
	float:left;
}


/* ===================================================== */
/* CLEAR FIX */
/* ===================================================== */
/*----------------------*/
ul#topbtnlist{
	min-height:1%;
}
ul#topbtnlist:after{
/* for modern browser */ 
	content: "";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
} 

* html ul#topbtnlist{/* for IE */ 
/*\*/height:1%;/* for WinIE*/ 
display:inline-table;/* for MacIE*/ 
}

body*ul#topbtnlist:after{
	content: ".";
}
