﻿@charset "utf-8";
/*
!important代表ie7、火狐優先讀取，未加者表ie6優先讀取
IE6 不支援 position:fixed
position(位置)：relative是以相對位置來指定，absolute是絕對位置，fixed是使用絕對路徑，即使捲動捲軸也不移動～
cursor: pointer; 整個區塊都變手指
已用名稱
*/


/*--------------------------------------footer永遠靠下設定　　開始---------------------------------------------------*/
.wrapper {
	min-height: 100%;
	height: auto !important;/
	height: 100%;
	margin: 0 auto -103px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 103px; /* .push must be the same height as .footer */
}

.footer {
	position: relative;/*相對位置*/
	width: 990px;
	margin: 0 auto;
	text-align: center;
	background: url('images/footer.png') no-repeat;
	height: 103px;
}

.footer_in {
	position: relative;/*相對位置*/
	width: 937px;
	margin: 0 auto;
	text-align: center;
	/*background: url('images/footer02.png') no-repeat;*/
	height: 80px;
	background-position:50% 50%;

}
.footer_in img {
 margin-top:20px;

}

body,html {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat : repeat;
	background-image: url('images/bk.jpg');
	padding: 0px;
	height: 100%;
	margin: 0px auto; /* .push must be the same height as .footer */
	width:100%; /* .永遠靠下必須設100% */
	text-align: center;
	font-size: 62.5%;
	top:0;
	left:0;
	position:absolute;
	font-size:1.4em;

}

.wrapper {
	position: relative;/*相對位置*/
	width: 937px;
	font-size: 0.9em;
	margin: 0 auto -103px;
	text-align: left;
}

h1, h2, h3{
	margin-top:0;
	padding-top:0;
	}
/*--------------------------------------footer永遠靠下設定　　結束---------------------------------------------------*/

/*--------------------------------------版行設定　　開始---------------------------------------------------*/

/*---標頭設定--*/
.header {
	height: 126px;
	background: url('images/top.png') no-repeat;
}
.login {
	height: 30px;
	margin-left:400px;
	margin-top:21px;
	margin-right:5px;
	text-align:right;
	float:right;
}

.top_menu{
	width:840px;
	height:62px;
	float:right;
	padding-right:5px;
}

#note {
	width:937px;
	font-size:medium;
	padding-top:5px;
}
.menu{
	 width:158px;
	 padding-left:15px;
	 float:left;
}

.menu_img{
	height:3px;
	float:left;
}
.menu_center{
	 width:158px;
	 background: url('images/menu_302.png') repeat-y;
	 float:left;
}
.menu_center_note{
width:150;
padding:0px 0 3px 4px;
margin:0 auto;
color:white;
font-size:0.8em;
line-height:1.5em;
}

.menu_center_note p{
padding-left:15px;
padding-top:6px;
padding-bottom:2px;
}

/*-----------------------------------------內頁中間資料 開始 */
#center{
	width:513px;
	  padding-left:18px;
	 margin:0 auto;
	 float:left;
}

#center_img{
	width:513px;
	 float:left;
	 height:4px;
}

#center_img img{
float:left;
}

.center_note{
	width:505px;
	background: url('images/note_302.png') repeat-y;
	float:left;
	margin:0 auto;
	padding-left:4px;
	padding-right:4px;
}
.center_note_member{
	width:460px;
	 padding:20px;
	font-size:0.8em;
	color:#666666;
	line-height:2em;
	margin:0 auto;
}
.center_note_member p{
padding-left:40px;
color:#0b6626;
line-height: 30px\9;
}

.center_note_member h2{
font-size:1.2em;
	font-weight:bold;
	color:#007029;
	border-bottom:1px #cccccc  dotted;
	float:left;
	width:460px;
	 margin-bottom:10px;

}

.note_btn{
	float:left;
	width:460px;
}

.note_btn_center{
	 margin:0 auto;
	 width:460px;
	 text-align:center;
	 }

