@charset "utf-8";
/* 基本設定 */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666; background-image:url(../images/bg.gif);
}
/* 最外框 */
#WARPPER{ width:960px; height:600px; margin:auto; padding-top:30px; position:relative;}

/* 頁首 */
#HEADER h1{ display:block; width:960px; height:189px; background-image:url(../images/index_01.gif); text-indent:-999999px;}

/* top選單 */
#TOPMENU {
	display:block;
	position:absolute;
	top: 30px;
	left: 50px;

}
#TOPMENU li{ height:40px; float:left;}
.topbutton01 a{display:block; width:100px; height:40px; background-image:url(../images/top_botton01.gif); text-indent:-999999px; background-repeat:no-repeat; background-position: center top;}
.topbutton02 a{display:block; width:90px; height:40px; background-image:url(../images/top_botton02.gif); text-indent:-999999px;  background-repeat:no-repeat; background-position:center top;}
.topbutton03 a{display:block; width:90px; height:40px; background-image:url(../images/top_botton03.gif); text-indent:-999999px;  background-repeat:no-repeat; background-position:center top;}
.topbutton01  a:hover { background-position:bottom;}
.topbutton02  a:hover { background-position:bottom;}
.topbutton03  a:hover { background-position:bottom;}





/* 頁尾 */
#FOOTER{
padding:5px;
text-align:center;
font-size:10px;
	color:#666666;
}

/* 清除float */
.clearfloat{
clear:both;height:0;font-size:1px;line-height:0;}
