/* 此Layout需搭配color.css互相作用 */

/* ----------【背景大底圖】-------------- */
body {
	TEXT-ALIGN: center !important;/* 居中 */
	background-image: url;/* 背景圖 */
	background-color: :transparent!important;/* 背景色 */
	background-attachment: scroll;
	backgound-repeat:repeat
           backgound-position:center
           
cursor:url(自訂游標網址http://.ani)
  }

a:hover {cursor:url(自訂游標網址);
  }

#container {
	MARGIN: auto !important;
	background-image: url()!important;/* 背景圖 */
	background-repeat: repeat-y;
	background-color:transparent!f5e8cfimportant;/* 背景色 */
}

/* ----------【標準文字樣式】-------------- */
div, table {
	COLOR: #333333; /* 文字顏色 */
	font-size: 12px; /* 文字大小 */
          font-family: 文鼎標準楷書
}

/* ----------【山頭區塊】-------------- */
#header {
	height: 400px; /* 高度 */
	margin-bottom: 10px; /* 山頭的邊界 */
	position: relative;/* 絕對定位(以"山頭區塊"左上角為基準點) */
	width: auto;/* 寬度 */
	visibility: visible !important;/* 是否顯示 */
	background: url(http://) no-repeat;/* 山頭背景圖 */
	background-color: transparent!important;
           backgound-position:center
}

/* ----------【山頭】頂線-------------- */
#header_top {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	height: 2px; /* 線條高度 */
	background: #D1767A; /* 線條背景顏色 */
           display: none;/* 顯示與否設定 */         
}

/* ----------【城邦共用導覽列】-------------- */
#header_top, #header_common_left, #header_common_main, #header_common_main_bg, #header_common_line, #header_common_right{
	visibility: hidden; /* 顯示與否設定 */
}

/* ----------【城邦共用導覽列連結】-------------- */
#header_common a {
	color: #969696;  /* 連結文字的顏色  */
	text-decoration: none; /* 滑鼠移到連結上時，不要底線 */
}

/* ----------【城邦共用導覽列下拉選單】-------------- */
.chapter {
	width: 100%; /* 寬度 */
	border: 1px solid #F0D1D3; /* 線框 */
	background-color: #FBF2F3; /* 背景色 */
}
.chapter-point {
	color: #4D4D4D; /* 文字顏色 */
}
.chapter-line {
	background-color: #F7E8E8; /* 分隔線顏色 */
}

/* ----------【城邦共用導覽列】下拉選單連結-------------- */
.chapter-text, a.chapter-text:link, a.chapter-text:hover, a.chapter-text:visited {
	color: #C95F65; /* 連結文字的顏色 */
}

/* ----------【山頭】連結-------------- */
#header a:link, #header a:visited  {
	text-decoration: none;  /* 連結文字的樣式 */
}
#header a:hover {
	text-decoration: underline;  /* 滑鼠移到上面時的連結文字樣式 */
}

/* ----------【山頭】網誌logo定位-------------- */
#header_logo {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left: 451px; /* x座標 */
	top: 170px; /* y座標 */
	visibility: hidden; /* 顯示與否設定 */
}

/* ----------【山頭】網誌名稱-------------- */
#header_name {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left:30px; /* x座標 */
	top:-100px; /* y座標 */
	color: #8C4A08; /* 文字顏色 */
	font-size: 30px; /* 文字大小 */
	font-weight: bold; /* 文字粗體 */
           font-family:全真行書
}
/* ----------【山頭】網誌名稱連結-------------- */
#header_name a {
	color: #b5a585;  /* 連結文字的顏色 */
}

/* ----------【山頭】網誌簡短網址與作家-------------- */
#header_url {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left:315px; /* x座標 */
	top: 300px; /* y座標 */
	text-align: left;/* 置左*/
	width: 353px;/* 寬度 */
           font-size: 14px; /* 文字大小 */
           font-weight: regular; /* 文字粗體 */
           font-family:全真行書
}

/* ----------【山頭】網誌簡短網址與作家連結-------------- */
#header_url a:link, a:visited {
	color:#b58e66; /* 連結文字的顏色 */
}
#header_url a:hover {
	color: #8a5d30; /* 滑鼠移到上面時的連結文字顏色 */
           text-decoration: none;/* 滑鼠移到上面時的出現底線 */
}


/* ----------【山頭】加入好友、推薦本網誌等...功能列-------------- */
#header_items {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	text-align: left;/* 置右*/
           left:40px; /* x座標 */
	top: 50px; /* y座標 */
           font-size: 14px; /* 文字大小 */
	font-face: 華康儷楷書; /* 文字字型 */
           font-weight: bold; /* 文字粗體 */

}