.note_btn_center img{
	 margin:0 auto;
	 }

.note_btn_ok{
	 margin:0 auto;
	 width:460px;
	 text-align:center;
	 }

/*-----------------------------------------內頁中間資料 結束 */


/*-----------------------------------------內頁產品資料 開始 */


.center_pro{
	width:505px;
	color:#666666;
	padding:0 4px;
	float:left
}

.product_list{
	padding:10px 10px 10px 10px;
	margin:0 auto;
}
.product_list img{
	 margin:10px 10px;
	/* border:2px #016533 solid; */
}

.about_food{
padding:10px 10px;
	margin:0 auto;
	float:left;
	width:465px;
}

.about_food h2{
	padding:5px 0;
	font-size:1.1em;
	border-bottom:1px #C0C0C0 dashed;
	color:#016533;
	font-weight:bold;
}

.about_food_list{
	width:138px;
	padding:10px 8px;
	float:left;
}

.about_food_note{
width:120px;
 margin:0 auto;
padding:2px 5px;
}

.about_food_list h3{
	font-weight:bold;
	color:#016533;
	padding:3px 0;
	font-size:0.8em;
	float:left;
	width:100%;
}
.about_food_list p{
	color:#666666;
	font-size:0.7em;
	float:left;
	width:100%;
	line-height:1.5em;
}

.about_food_star{
	width:100%;
	float:left;
}
.about_food_star img{
	 padding:2px 0;
}


.about_food_img{
	width:118px;
	height:87px;
	background: url('images/pro_bk.gif') no-repeat;
	 padding:10px 10px;
	 float:left;
}

/*-----------------------------------------內頁產品資料 結束 */


/*-----------------------------------------內頁食譜 開始 */

.food_list{
	width:480px;
	 padding:10px 10px;
	 float:left;
}

.food_list_top{
	width:350px;
	float:left;
	font-weight:bold;
	font-size:0.9em;
	color:#016533;
	padding-top:7px;
}

.food_note{
	width:480px;
	padding:5px 0 10px 0;
	float:left;
}

.food_tit{
	width:330px;
	float:left;
}

#food_note1{
	width:330px;
	padding:5px 0 5px 10px;
	font-size:0.8em;
	color:#666666;
	float:left;
	font-size:0.8em;
	line-height:1.5em;
	height:80px;
	color:#666666;
}

#food_note1 h2{
	padding:2px 0;
	font-size:1.2em;
	color:#016533;
	font-weight:bold;
	float:left;
	width:200px;
}

#food_note1 a:link {
	color:#666666;
	text-decoration: none;
}
#food_note1 a:visited {
	color:#6666666;
	text-decoration: none;
}
#food_note1 a:hover {
	color: #339933;
	/*text-decoration: none;*/
	text-decoration: underline;
}

#food_note1 a:active {
	color:#339933;
	text-decoration: none;
}

.food_star{
	padding:2px 0;
	float:right;
}



.food_people{
	width:330px;
	float:left;
	color:#016533;
	padding-top:5px;
	font-size:0.8em;
}

