﻿@charset "utf-8";
/* 唯舞官網首頁使用 */
@import url("/Games/We5/Include/i_style.css");
/* 選單CSS引入 */
@import url("/Games/We5/include/i_navigation.css");

body{ background-image: url(/Graphics/Games/We5/images/index/we5_main_bg.jpg);
background-repeat:repeat-y;
background-color:#7AC5EC;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd,fieldset, form, label, legend, caption, input,buttom{
    margin:0; 
    padding:0; 
    outline: 0; 
    font-size: 100%; 
}

div{display:block;}

/* 最外層給居中定位用 */
#We5_main{
	position:relative;
	width:100%;
	background-image:url(/Graphics/Games/We5/images/index/we5_all.jpg);
	background-repeat:no-repeat;
	background-position:left top;

/*	text-align:center; 使整個畫面居中，讓內容物居中 */
}

/* 設定#We5_side的背景圖，及區分左右兩邊用 */
#We5_maincontent{
/*	margin:0 auto; 使整個畫面居中 */
	width:1002px;
	overflow:auto;/* 用於FF可顯示BG */
}

/* 真正左邊內容區 */
#We5_all{
	width:950px;
	float:left;
}

/* 右邊加入最愛區 */
#We5_side{
	width:52px;
	float:right;
	text-align:left;/* 當畫面居中，避免被居中影響，右邊DIV內容物靠左用 */
}

#We5_header{ 
	clear:both;
	height:174px;
	left:50px;
	position:relative;
}
#We5_header_menu{
	position:absolute;
	width:950px;
	height:100px;
	z-index:1;
	top:0;
	right:0;
}

#We5_allcontents{width:950px;overflow:hidden;/* 用於FF自適DIV高度 */ background-image:url(/Graphics/Games/We5/images/index/we5_allcontents_bg.gif); background-repeat:repeat-y; background-position:230px 0;}

#We5_menus{width:223px;float:left;}

#We5_content{width:727px;float:right;}
/* =====================中間內容用====================================== */

#Imprort_content{ background-image:url(/Graphics/Games/We5/images/index/main_news_bg.gif); background-repeat:no-repeat; background-position:top;}

.action_title{ font-size:10pt; color: #BE1D45; font-weight:bold;}

.action_word{ font-size:12px; color:#333333; line-height:24px;}

.hot_product{ font-size:12px; color:#333333;line-height:20px;text-decoration:none;}

.selfphoto_word{ font-size:12px; letter-spacing:normal; color:#333333; padding-left:5px;}

#We5_main a{ text-decoration:none;}

#We5_main a:hover{}

/* =====================中間內容用====================================== */
	
#We5_footer{ 
	clear:both;
	width:100%;}

.png  {tmp:expression(setPng(this));}

.tablecontent {	font-size:12px;}
.news_text{ font-size:12px; line-height:20px; letter-spacing:normal; color:#333333; text-decoration:none;}
.back_right {
	background-image:url(/Games/We5/images/index/bg_right.jpg); 
	background-position:left top; 
	background-repeat:no-repeat;
}
.back_left {
	background-image:url(/Games/We5/images/index/bg_left.jpg); 
	background-position:left top; 
	background-repeat:no-repeat;
}
.back_center {
	background-image:url(/Games/We5/images/index/bg_center.jpg); 
	background-position:left top; 
	background-repeat:no-repeat;
}
.page_bg {
	background-image:url(/Games/We5/Guide/images/page/page_bg.gif); 
	background-position:right bottom ; 
	background-repeat:no-repeat;
}
.tab_pad{
	padding-left:10px; 
	padding-right:8px;
}
.linable{
	background-image:url(/Games/We5/images/index/linable.gif); 
	background-position:center; 
	background-repeat:repeat-y;
}