/* ----------【山頭】加入好友、推薦本網誌等...功能列連結-------------- */
#header_items a {
	color: #b5885c; /* 連結文字的顏色 */
}
#header_items a:hover {
	color: #b39a82; /* 滑鼠移到上面時的連結文字顏色 */
	text-decoration: none;/* 滑鼠移到上面時的出現底線 */
}

/* ----------【山頭】搜尋區塊-------------- */
#header_search {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left:800; /* x座標 */
	top:-450px; /* y座標 */
}
.inputbox { /* 文字輸入框 */
	BORDER-RIGHT: #4a3a1a 1px solid;
	BORDER-TOP: #4a3a1a 1px solid;
	BORDER-LEFT: #4a3a1a 1px solid;
	BORDER-BOTTOM: #4a3a1a 1px solid;
}

/* ----------【網誌橫式主選單】-------------- */
/* 網誌橫式主選單的頂線 */

/* 網誌橫式主選單的定位 */
#header_menus {
	position: absolute; /* 絕對定位(以"山頭區塊"左上角為基準點) */
	left:40px; /* x座標 */
	top: 130px; /* y座標 */
}
/* 網誌橫式主選單的區塊設定 */
#header_menus ul {
	list-style: none; /* 條列式樣式 */
	margin: 0px; /* 邊界的間距 */
	padding-left: 0px; /* 左側的內距 */
}
/* 網誌橫式主選單的項目設定 */
#header_menus li {
	text-align: left;
}

/* ----------【網誌橫式主選單】連結-------------- */
#header_menus li a {
           color: #8a7159; /* 連結文字的顏色 */
	font-size: 18px; /* 連結文字的大小 */
	padding: 0px 0; /* 左測的內距 */
	display: block;
	border-bottom: transparent;
           font-weight: bold;
}

#header_menus a:hover {
	color: #b5885c; /* 滑鼠移到上面連結的文字顏色 */
           text-decoration: none;
	border-bottom: transparent;

}

#kwd {
	width: 120px;
	filter: Alpha(Opacity=75);
	border: 1px solid #666666;
}

/* ----------【網誌橫式主選單】小圖示（欲更換小圖示，請修改url為圖檔所在地的絕對連結）-------------- */
/* 首頁 */#home , #article , #photo , #gbook , #profile , #manage {
	background: none !important;
}

/* --------------【直式導覽列】（如需更改浮動定位應與內容區塊配合）------------- */

/* 直式導覽列區塊 */
#sidebar {
	float: left; /* 靠左浮動定位 */
}
/* 直式導覽列區塊居中 */
#sidebar table {
    position:relative !important;
    margin: auto !important;
}
/* 直式導覽列大背景 */
.sidebar-bg {
	background-color: transparent; /* 背景色 */
}
/* 直式導覽列區塊背景 */
.sidebar-panel-bg {
	background-color: transparent; /* 背景色 */
	background: url() no-repeat left top; /* 背景圖片 */
}
/* 直式導覽列文字 */
.panel-topic 
{
	padding-left: 5px !important;/* 離左邊距離 */
	color: #6A5444 !important;/* 文字顏色 */作家 自訂文章分類 文章推薦人標題
	vertical-align: top;/* 垂直對齊 */
           text-indent: 20px;
	 font-size: 16px;
background: url(http://stat.ameba.jp/blog/ucs/img/char/char2/223.gif) no-repeat left top; /* 背景圖片 */* 魚的圖片URL */
}
.panel-text 
{
    color: #874B3C !important;/*首頁左列各項細目 首頁文章日期瀏覽等 單張相片瀏覽回應人數 文章創作頁面最新回應日期 歡迎留言唷註標 訪客留言簿內容 最新訊息及城邦報報細目 我的訂閱我的最愛內容*/豆沙褐色 
} 

/* -----------------【內容區】（如需更改浮動定位應與直式導覽列區塊配合）--------------------- */
/* 內容區塊 */


#content {
	float: left; /* 靠左浮動定位 */
}