.food_page{
	color:#fff;
	margin:0 auto;
	font-size:0.6em;
	background: url('images/icon_bk01.gif') repeat-x;
	font-weight:bold;
	padding:3px;
}
.food_page a:link{color:#fff;text-decoration:none;font-weight:normal}/*連結*/
.food_page a:visited{color:#fff;text-decoration:none;font-weight:normal}/*已被點過的連結*/
.food_page a:hover{color: yellow;text-decoration:none;font-weight:normal}/*滑鼠移到連結*/
.food_page a:active{color:#fff;text-decoration:none;font-weight:normal}/*正被點到的連結*/

.food_page_se{
	color: yellow;
	margin:0 auto;
	font-size:0.8em;
	background: url('images/icon_bk01.gif') repeat-x;
	font-weight:bold;
	padding:3px;
}

/*-----------------------------------------內頁食譜 結束 */


/*-----------------------------------------TV 開始 */

.tv_note{
	width:465px;
	padding:5px 0 10px 10px;
	float:left;
}
.tv_list{
	width:92px;
	height:65px;
	padding:11px;
	float:left;
	background: url('images/tv_bk.gif') no-repeat;
	margin:0 0 10px 5px;
}


/*-----------------------------------------TV 結束 */

/*-----------------------------------------我的最愛 開始 */

.favorite_people{
	width:245px;
	float:left;
	color:#016533;
	padding-top:10px;
	font-size:0.8em;
}
.favorite_people01{
	width:150px;
	float:left;
	color:#016533;
	padding-top:10px;
	font-size:0.8em;
}
.favorite_del01{
	float:right;
	width:155px;
	padding-top:5px;
	text-align:right;
	}
.favorite_del01 img{
	padding:0 0 0 5px;
	}

.favorite_del{
	float:right;
	width:70px;
	padding-top:5px;
	text-align:right;
	}
.favorite_del img{
	padding:0 0 0 5px;
	}


/*-----------------------------------------我的最愛 結束 */
/*-----------------------------------------我的食譜 開始 */

.myrecipes_note{
	float:left;
	color:#016533;
	font-size:0.8em;
	width:480px;
	font-weight:bold;
	line-height:1.7em;
}

/*-----------------------------------------我的食譜 結束 */


/*-----------------------------------------內頁食譜像系介紹  開始 */
.food_detail{
	width:480px;
	 padding:10px 10px;
	 float:left;
}

.food_detail_top{
	width:230px;
	float:left;
	font-weight:bold;
	font-size:1.2em;
	color:#016533;
	padding-top:7px;
}
.food_detail_star{
	width:235px;
	float: right;
	padding:2px 0;
}
.food_detail_star img{
	float:left;
	padding-top:5px;
}

.food_detail_note{
	width:470px;
	padding:5px 0 5px 10px;
	font-size:0.8em;
	color:#333;
	float:left;
	font-size:0.8em;
	line-height:1.5em;
}
.food_detail_301{
	width:388px;
	float:left;
	height:4px;
}
.food_detail_302{
	width:360px;
	float:left;
	 padding:10px 14px;
	background: url('images/pro_302.gif') repeat-y;
}

.food_detail_icon{
	width: 43px;
	padding: 5px 0 0 0px;
	height: 280px;
	float: left;

}
.food_detail_icon img{
	float:left;
}

.food_detail_note1{
margin-top:10px;
margin-left:25px;
float:left;
}

.food_detail_note1 table{
	width:435px;
	margin:0 auto;
}
.food_detail_note1 tr{
font-size:0.55em;
}
.food_detail_note1 td{
width:355px;
color:#333;
line-height:1.5em;
}
.food_detail_note1 th{
width:80px;
color:#016533;
font-weight:bold;
line-height:1.5em;
vertical-align:text-top;
vertical-align: top;
}
.food_detail_note2{
width:160px;
float:left;
padding-right:15px;
color:#333;
line-height:1.5em;
}

.food_detail_btn{
text-align:center;
margin:0 auto;
width:470px;
float:left;
}
/*-----------------------------------------內頁食譜像系介紹  結束 */

/*-----------------------------------------內頁產品頁籤開始 */

#content{								/* 具體內容 */
	border-left:1px solid #fff;		/* 左邊框 */
	border-right:1px solid #fff;		/* 右邊框 */
	/*border-bottom:1px solid #fff;	 下邊框 */
	padding:5px;
	text-align:center;
}
ul#tabnav{
	list-style-type:none;
	margin:0;
	padding-left:0px;					/* 左側無空隙 */
	padding-bottom:28px!important;
	border-bottom:1px solid #ccc;	 /*功能表的下邊框 */
	padding-bottom:29px;
}
ul#tabnav li{
	float:left;
	height:27px;
	background-color:#e9eeea;   /* 原底色 */
	margin:0px 0x 0px 0px;
	border:1px solid #ccc; /*原邊框 */
	 border-bottom:none;
	 border-left:none;
	 	width:90px;
	 	text-align:center;
}
ul#tabnav a:link, ul#tabnav a:visited{
	display:block;						/* 區塊元素 */
	color:#79a689;
	text-decoration:none;
	padding:5px 10px 4px 10px;
	font-weight:bold;
}
ul#tabnav a:hover{
	background-color:#25563c;
	color:#FFFFFF;
}
li.products_kind_select{
	 border:1px solid #FFFFFF;	/*白色下邊框，覆蓋<ul>中的藍色下邊框 */
	color:#000000;
	background-color:#FFFFFF;
}

