﻿@charset "utf-8";
/* CSS Document */

/*取消 Html 原有樣式  reset.css ---------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;font-size: 12px;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}

/*佈局，版面 ----------------------------------------------------------------*/ 
body{
	font-size: 0.83em;
	color: #FFFFFF;
}
.body{
	background-image: url(image/bg.jpg);
}
.color1 {
	color: #0895E4;
}
.num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0895E4;
}


.container/*版面外框*/{
	width: 989px;
	margin-right: auto;
	margin-left: auto;
}
.sidebar/*邊區塊*/{ float: left;width: 220px;}
.mainContent/*主區塊*/{
	background-image: url(image/main_cenbg.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
} 
.main {
	background-image: url(image/main_topbg.jpg);
	background-repeat: no-repeat;
}

#header/*橫幅*/{
	position: relative;
	background-image: url(image/head.jpg);
	background-repeat: no-repeat;
	height: 110px;
}
#header .logo {
	position: absolute;
	margin-left: 60px;
	margin-top: 22px;
}
#header  .ad/*搜尋*/{
	position: absolute;
	top: 23px;
	right: 31px;
}
#header .TNab/*橫幅區小選單*/ {
	position: absolute;
	color: #FFFFFF;
	left: 375px;
	top: 10px;
	width: 300px;
}
#header .search {
	position: absolute;	
	top: 45px!important;
	top: 35px;
	left: 380px;
	width: 250px;
}
#header .search input {
	background-color: #535353;
	color: #FFFFFF;
	font-size: 11px;
	height: 15px!important;
	height: 15px;
}
#header .search #button {
	border: 1px solid #FFFFFF;
	font-size: 11px;
	background-color: #535353;
}



#header .bloglogo {
	position: absolute;
	left: 380px;
	top: 40px;
	background-image: url(image/bloglogo.png)!important;
	background-position: center center !important;
	background-image: url(image/blogLogo1.jpg);
	background-repeat: no-repeat;
	height: 194px;
	width: 194px;
	background-position: center 7px;
	z-index: -1;
}

.TNab a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 33px;
	margin-left: 5px;
}
.TNab a:hover {
	color: #0cbbe6;
}

#footer{
	clear: both;
	background-image: url(image/footer2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: bottom;
	padding-top: 5px;
	height: 40px;
	font-size: 11px;
	line-height: 1.2;
	color: #999999;
}
#footer a {
	color: #999999;
	margin-right: 3px;
}



/*頁面 ----------------------------------------------------------------*/ 
.index{}
.leftsub {
	width: 164px;
	margin-left: 10px;
}
.inbar .leftsub {
	margin: 0px;
}

.rightsub {
	margin-right: 13px;
	margin-top: 0px!important;
	margin-top: 7px;
}
#hotblgo    .top   {
	background-image: url(image/hotblog_th.jpg);
	background-repeat: no-repeat;
	height: 63px;
}
#hotblgo   .top   .text {
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	margin-left: 18px;
	letter-spacing: 1.3em;
}
#hotblgo .cen {
	background-image: url(image/hotblog_bg1.jpg);
	background-repeat: repeat-y;
	padding: 7px;
}
#hotblgo .down {
	background-image: url(image/hotblog_bg2.jpg);
	background-repeat: no-repeat;
	height: 6px;
}
/*內頁分類*/
#menu2  .top  {
	background-image: url(image/hotblog_th.jpg);
	background-repeat: no-repeat;
	height: 63px;
}
#menu2   .top   .text {
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	margin-left: 18px;
	letter-spacing: 1.3em;
}
#menu2 .cen {
	background-image: url(image/hotblog_bg1.jpg);
	background-repeat: repeat-y;
	padding: 7px;
}
#menu2 .cen #blogT {
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
}
#menu2  #blogT  a img {
	border: 1px solid #B6B4B5;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