/* 對比色大標題 */
#content .main-topic {
	color: #a17447; /*文字顏色(紫褐色) */* 各篇標題 管理中心連結的標題 */
	font-weight: bold; /* 文字粗體 */
           font-size: 16px
           font-face: 華康儷楷書; /* 文字字型 */
}
#content a.main-topic:link {
	color: #A5B478; /* 連結文字的顏色(sage綠) */*系統訊息 (我的發言)前往出處*
	text-decoration: none; /* 連結文字的樣式 */
	font-weight: bold; /* 連結文字粗體 */
}
#content a.main-topic:visited  {
	color: #F47E00; /* 連結文字的顏色(橘黃) */*最新(文章)創作 個人相簿 留言簿 (我的發言)前往出處變色*
	background-color: transparent; /* 背景色 */
	background: url(http://stat.ameba.jp/blog/ucs/img/char/char2/223.gif) no-repeat left top; /* 背景圖片 */* 魚的圖片URL */
              float: left; /* 靠左浮動定位 */	
              text-decoration: none; /* 連結文字的樣式 */
	    font-weight: bold; /* 連結文字粗體 */
              font-size: 15px;
              text-indent: 15px;
              padding-left: 20px; /* 左測的內距 */
}
/* 深色大標題 */
#content .main-title {
	color: #4B5A3C; /* 文字顏色(青綠色) */*首頁文章創作標題 我的發言標題及發言時間地點註標 身分設定帳號 加我為好友之姓名*
           font-family: 文鼎標準楷書
           font-size: 14px;
           font-weight: none; /* 連結文字粗體 */
}
#content a.main-title:link, #content a.main-title:visited {
	text-decoration: none; /* 連結文字的樣式 */
}
#content a.main-title:hover {
	color: #877800;  /* 滑鼠移到上面時的連結文字顏色(橄欖色) */
}
/* 附標、內文 */
#content .main-text {
	color: #875A3C; /* 文字顏色(巧克力奶色) */*首頁及創作&#20869;文 聯網註標 文章創作頁面發表日期瀏覽回應人數 作家簡介內容*
               font-size: 14px; /* 文字大小 */
}
#content a.main-text:link, #content a.main-text:visited {
	color: #333333; /* 連結文字的顏色(淺豆沙色) */*文章創作頁全站分類 BLOG及全頁文章推薦人list   各相簿名稱*/
	text-decoration: none; /* 連結文字的樣式 */
}
#content a.main-text:hover {
	color: #B49678;  /* 滑鼠移到上面時的連結文字顏色 */
}

/* --------------【個人相簿】------------- */
/* 相簿樣式 */
.photo_album { 
 width: 142px; /* 寬度 */
 height: 140px; /* 高度 */
 text-align: center;  /* 相片水平居中 */
 vertical-align: middle;  /* 相片垂直居中 */
 background: url(http://g.udn.com/community/img/user_all/photo_album.gif) no-repeat; /* 背景圖 */
}
#photo_album_list {
 list-style: none; /* 條列式樣式：無 */
 margin: 0px; /* 邊界的間距 */
 padding: 0px; /* 內距 */
}
#photo_album_list li {
 margin: auto;
 padding: 5px 17px; /* 相框間距 */
 display: inline; /* 橫式排列 */
 float: left; /* 靠左浮動定位 */
 width: 142px; /* 給標題折行用，須與相簿框一樣寬 */
 height: 280px; /* 調適標題高度 */
 table-layout:fixed; /* 強制換行 */
 word-wrap:break-word; /* 強制換行 */
 word-break:keep-all; /* 強制換行 */
}
/* 相片樣式 */
.photo_picture { 
 width: 142.5px; /* 寬度 */
 height: 140px; /* 高度 */
 text-align: center; /* 相片水平居中 */
 vertical-align: middle; /* 相片垂直居中 */
 background: url(http://g.udn.com/community/img/user_all/photo_picture.gif) no-repeat; /* 背景圖 */
}
#photo_picture_list {
 list-style: none; /* 條列式樣式：無 */
 margin: 0px; /* 邊界的間距 */
 padding: 0px; /* 內距 */
}
#photo_picture_list li {
 margin: auto; /* 邊界的間距 */
 padding: 0px 1.5px; /* 相框間距 */
 display: inline; /* 橫式排列 */
 float: left; /* 靠左浮動定位 */
 width: 142.5px; /* 給標題折行用，須與相片框一樣寬 */
 height: 240px; /* 調適標題高度 */
 table-layout:fixed; /* 強制換行 */
 word-wrap:break-word; /* 強制換行 */
 word-break:keep-all; /* 強制換行 */} 

/* --------------【訪客簿】------------- */
/* 回覆表頭區 */
.gbook-title {
	color:#8c8c33; /* 文字顏色 */
	font siz:14px
           font-face: 華康儷楷書; /* 文字字型 */
background-color: transparent; /* 背景色 */
	padding: 5px 10px 5px; /* 內距 */
           }
/* 回覆內容區 */
.gbook-content {
	color: #c9c970; /* 文字顏色 */文章及留言簿版主回應字色
	font-face: 華康儷楷書; /* 文字字型 */
           padding: 5px 10px 5px; /* 內距 */
	margin: 10px; /* 間距 */
          background-color:transparent; /*文章訪客簿 版主回應區背景色*

}
/* 回覆區塊背景 */
.gbook-bg {
	background-color: #000000; /* 背景顏色 */留言簿版主回應區框線色/*Copy&Paste回覆*/
}

#dypopLayer {
	display:yes; 

}
















































































































































































































































































































































































































































































C






















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