li.products_kind_select a:visited{
	color:#000000;
	background-color:#FFFFFF;
}
li.products_kind_select a:hover{
	color:#006eb3;
	text-decoration:underline;
}

li.products_kind{
	/*border:1px solid #FFFFFF;	 白色下邊框，覆蓋<ul>中的藍色下邊框 */
	color:#000000;
}

li.products_kind a:visited{
	color:#000000;

}
li.products_kind a:hover{
	color:#006eb3;
	text-decoration:underline;
}
/*-----------------------------------------內頁產品頁籤結束 */

/*-----------------------------------------註解開始 */


/*-----------------------------------------註解結束 */
/*-----------------------------------------樹狀選單開始 */

.glossymenu{
margin:0px 0;
padding: 0;
width: 150px; /*width of menu*/
border-bottom-width: 0;

}

.glossymenu a.menuitem{
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
background-color:#00932f;

width: auto;
padding: 6px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px #77c879 dotted;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #4cac4f;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type:none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom:1px #77c879 dotted;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
text-decoration: none;
padding: 3px 0;
padding-left: 20px;
}

.glossymenu div.submenu ul li a:hover{
background: #7dac67;
colorz: white;
}}
/*-----------------------------------------樹狀選單結束 */

/*-----------------------------------------內頁產品頁籤結束 */
#index_flash {
	width:640px;
	float:left;
	padding-left:5px;
	height:408px;
}


/*-----------------------------------------首頁右邊 開始 */
.index_right{
	width:273px;
	float:right;
	margin-right:4px;
}
.index_right img{
	width:273px;
	float:right;
	height:4px;
}
.index_right_center{
	width:273px;
	float:left;
	background: url('images/sh02a.png') repeat-y;
}

.index_right_note{
	background: url('images/sh00.jpg') repeat-y;
	width:265px;
	margin-left:4px !important;/* IE7、8、火弧用 */
	margin-left:2px;/* IE6用 */
	float:left;
	 padding-bottom:10px;
}

.index_right_note a:link {
	color:  white;
	text-decoration: none;
	font-weight: bold;
}
.index_right_note a:visited {
	color:#fff;
	text-decoration: none;
}
.index_right_note a:hover {
	color: yellow;
	/*text-decoration: none;*/
	text-decoration: underline;
}
.index_right_note a:active {
	color: #0066CC;
	text-decoration: none;
}

