input{ border: none;}
.top {
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	text-align: right;
}
.top a:link{color: #000;}
.top a:visited{color: #000;}
.top a:hover{color: #000;}
.top a:active{color: #000;}

/* 外框 */
.case01 {
	padding: 13px;
	border: 1px solid #000000;
}

/* 內框 */
.case02 {
	border: 1px solid #000000;
}

/* 內頁 */
.main_bg{
	background-image: url(../images/main_bg01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}

/* 左區menu列表 */
.left_menu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3d3d3;
	padding-right: 10px;
}

.glossymenu {
	font-size: 12px;
	line-height: 24px;
	color: #7d7c7c;
	text-align: left;
	padding-bottom:10px;
	background-image: url(../images/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.glossymenu a{color: #7d7c7c; padding-left:15px;}
.glossymenu a:hover{
	background-image: url(../images/arrow_01.gif);
	background-repeat: no-repeat;
	color: #000000;
	font-weight:bold;	
}

.submenu li{
	background: none;
	font-size: 12px;
	line-height: 18px;
	color: #7d7c7c;
	text-align: left;
}

.submenu li a:link{color: #7d7c7c;}
.submenu li a:visited{color: #7d7c7c;}
.submenu li a:hover{
	color: #7d7c7c;
	font-weight:normal;
	background: none;
}
.submenu li a:active{color: #7d7c7c;}

/* 內容區塊 */
.is_content {
	height: 300px;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

/* 關於我們 */
.contact_bg{
	background-image: url(../images/contact_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.contact_input{
	border: 1px solid #dedede;
	padding:5px;
}

/* 頁尾資訊 */
.index_footer {
	padding-top: 25px;
	padding-bottom:5px;
}
.footer {
	padding-top: 25px;
	padding-bottom:5px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.footer_text {
	font-size: 11px;
	line-height: 1.5;
	color: #000000;
	text-align: right;
}
.footer_text a:link{color: #000000;}
.footer_text a:visited{color: #000000;}
.footer_text a:hover{color: #000000;}
.footer_text a:active{color: #000000;}

.footer_copyright {
	font-size: 11px;
	line-height: 1.5;
	color: #000000;
	text-align: left;
}
.footer_copyright a:link{color: #000000;}
.footer_copyright a:visited{color: #000000;}
.footer_copyright a:hover{color: #ff0000;}
.footer_copyright a:active{color: #000000;}
