@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, "Osaka","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Helvetica, sans-serif, "細明體";
	font-size: small;
	color: #000;
}

/* 全部的div(最外框) */
.whole {
	width: 1000px;
	height: 500px;
}


/**************/
/*	top div
/**************/
.top {
	width: 1000px;
	height: 370px;
}

.index_top_left {
	float: left;
	width: 739px;
	height: 370px;
}

.index_top_right {
	float: left;
	width: 261px;
	height: 370px;
}


/******************/
/*	button row 
/******************/
.button_row {
	height: 63px;
	width: 1000px;
}

.index_btn {
	height: 63px;
	width: 739px;
	float: left;
}

.button {
	float: right;
	height: 63px;
	width: 156px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 3px;
}

#about_us {
	background-image: url(../images/btn_index_01.jpg);
}

#products {
	background-image: url(../images/btn_index_02.jpg);
}

#hot_news {
	background-image: url(../images/btn_index_03.jpg);
}

#contact_us {
	background-image: url(../images/btn_index_04.jpg);
}

.button a {
	color: white;
	font-size: 100%;
	font-weight: 600;
	vertical-align: baseline;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.button a: link {
	
}

.button a: visited {
	
}

.button a: hover {
	text-decoration: underline;
}


/******************/
/* 右邊語言列表
/******************/
.lang_btn {
	width: 261px;
	margin-top: 20px;
	float: left;
}

#lang_link .li {	
	font-weight: 600;
    padding-right: 10px;
    padding-left: 10px;
    display: inline;
    font-size: 90%;
}

#lang_link a:link {
    color: #666;
    text-decoration: none;
}

#lang_link a:visited {
    color: #666;
    text-decoration: none;
}

#lang_link a:hover {
    color: blue;
    text-decoration: underline;
}


/****************/
/*	下方區塊
/****************/
.bottom {
	height: 132px;
	width: 1000px;
}

/* 下方區塊-左邊 */
#bottom_left {
	float: left;
	height: 131px;
	width: 739px;
}

/* 下方區塊-右邊(logo) */
.bottom_logo {
	float: left;
	height: 131px;
	width: 261px;
}

.bottom_logo img {
	padding-top: 53px;
}

/* 版權聲明 - 上方留白 100px */
#space {	
	width: 739px;
    height: 112px;
}

/* 版權聲明 */
#foot_banner {
	width: 739px;
    height: 19px;
	color: #666666;
    font-size: 80%;
}

#foot_banner a:link {
	color: #666666;
	text-decoration: none;
}

#foot_banner a:visited {
	color: #666666;
	text-decoration: none;	
}

#foot_banner a:hover {
	color: red;
	text-decoration: underline;
}