#menu2 .down {
	background-image: url(image/hotblog_bg2.jpg);
	background-repeat: no-repeat;
	height: 6px;
}
/*內頁分類end*/
#blogT {
	background-color: #343434;
	border: 1px solid #9e9e9e;
	padding: 5px;
	line-height: normal;
}
#blogT2{
	line-height: normal;
}
#blogT2  li a {
	color: #fdf5f5;
	text-decoration: none;
	background-color: #676767;
	display: block;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #343434;
	padding: 5px;
	clear: both;
	text-align: center;
}
#blogT2     a.all  {
	background-color: #0085E8;
}

#blogT2 a:hover {
	background-color: #317b9f;
}

hr {
	background-image: url(image/lie.jpg);
	background-repeat: repeat-x;
	height: 2px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#adleft img {
	background-image: url(image/lie.jpg);
	background-repeat: repeat-x;
	padding-bottom: 4px;
	margin-bottom: 0px;
	background-position: bottom;
}
#adleft {
	margin-top: 5px;
	padding-top: 5px;
	background-image: url(image/lie.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#funblog {
	background-image: url(image/blogfun_bg.jpg);
	padding-top: 7px;
	padding-left: 22px;
	padding-bottom: 2px;
	overflow: hidden;
}


a.alinkicon {
	color: #7BDF2F;
	display: block;
	float: left;
	background-image: url(image/it1.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-right: 15px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a.alinkicon:hover{
	color: #FFFF66;
}
#blogList {
	color: #CCCCCC;
	margin-left: 5px;
}
#blogList  table {
	margin-bottom: 15px;
}
#blogList  li img {
	float: left;
	margin-right: 20px;
	height: 75px;
	width: 120px;
	;
}
#blogList li {
	float: left;
	height: 115px;
	width: 320px;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	color: #CCCCCC;
	background-image: url(image/tv_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 18px;
}
#blogList    a{
	color: #FFFF66;
	font-weight: normal;
}
#blogList p{
	line-height: 1.5em;
}

#blogList a:hover {
	color: #00CCFF;
}
#blogList em {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.backsub    .top     {
	background-image: url(image/newblgo_bg.jpg);
	height: 21px;
}
.backsub  .cont   {
	background-image: url(image/newblgo_bg-02.jpg);
	background-repeat: repeat-y;
}
.backsub  .down   {
	background-image: url(image/newblgo_bg-03.jpg);
	background-repeat: no-repeat;
	height: 14px;
}
.backsub  .cont2 {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	padding-right: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#newblog2pic img {
	height: 100px;
	width: 100px;
	margin-right: 2px;
	margin-left: 2px;
}

#newblgo .cont2 {
	background-image: url(image/newblgo_th.jpg);
	
}

#hotblgo2 .cont2 {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	padding-right: 20px;
	background-image: url(image/hotblgo2_th.jpg);
	height: 100px;
}

.page {
	clear: both;
	color: #999999;
	text-align: center;
	margin-bottom: 15px;
}
.page strong {
	color: #FFFF66;
	margin-right: 5px;
	margin-left: 5px;
}

.page a {
	text-decoration: underline;
	margin-right: 8px;
	margin-left: 8px;
	color: #FFFFFF;
}
#searchIn {
	color: #FFFFFF;
}
#searchIn strong {
	color: #FFFF00;
	margin-right: 5px;
	margin-left: 5px;
}
em.alinkicon {
	color: #FFFF66;
	display: block;
	float: left;
	background-image: url(image/it1.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a:link {
	line-height: 2;
}
#frame {
	line-height: 2;
	color: #CCCCCC;
	background-image: url(image/frame_3.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#frame .cen {
	background-image: url(image/frame_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.Tableframe    {
	padding-top: 50px;
	padding-left: 43px;
	width: 675px;

}
.Tableframe td {
	padding-top: 7px;
	padding-bottom: 7px;
}
.Tableframe input,.Tableframe textarea,.Tableframe select{
	background-color: #3F3D3D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0d0c0c;
	border-right-color: #313132;
	border-bottom-color: #313132;
	border-left-color: #0d0c0c;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
}

#frame .down {
	background-image: url(image/frame_2.jpg);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0px;
}

