﻿body {
	text-align:center;
}
/* 部落格寬度 */
#BlogContainer {
	font-family:"Arial,";
	margin: 0 auto;
	text-align:center;
	width:1000;
}
/* 部落格頁首 */
#BlogHeader {
}
/* 部落格中欄 */
#BlogContent {
	background-image:url(../Image/allbg.gif);
	background-repeat:repeat-y;
	text-align:center;
	height:100%;
}
/* 部落格選單 */
#BlogContentMenu{
	float:left;
	width:190;
}
/* 選單單元標題 */
.Menutitle {
	color:#CC0000;
	font-size:18px;
	font-weight:bold;
}
/* 選單單元區塊 */
.menubox {
	background-image:url(../Image/content_bg.gif);
	background-repeat:repeat-y;
	margin-left:30px;
}
.menubox ul {
	_margin-left:-20px;
}
.menubox li a {
	color:#000000;
	margin-left:-55px;
	_margin-left:0;
	text-decoration:none;
}
.menubox li a:hover {
	text-decoration:underline;
}
/* 部落格廣告欄 */
#BlogContentAd{
	float:right;
	margin-right:30px;
	width:150;
}
/* 廣告欄標題 */
.ADtitle {
	color:#CC0000;
	font-size:18px;
	font-weight:bold;
	margin-left:-25px;
}
/* 廣告欄區塊 */
.ADbox {
	background-image:url(../Image/content_bg.gif);
	background-repeat:repeat-y;
}
/* 部落格內容欄 */
#BlogContentMain{
	float:left;
	border:1px solid #333;
	padding:3px;
	text-align:left;	
	width:600;
}
/* 內容大標 */
.maintitle {
	color:#AD0000;
	font-size:22px;
	font-weight:bold;
}

/* Footer */
#BlogFooter {
	background-color:#CCD5DC;
	clear:both;
	text-align:center;
}
#BlogFooter td {
	font-size: 12px;
	line-height:1.5;
}
#BlogFooter a {
	color:#000000;
	font-size: 12px;
	text-decoration: none;
}
#BlogFooter a:hover {
	text-decoration: underline;
	left: 0px;
	top: 0px;
	position: relative;
}
#BlogFooter a.home {
	color:#C70001;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
#BlogFooter a.home:hover {
	text-decoration:underline;
}
#BlogFooter .foottitle {
	font-size: 15px;
	font-weight: bold;
}
#BlogFooter .footsub {
	font-size:13px;
	font-weight:bold;
}