/*Sliding Text and Icon Menu Style*/
#TOP {
	height: 45px;
}

#TOP .LOGO {
	float: left;
	padding: 5px 0;
	width: 160px;
}

#TOP .LOGO a {
	display:block;
	margin-left: 10px;
	width:77px; height:34px;
	background: url(/images/AllPage/LOGO.png) top center no-repeat;
}

#TOP .LangMenu {
	float: right;
	padding: 25px 10px 0 0;
	text-align: right;
}

#TOP A.SubMenu {
	font-size: 13px;
}

#TOP A.SubMenu:hover {
	font-size: 13px;
}


/* 各事業部連結 */
#GroupDepartment {
	clear: both;
	margin: 50px 0 10px;
	font-size: 13px;
	letter-spacing:2px;
	text-align: center;
}


#Footer {
	width:960px;
	height: 77px;
	background: #000000 url(/images/AllPage/bg_footer.gif);}

#Footer A {
	color: #CCCCCC;
}

#Footer A:hover {
	color: #ff4c22;
}

#Footer .FooterLeft {
	float: left;
	width: 863px;
	margin: 0;
	padding: 10px;
	color: #CCCCCC;
	font-size: 13px;
	line-height: 200%;
	text-align: center;
}

#Footer .FooterRight {
	float: right;
	width: 57px;
	margin: 0;
	padding: 10px;
}

#Footer .FooterRight .QrCode {
	width: 57px; height: 57px;
	background: url(/images/AllPage/QrCode.png) no-repeat center center;
}

#MENU {}

.sti-menu{
	width:960px;
	position:relative;
	margin: 0px auto 0 auto;
}
.sti-menu li{
	float:left;
	width:191px; /* 159px */
	height:62px;
	margin: 0 1px 2px 0;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	/*background: url(/images/AllPage/bg_menu.gif) #454545 repeat top center;*/
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	/*-moz-box-shadow:1px 1px 2px #ddd;
	-webkit-box-shadow:1px 1px 2px #ddd;
	box-shadow:1px 1px 2px #ddd;*/
}
.sti-menu li a h2{
/*	font-family: 'Wire One', arial, serif;  */
	font-family: "華康中黑體(P)", "華康中黑體外字集", "華康中黑體", "微軟正黑體";
	/*color:#ffffff;  */ /*menu font color */
	font-size:15px; /*18px*/
/*	font-weight:bold; */
	text-transform:uppercase;
	position:absolute;
	padding:15px 0;
	width:100%;
/*	top:140px; */
	left:0px;
	text-shadow: 0px 1px 1px black;
}
.sti-menu li a h3{
	font-family: Baskerville, "Hoefler Text", Garamond, "Times New Roman", serif; 
	font-size:13px; /*15px*/
	font-style:italic;
	color: #111111;
	position:absolute;
/*	top:248px; */
	left:0px;
	width:100%;
	padding:35px 0;
}
.sti-icon{
	width:100px;
	height:100px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:50px;
	top:30px;
}
/*
.sti-icon-care{
	background-image:url(../images/care.png);
}
.sti-icon-alternative{
	background-image:url(../images/alternative.png);
}
.sti-icon-family{
	background-image:url(../images/family.png);
}
.sti-icon-info{
	background-image:url(../images/info.png);
}
.sti-icon-technology{
	background-image:url(../images/technology.png);
}
*/