.index_right_pro_note a:link{color:#fff;text-decoration:none;font-weight:normal}/*連結*/
.index_right_pro_note a:visited{color:#fff;text-decoration:none;font-weight:normal}/*已被點過的連結*/
.index_right_pro_note a:hover{color: yellow;text-decoration:underline;font-weight:normal}/*滑鼠移到連結*/
.index_right_pro_note a:active{color:#fff;text-decoration:underline;font-weight:normal}/*正被點到的連結*/


.index_right_search{
	width:220px;
	margin:0 auto;
	font-size:0.8em;
	line-height:1.5em;
	color:white;
	padding:5px 0;
}

.index_right_pro{
	width:220px;
	margin:5px auto;
	font-size:0.8em;
	line-height:1.2em;
	color:white;
}
.index_right_photo{
	float:left;
	padding:3px 7px 3px 0;
}

.index_right_photo img{
	padding:3px;
	background-color:#FFFFFF;
	float:left;
	margin:0px;
}

.index_right_star{
	float:left;
	width:130px;
	padding-top:0px;

}

.index_right_star img{
	float:left;
}

.index_right_pro_note{
float:left;
	width:130px;
	font-size:0.85em;
}
.index_right_pro_note h2{
float:left;
	width:130px;
	font-weight:bold;
	font-size:1.1em;
	padding-top:5px;
	color:#FFEC00;
}
/*-----------------------------------------首頁右邊 結束 */


/*-----------------------------------------內頁右邊 開始 */
.note_right{
	width:208px;
	float:right;
	margin-right:4px;
}

.note_right_sh{
	width:208px;
	float:right;
	height:4px;

}
.note_right a:link {
	color:white;
	text-decoration: none;
	font-weight: bold;
}
.note_right a:visited {
	color:#fff;
	text-decoration: none;
}
.note_right a:hover {
	color: yellow;
	/*text-decoration: none;*/
	text-decoration: underline;
}
.note_right a:active {
	color: #0066CC;
	text-decoration: none;
}


.note_right_center{
	width:208px;
	float:left;
	background: url('images/sh208_02a.png') repeat-y;
}

.note_right_note{
	background: url('images/sh208_00.jpg') repeat-y;
	width:200px;
	margin-left:4px !important;/* IE7、8、火弧用 */
	margin-left:2px;/* IE6用 */
	float:left;
	 padding-bottom:10px;
}


.note_right_search{
	width:180px;
	margin:0 auto;
	font-size:0.8em;
	line-height:1.5em;
	color:white;
	padding:5px 0;
}

.note_right_pro{
	width:185px;
	margin:5px auto;
	font-size:0.8em;
	line-height:1.2em;
	color:white;
}
.note_right_photo{
	float:left;
	padding:3px 5px 3px 3px;
}

.note_right_photo img{
	padding:3px;
	background-color:#FFFFFF;
	float:left;
	margin:0px;
}

.note_right_star{
	float:left;
	width:100px;
	/*padding-top:5px;  */

}

.note_right_star img{
	float:left;
}

.note_right_pro_note{
float:left;
	width:98px;
	font-size:0.9em;
}
.note_right_pro_note h2{
float:left;
	width:100px;
	font-weight:bold;
	font-size:1.1em;
	padding-top:3px;
	color:#FFEC00;
}
.note_right_pro_note a:link{color:#fff;text-decoration:none;font-weight:normal}/*連結*/
.note_right_pro_note a:visited{color:#fff;text-decoration:none;font-weight:normal}/*已被點過的連結*/
.note_right_pro_note a:hover{color: yellow;text-decoration:underline;font-weight:normal}/*滑鼠移到連結*/
.note_right_pro_note a:active{color:#fff;text-decoration:underline;font-weight:normal}/*正被點到的連結*/


.note_nice_pro{
	width:140px;
	margin:5px auto;
}
.note_nice_photo{
	margin:0 auto;
	text-align:center;
	padding-left:5px;
	float:left;
}
.note_nice_photo_img{
	margin:0 auto;
	text-align:center;
	width:140px;
}
.note_nice_photo_img img{
	margin:0 auto;
	text-align:center;
	/* border:3px #0b6626 solid; */
}

.note_nice_tit{
	margin:0 auto;
	float:left;
	width:140px;
	color:#FFF;
	font-size:0.8em;
	line-height:1.5em;
	 padding-bottom:15px;
}
.note_nice_tit h2{
	margin:0 auto;
	float:left;
	width:140px;
	color:#FFFF00;
	font-weight:bold;
	font-size:1.1em;
	padding-top:3px;
}

.note_nice_tit a:link{color:#fff;text-decoration:none;font-weight:normal}/*連結*/
.note_nice_tit a:visited{color:#fff;text-decoration:none;font-weight:normal}/*已被點過的連結*/
.note_nice_tit a:hover{color: yellow;text-decoration:underline;font-weight:normal}/*滑鼠移到連結*/
.note_nice_tit a:active{color:#fff;text-decoration:underline;font-weight:normal}/*正被點到的連結*/


/*-----------------------------------------內頁右邊 結束 */


.index_down{
	width:606px;
	padding-left:23px;
}

.index_down_note{
	width:606px;
	/*background: url('images/sha_02.png') repeat-y;*/
	float:left;/* IE8、火弧必放 */
}

.index_down_note table{
	width:581px;
	margin:0 auto;
}

.index_down_news{
	width:270px;
	margin:10px auto;
}


.index_down_img{
	padding:3px;
	background-color:#FFFFFF;
	float:left;
	margin:0;
}
.index_down_news2{
	line-height:1.5em;
	font-size:0.4em;
	color:#FFFFFF;
	padding:0;
	float:left;
	width:255px;
}

.index_down_news2 h2{
color:#FFEC00;
font-weight:bold;
font-size:1em;
float:left;
padding-top:5px;
width:270px;
}
.index_down_news a:link{color:#fff;text-decoration:none;font-weight:normal}/*連結*/
.index_down_news a:visited{color:#fff;text-decoration:none;font-weight:normal}/*已被點過的連結*/
.index_down_news a:hover{color: yellow;text-decoration:none;font-weight:normal}/*滑鼠移到連結*/
.index_down_news a:active{color:#fff;text-decoration:none;font-weight:normal}/*正被點到的連結*/


/*--------------------------------------版行設定　　結束---------------------------------------------------*/




/*--------------------------------------基本設定　　開始---------------------------------------------------*/


input,textarea,select,object#center_upload#member_mod#center_note_list{/*修正IE6行距問題*/
margin: 4px 0;
vertical-align:middle;
}


html,img, div, a, input,h3,td { behavior: url("iepngfix.htc") }/*修正png在IE6透明*/

*{
	margin:0;
	padding:0;
	}



a img {
	border:0;
	}

h1{	 font-size:2.4em;	}
h2{	 font-size:2.2em;	}
h3{	 font-size:2em;	}
h4{	 font-size:1.8em;	}
h5{	 font-size:1.6em;	}
h6{	 font-size:1.4em;	}

/*圖細框線*/
.img_line {
	float:left;
	width: auto;
	border: 1px solid  #F0F0F0;
}



/*
 表格最上層設定，進階設定則用"table.XXX"定義
*/
table {
	border-collapse: collapse;
	font-size: 1.4em;
}
table th {
	vertical-align: top;
	border: 0px;
	font-weight: bold;
	/*text-align: center;*/
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
table td {
	border: 0px;
	padding: 0px;
	vertical-align: top;
}


/*-------------有線的表格------------------*/
table.line {
}
table.line th {
	border: 1px solid #aaa;
	font-weight: bold;
	/*text-align: center;*/
	padding: 3px;
	/*background-color: #efefef;*/
	color: #3333cc;
}

table.line tr {
	border: 0px;
	padding: 0px;
}

table.line td {
	border: 1px solid #aaa;
	padding: 3px;
}

table.line td img {
	display:block;
}

table.line tr:hover {
	background: #D6F5EE;
}

table.line td:hover {
	background: #D6F5EE;
}


/*---------------沒有線的表格-----------------*/
.noline {
}
.noline tr {
	border: 0px;
	padding: 0px;
}
.noline td {
	border: 0px solid #aaa;
	padding: 3px;
}
.noline td img {
	display:block;
}

/* 虛線01 */
.line01 {
	float: left;
	background: url('images/line01.gif') repeat-x;
	width: 100%;
	height:1px;
	margin:3px 0px 3px 0px;
	padding:0;
}

/* 虛線02 */
.line02 {
	background: url('images/line00a.gif') repeat-y;
	width: 5px;
	height:100%;
}

/* 虛線03 */
.line03 {
	float: left;
	background-image: url('images/line03.gif');
	width: 100%;
	height:5px;
	margin:3px 0px 3px 0px;
}

/* 虛線03a */
.line03a {
	float: left;
	background: url('images/line_g.gif') repeat-x;
	width: 100%;
	height:4px;
	margin:10px 0px 5px 0px;
}

/* 虛線03b */
.line03b {
	float: left;
	background: url('images/line_g.gif') repeat-x;
	width: 100%;
	height:4px;
	margin:5px 0px 5px 0px;
}

/*置中*/
.tabcenter {
	margin: 0px auto;
}


/*文字置中*/
.tx_center {text-align: center;}

/*文字靠右*/
.tx_right {	text-align: right;}

/*文字靠左*/
.tx_left {	text-align: left;}
/*-----------------------------文字專用-----結束----------------------------------------*/


/*-----------------------------超連結設定-----開始---------------------------------------*/

/* 輸入筐 ---------------------------------------*/

.keyin {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #999999;
	font-size:0.9em;
	padding:2px;

}
.bar {
	border: 2px outset #3399FF;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0066CC;
}

/* 通用連結 ---------------------------------------*/


a:link{color:#666666;text-decoration:none}/*連結*/
a:visited{color:#666666;text-decoration:none}/*已被點過的連結*/
a:hover{color:#666666;text-decoration:none}/*滑鼠移到連結*/
a:active{color:#666666;text-decoration:none}/*正被點到的連結*/


/*-----------------------------超連結設定-----結束---------------------------------------*/

/*  圖陰影------------------------------------------------------------------------------*/
/*教學
	<div class="shadow_new">
	<div>
	圖放這裡
	</div></div>
*/

div.shadow_new{
	float:left;
	background: url(images/fuzzy_shadow.png) no-repeat bottom right;
	margin:0 7px 7px 0;
	}
div.shadow_new div{
	background: url(images/fuzzy_shadow0.png) no-repeat;
	margin:0 3px 3px 0;
	}
div.shadow_new img{
	display:block;
	position:relative;
	background-color:#FFFFFF;
	border:1px solid #C0C0C0;
	padding:4px;
	}

/* 區塊垂直置中開始-------------------------------------------------------------- */

/*教學
	<div class="centerframe">
	<div class="centerframe01">
	<div class="centerframe02">
	<p>垂直置中</p>
	</div></div></div>
*/

.centerframe{
	/*float:left;*/
	padding:0px 0px 0px 6px;
	margin:0px 0px 0px 6px;
	display: table;
	height: 78px;
	#position: relative;
	overflow: hidden;
	}
.centerframe01{
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	}
.centerframe02{
	#position: relative;
	#top: -50%;
	}

.centerframe02 p{
	line-height: 1.8em;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-align: left;
	}
/* 區塊垂直置中結束-------------------------------------------------------------- */

/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 110px;
/*border: 3px solid #489322;*/
padding: 6px 0px 0px 0px;
/*background-color: #000;*/
visibility: hidden;
z-index: 99999;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=1);*/
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 99998;
visibility: hidden;
}

#theToolTip p{
font-size: 1.1em;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
}

#ToolTipTextWrap {
font-size: 10px;
color: #489322;
  padding-bottom:3px;
  text-align:center;
}



#theToolTip01{
position: absolute;
left: -300px;
width: 110px;
/*border: 3px solid #489322;*/
padding: 6px 0px 0px 0px;
/*background-color: #000;*/
visibility: hidden;
z-index: 99999;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=1);*/
}

#ToolTipPointer01{
position:absolute;
left: -300px;
z-index: 99998;
visibility: hidden;
}

#theToolTip01 p{
font-size: 1.1em;
color: #333333;
line-height:0.5em;
margin-right:5px;
margin-top:0;
}

#ToolTipTextWrap01 {
font-size: 10px;
color: #489322;
  padding-bottom:3px;
  text-align:center;
}

