/* 設定右下角圓角圖 */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(bg.jpg) no-repeat bottom right;
}

/* 可固定寬度值 (例如 width: 335px;) 或刪除寬度改為隨內容伸展的彈性寬度 */
.cssbox {
	padding-right: 5px; /* 底圖右邊緣間距 */
	margin: 0px auto; /* 地圖上下左右邊界 */
}

/* 設定右上角圓角圖 */
.cssbox_head {
	background-position: top right;
	margin-right: -5px; /* 右上角底圖向上拉高 15px */
	padding-right: 300px; /* 右邊間距 = 圖片間隙 + 內側間距 */
}

/* 設定左上角圓角圖 */
.cssbox_head h2 {
	font-size: 13px;
	background-position: top left;
	margin: 0px; /* 邊界設定為 0*/
	border: 0px; /* 框線設定為 0 */
	padding: 20px 0px 0px 10px; /* 左側間距 = 圖片間隙 + 內側間距 */
/*	height: auto !important;*/
/*	height: 1%;*/ /* IE Holly Hack 修正 */
	height: 20px;
}

/* 設定左下角圓角圖 */
.cssbox_body {
	background-position: bottom left;
	margin-right: 15px; /* 間距設定, 左側 40px 要與 .cssbox_head 相同 */
	font-size:11px;
	text-align:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}


/* 內文與標題間距修改 */
.cssbox_body p {
	margin-top: 0px ;
}


.tag_cloud {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:900px;
	text-align:center;
}


.tag_size_01{
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;	
	font-size: 12px;
}

.tag_size_02{
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;	
	font-size: 14px;
}

.tag_size_03{
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;	
	font-size: 16px;
}

.tag_size_04{
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;	
	font-size: 18px;
}

.tag_size_05{
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;	
	font-size: 20px;
}

.tag_size_06{
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;	
	font-size: 22px;
	font-weight:bold;
}


.tag_color_01 a{
	color: #00CCFF;
    text-decoration: none;
}

.tag_color_01 a:hover{
	color: #00CCFF;
    text-decoration:  underline;
}


.tag_color_02 a{
	color: #6699CC;
    text-decoration: none;
}

.tag_color_02 a:hover{
	color: #6699CC;
    text-decoration:  underline;
}


.tag_color_03 a{
	color:#339999;
    text-decoration: none;
}

.tag_color_03 a:hover{
	color:#339999;
    text-decoration:  underline;
}


.tag_color_04 a{
	color: #0066FF;
    text-decoration: none;
}

.tag_color_04 a:hover{
	color: #0066FF;
    text-decoration:  underline;
}

.tag_color_05 a{
	color: #0033CC;
    text-decoration: none;
}

.tag_color_05 a:hover{
	color: #0033CC;
    text-decoration:  underline;
}

.tag_color_06 a{
	color: #003366;
    text-decoration: none;
}

.tag_color_06 a:hover{
	color: #003366;
    text-decoration:  underline;
}



.tag_color_current a{
	color: #FF4444;
    text-decoration: none;
}

.tag_color_current a:hover{
	color: #FF3333;
    text-decoration:  underline;
}
