@charset "utf-8";
/*Background 背景*/
body {
	background-color:#FFFFFF;  /* 頁面背景底色*/	
	background-image: url(../images/css03_01.jpg);  /* 頁面背景圖案*/
	background-repeat:repeat;   /* 頁面背景圖案重複設定*/
}

/*header 標題 banner*/
#hdr .banner { 
    background-color:#368E9A;  /* 標題背景顏色*/
	filter: Alpha(Opacity=95);
	background-image:url(); /*  標題背景圖案*/
	background-repeat:repeat;}   /* 標題背景圖案重複設定*/
#hdr H1 {COLOR: #FFFDFD;}  /* 標題文字顏色*/

/*窄欄(左右)欄位設定*/
.msg {
	background-color: #EDEDED;/* 欄位底色 */
	filter: Alpha(Opacity=95); 
}
.msg , H3 , H3 A:link ,H3 A:visited ,H3 A:hover, #calendar tr , #calendar td{
	color: #FF7816;            /* 窄欄欄位文字顏色*/ 
}  
.msg .mbd UL.list LI {
	BACKGROUND: url(../images/bullet.gif) no-repeat left 0.6em; COLOR: #6C6C6C;
}/* 窄欄欄位文字UL顏色*/ 



/*寬欄(內文)欄位設定*/
.msgmain{
	background-color: #EDEDED; /* 內文欄位底色 */
	filter: Alpha(Opacity=95); 
}
.msgmain ,.msgmain  p , table , .more  ,td{	
	color: #3A9AA8;	          /* 內文文字顏色*/  
}

/*其他*/
#hdr .thd  p{
	margin-bottom: 5px;	font-size: 80%;	letter-spacing: 1pt;color: #AFEDF9;
}
.mhd{
	background-color: #FFFFFF;
}

/*Blog link*/
A {
	COLOR: #6C6C6C; TEXT-DECORATION: none;
}
A:link {
	COLOR: #6C6C6C; TEXT-DECORATION: none;
}
A:visited ,TABLE.displayalbum A:visited ,TABLE.jointlist A:visited {
	COLOR: #6C6C6C; TEXT-DECORATION: none;
}
A:hover ,TABLE.displayalbum A:hover ,TABLE.jointlist A:hover  {
	COLOR: #6C6C6C; TEXT-DECORATION: underline;
}
#calendar A{
	
}
#calendar A:link{
	TEXT-ALIGN: center;	font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none;
}
#calendar A:visited{
	TEXT-ALIGN: center;	font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none;
}
#calendar A:hover{
	TEXT-ALIGN: center;	font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none;
}
